docs: document --tool-args

This commit is contained in:
yory8 2020-02-23 14:54:10 +01:00
parent f2cd6b8ef3
commit 2b30ada83d
2 changed files with 2 additions and 0 deletions

View file

@ -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`. 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`. 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`. To remove items from history, `clipman clear -t wofi` and `clipman clear --all`.

View file

@ -71,6 +71,7 @@ For primary clipboard support, also add `exec wl-paste -p -t text --watch clipma
.PP .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`. 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`. 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 .PP
To remove items from history, `clipman clear -t wofi` and `clipman clear --all`. To remove items from history, `clipman clear -t wofi` and `clipman clear --all`.
.PP .PP