summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authordweller <dweller@cabin.digital>2023-08-16 15:35:25 +0300
committerdweller <dweller@cabin.digital>2023-08-16 15:35:25 +0300
commitae4693676e49907442d53d320a7c758557c9770a (patch)
treeeec7660ab62dff7cb548dad090b21b13ef8aec56 /README
Initial commit
Diffstat (limited to '')
-rw-r--r--README14
1 files changed, 14 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..a62c2b9
--- /dev/null
+++ b/README
@@ -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`
+