Adding a bigger preview and OCR tools to a PDF metadata editor, plus added functionality to a command line unicode/emoji picker.
computers / linux / programming
Posted on:
BASH The Tarot In Your Terminal With Bash-The-Tarot
I didn’t find a full-featured tarot program in the terminal I liked, so I made one in BASH.
bash / computers / linux / programming
Posted on:
Introducing daywall: a bash script to choose your wallpaper based on the time of day
`daywall` uses online geolocation, determines how far away from mid-day it is, and then chooses a random image with a calculated brightness appropriate to the time of day.
linux
Posted on:
HOWTO Update XDG-USER-DIRS To Avoid Symlink Issues With Flatpak
Fixing the bwrap: Can’t make symlink error with Flatpak
computers / linux / programming / technology
Posted on:
Converting ODT and RTF Files IN PLACE For Use In Obsidian
I made a BASH script to convert your OpenDocument files for easy use with Obsidian.
computers / linux / programming
Posted on:
Using SED To Capitalize Titles — And A Tricky Escaping Problem
Using SED to get titles capitalized properly was a *bit* harder than you’d expect — but the results are worth it.