Articles
-
Creating my own emoji picker (2021-10-18)
I got tired of searching for emojis online, so I decided to script it.
-
Generating random words on Linux the easy way (2021-08-07)
If generating dummy content is always a chore, this is a solution for you - just use some bash, baby.
-
Disabling notifications when I’m in a meeting (2021-07-28)
How to stop notifications bothering you when you’re in a meeting - the Linux (and automatic) way.
-
Script that generates
for_window
for i3wm (2021-07-21)Automate away the boring parts - generating for_window queries for i3wm with bash.
-
Switching to a specific app in i3wm (2021-05-07)
Enhance your i3wm workflow with some bash.
-
Writing robust software in sh (2021-05-02)
What makes writing software hard? How to make it easier? How wrong tools can make it even harder? What if you do it on purpose?