diff options
author | terminaldweller <devi@terminaldweller.com> | 2023-03-19 14:12:25 +0000 |
---|---|---|
committer | terminaldweller <devi@terminaldweller.com> | 2023-03-19 14:12:25 +0000 |
commit | 91825fd01004093376f0c165ed1961d749055b37 (patch) | |
tree | c9cb66150226b762f00fd95487346537c8008bbd /README.md | |
parent | updated the README (diff) | |
download | lclip-91825fd01004093376f0c165ed1961d749055b37.tar.gz lclip-91825fd01004093376f0c165ed1961d749055b37.zip |
changed the help text for the hist-size option, remove the json vendored dependency
Diffstat (limited to '')
-rw-r--r-- | README.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -30,6 +30,8 @@ luarocks install --local lsqlite3 pip install detect-secrets ``` +## Usage + lclipd is technically just the "back-end". One way to have a frontend is to use dmenu:</br> ```sh sqlite3 $(cat /tmp/lclipd/lclipd_db_name) 'select content from lclipd;' | dmenu -l 10 | xsel -ib @@ -44,7 +46,7 @@ Options: -h, --help Show this help message and exit. -s <hist_size>, --hist_size <hist_size> - history file size + number of distinct entries for clipboard history ``` ## Supported OSes |