aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorterminaldweller <thabogre@gmail.com>2023-02-15 10:21:27 +0000
committerterminaldweller <thabogre@gmail.com>2023-02-15 10:21:27 +0000
commit0045471552786e887ece64f6004649d2bd312abf (patch)
tree8e87520105edbfb8cde450336e404784ca3a4fff /README.md
parentwip (diff)
downloadlclip-0045471552786e887ece64f6004649d2bd312abf.tar.gz
lclip-0045471552786e887ece64f6004649d2bd312abf.zip
README update
Diffstat (limited to '')
-rw-r--r--README.md9
1 files changed, 7 insertions, 2 deletions
diff --git a/README.md b/README.md
index 1a39059..4bc01cc 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,10 @@
# lclip
-a minimal clip manager in lua
+a minimal clip manager in lua.</br>
+This is technically just the back-end. I'm using dmenu as the front-end but it has its limitations.</br>
+```sh
+sqlite3 $(cat /tmp/lclipd_db_name) 'select content from lclipd;' | dmenu
+```
## TODO
-Use sqlite instead of hand-rolling a file.</br>
+* The DB permissions are not being taken care of.</br>
+* This doesn't support wayland yet.</br>