~rootmos/action

To act or not to act, that's the socket
579d7b68 — Gustav Behm 8 months ago
Merge branch 'c-impl'
a55b8466 — Gustav Behm 8 months ago
Move Python implementation into its own directory
afbc607a — Gustav Behm 8 months ago
Update README.md

refs

master
browse  log 

clone

read-only
https://git.sr.ht/~rootmos/action
read/write
git@git.sr.ht:~rootmos/action

You can also use your local clone with git send-email.

#action

Trigger action X from thing Y.

For example, bind the F11 key to action -t f11 (-t for trigger) in your favorite window manager and run (-b for bind):

while action -b f11; do screenshot; done

in your favorite terminal emulator when you're working with something you want to screenshot. Note that the f11 string is arbitrary, i.e. go crazy, what about volume_up, fix_wifi, call_mom?