Undo the last local (not yet pushed) commit.
git reset --soft HEAD~1
JSON Crack - online JSON visualizer.
Turn off page output (globally) for git commands (e.g. "git branch").
git config --global pager.branch false
mdless - a Markdown viewer for the terminal.
quickchart.io - a server-side rendering library for Google Charts.
If you want to logout from your Linux desktop session, but don't want to leave your terminal window.
gnome-session-quit
From time to time I clean up all the local branches that have assembled over time in a Git repository.
git branch | grep -v "main" | xargs git branch -D