Skip to content

Commit a4f7992

Browse files
committed
FIXED: [1/2] copy-to-clipboard in TERMUX #121
1 parent fa86fb9 commit a4f7992

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

TUIFIManager/TUItilities.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
COPY_APP = (
3131
["pbcopy"] if IS_MACOS else
3232
["clip"] if IS_WINDOWS else
33+
["termux-clipboard-set"] if IS_TERMUX else
3334
["xclip", "-sel", "clipboard"] if which("xclip") else
3435
["wl-copy"] if which("wl-copy") else None
3536
)

0 commit comments

Comments
 (0)