diff options
Diffstat (limited to 'README')
-rw-r--r-- | README | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -0,0 +1,14 @@ +xfileclip +--------- + +Copy and paste files to and from your shell and X programs! + + +Dependencies: POSIX shell (like dash) and xclip + +Install: just copy and paste `xcopy` and `xpaste` scripts + somewhere on your $PATH. + +Usage: `xcopy file1 /bin/file2`, then ^V in your GUI program + ^C in your GUI program (like file manager) `xpaste` + |