mirror of
https://github.com/jarun/nnn.git
synced 2024-11-17 08:32:36 +00:00
8 lines
205 B
Bash
Executable file
8 lines
205 B
Bash
Executable file
#!/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
|