logoalt Hacker News

ahmedhossamdevtoday at 4:45 PM0 repliesview on HN

+1 for git log -S. Two I use daily: rg --hidden -g '!*.lock' to skip noise, and python3 -m json.tool to pretty-print API responses.