2 lines
166 B
Bash
Executable file
2 lines
166 B
Bash
Executable file
#!/bin/sh
|
|
/usr/share/river/scripts/sbdp.py $HOME/.config/river/keybindings.sh | jq --raw-output 'sort_by(.category) | .[] | .action + ": <b>" + .keybinding + "</b>"'
|