1
1
mirror of https://github.com/jarun/nnn.git synced 2024-09-21 09:57:55 +03:00

Add sample command for Termux

This commit is contained in:
Arun Prakash Jana 2018-11-30 06:19:19 +05:30
parent ac1264e044
commit 4ef2230fca
No known key found for this signature in database
GPG Key ID: A75979F35C080412

View File

@ -1,3 +1,7 @@
#!/bin/sh
cat /path/to/.nnncp | xargs -0 | xsel -bi
# Termux
# cat /path/to/.nnncp | xargs -0 | termux-clipboard-set
# e.g.: cat /data/data/com.termux/files/home/.nnncp | xargs -0 | termux-clipboard-set