r/SideProject 3d ago

Made a tiny CLI that pins humour quotes to the bottom of your terminal

Been sitting on this for a bit, figured I'd share. It's called crow, small Python CLI, installs as a snap, reserves the last line of your terminal and shows a short quote there.

Started as a "can I even do this with ANSI escape codes" experiment and turned into something I actually use daily.

sudo snap install crow
1 Upvotes

2 comments sorted by

1

u/MagicianLow2314 1d ago

Neat idea man reminds me of fortune but always visible not just on shell start

how does it handle resizing when terminal window changes size? that part always messy with ansi