diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 9 |
1 files changed, 7 insertions, 2 deletions
@@ -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> |