diff --git a/README.md b/README.md index 0f87b60..1abea99 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,7 @@ For primary clipboard support, also add `exec wl-paste -p -t text --watch clipma To query the history and select items, run the binary as `clipman pick -t wofi`. You can assign it to a keybinding: `bindsym $mod+h exec clipman pick -t wofi`. For primary clipboard support, `clipman pick -t wofi --histpath="~/.local/share/clipman-primary.json`. +You can pass additional arguments to the selector like this: `clipman pick --tool wofi -T'--prompt=my-prompt -i'` (both `--prompt` and `-i` are flags of wofi). To remove items from history, `clipman clear -t wofi` and `clipman clear --all`. diff --git a/docs/clipman.1 b/docs/clipman.1 index 8ca2012..a7eb745 100644 --- a/docs/clipman.1 +++ b/docs/clipman.1 @@ -71,6 +71,7 @@ For primary clipboard support, also add `exec wl-paste -p -t text --watch clipma .PP To query the history and select items, run the binary as `clipman pick -t wofi`. You can assign it to a keybinding: `bindsym $mod+h exec clipman pick -t wofi`. For primary clipboard support, `clipman pick -t wofi --histpath="~/.local/share/clipman-primary.json`. +You can pass additional arguments to the selector like this: `clipman pick --tool wofi -T'--prompt=my-prompt -i'` (both `--prompt` and `-i` are flags of wofi). .PP To remove items from history, `clipman clear -t wofi` and `clipman clear --all`. .PP