My build of nnn with minor changes
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
1234567 |
- #!/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
|