aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorterminaldweller <devi@terminaldweller.com>2023-03-19 14:12:25 +0000
committerterminaldweller <devi@terminaldweller.com>2023-03-19 14:12:25 +0000
commit91825fd01004093376f0c165ed1961d749055b37 (patch)
treec9cb66150226b762f00fd95487346537c8008bbd /README.md
parentupdated the README (diff)
downloadlclip-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.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index 0c5a6e8..cc07d76 100644
--- a/README.md
+++ b/README.md
@@ -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