Hoboneer / sxhkd-parser

Parser library for sxhkd configs
GNU General Public License v3.0
7 stars 0 forks source link

create `hkrun` or `hkexec`: single keybind executor tool #7

Open Hoboneer opened 2 years ago

Hoboneer commented 2 years ago

Behaviour: Execute one keybind, given by an argument in argv that specifies a chord chain.

This would be useful to do more specific things with the output of a command, which is something that hkxargs --exec cannot do since it must work like xargs and thus throw away information as it executes all the commands from its input.