diff options
author | dweller <dweller@cabin.digital> | 2023-08-16 15:35:25 +0300 |
---|---|---|
committer | dweller <dweller@cabin.digital> | 2023-08-16 15:35:25 +0300 |
commit | ae4693676e49907442d53d320a7c758557c9770a (patch) | |
tree | eec7660ab62dff7cb548dad090b21b13ef8aec56 /README |
Initial commit
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` + |