I was in a break between jobs when I decided it's time to tackle the idea I had for a long time; Godoc-Lint, a linter for Go Doc Comments (godocs)....
Recently, I had this task of transferring our tests from using in-memory SQLite instances to Postgres containers. It seemed a like a pretty...
chmod š Modifies file/directory permissions (See here or here for more details). Permission expressions are mostly formatted as...
Emoji in git commit message If you're VS Code user and also a fan of emojis, this new VS Code extension might appeal to you, especially if you've read...
cut āļø Cuts/extracts text/fields out of text streams. ā ļø Index values are one-based. Cut characters on a range -c echo "Hello World\!\nGoodbye\!" |...
md5sum/shasum #ļøā£ Checks/computes MD5/SHA checksum of files. Compute MD5 checksum md5sum md5sum ~/.bashrc ~/.zshrc...