~rootmos/action

To act or not to act, that's the socket
32b4bd8f — Gustav Behm 5 months ago
Add a silly README
0096ee46 — Gustav Behm 5 months ago
Restructure main()
4fe14abd — Gustav Behm 5 months ago
Catch SIGINT and exit cleanly

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 trigger f11 in your favorite window manager and run:

while action bind 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?