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