aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-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>