diff options
author | terminaldweller <thabogre@gmail.com> | 2023-02-15 10:21:27 +0000 |
---|---|---|
committer | terminaldweller <thabogre@gmail.com> | 2023-02-15 10:21:27 +0000 |
commit | 0045471552786e887ece64f6004649d2bd312abf (patch) | |
tree | 8e87520105edbfb8cde450336e404784ca3a4fff /README.md | |
parent | wip (diff) | |
download | lclip-0045471552786e887ece64f6004649d2bd312abf.tar.gz lclip-0045471552786e887ece64f6004649d2bd312abf.zip |
README update
Diffstat (limited to '')
-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> |