From 91825fd01004093376f0c165ed1961d749055b37 Mon Sep 17 00:00:00 2001 From: terminaldweller Date: Sun, 19 Mar 2023 17:42:25 +0330 Subject: changed the help text for the hist-size option, remove the json vendored dependency --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'README.md') 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:
```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 - history file size + number of distinct entries for clipboard history ``` ## Supported OSes -- cgit v1.2.3