This website requires JavaScript.
Explore
Help
Register
Sign In
mirrors
/
nnn
Watch
1
Star
0
Fork
You've already forked nnn
0
mirror of
https://github.com/jarun/nnn.git
synced
2024-11-25 04:11:29 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
5cae446aaf
nnn
/
scripts
/
copier
/
copier.sh
4 lines
53 B
Bash
Raw
Normal View
History
Unescape
Escape
Add copier script
2017-10-10 14:59:48 +00:00
#!/bin/sh
Fix #143: support copy to clipboard
2018-11-27 17:07:06 +00:00
cat /path/to/.nnncp
|
xargs -0
|
xsel -bi
Reference in a new issue
Copy permalink