📖 Add example for setting manual picker to README
All checks were successful
ci/woodpecker/manual/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/manual/woodpecker Pipeline was successful
This commit is contained in:
parent
1cf9971d8b
commit
ab10547336
1 changed files with 7 additions and 1 deletions
|
@ -235,7 +235,13 @@ BEMOJI_TYPE_CMD="path/to/your/xdotool"
|
|||
|
||||
The candidate list (in the case of picker tool) or the picked selection are passed to the tools through stdin.
|
||||
|
||||
This is pretty experimental and you'll have to see how well it works for you.
|
||||
For example, to manually invoke fuzzel with no extra options as the picker for bemoji you would use:
|
||||
|
||||
```bash
|
||||
BEMOJI_PICKER_CMD="fuzzel -d" bemoji
|
||||
```
|
||||
|
||||
This is somewhat experimental still and you'll have to see how well it works for you.
|
||||
The setting can not be changed through the commandline alone.
|
||||
|
||||
### Execute a custom command with my emoji
|
||||
|
|
Loading…
Reference in a new issue