Playing around with PeppermintOS on a "new " old laptop, and having fun. Its making me realize that tiny things can really work to impress. (Especially when you’re waiting on a ram upgrade, haha!)
Could be terminal based or GUI, I’m just curious—what tiny apps do you use that you think are neat? Things that don’t take up much storage or memory.
tealdeer takes up 3.7MB on my system. It’s a rust implementation of
tldr
- simplified man pages with practical examples. If I want to do some common thing with a program I don’t use very often, chances are I can type (e.g.)tldr kill
and it’ll tell me what I need to know.jq
for parsing/formatting/manipulating JSON, and itsyq
wrapper for YAML. Holy shit you can do powerful queries with them.Or the even faster successor gojq.
gnumeric runs great on any old linux machine - it isn’t as sophisticated as Libreoffice Calc but for basic spreadsheeting, it’s very fast and lightweight.
gnucash is an alternative to quickbooks for accounting - it’s been around so long that it will run on anything and it does the job without sharing your data or bombarding you with ads.
you can always run nmap in the terminal and have some fun with that.
yt-dl for videos
and gallery-dl for pictures good stuff
yt-dl for videos
Or the fork yt-dlp
If you have both
yt-dlp
andmpv
installed, you can enjoy watching YouTube videos directly in terminal rendered as text art. Give it a try:mpv --vo=tct "https://youtube.com/watch?v=BBJa32lCaaY"
cool-retro-term for all your old-school CRT needs. 1.8M executable.
vitetris! 🎮🧱💻
I like axel (CLI) - it’s been my main downloader for some years now.
I recently switched to micro from nano, and so far I’m really liking it.
- Dialect for translation. Flathub link
- Image Roll for viewing images. It’s faster than most image viewers, especially on slow devices. Flathub link
- Quick Lookup for finding the meaning of a word on Wiktionary. Flathub link
GNU Parallel
Unlock the power of multiple cores in your command lines!
Ripgrep is honestly such an awesome tool. Super fast, easy to use, and has built-in support for hidden files and .gitignores making it more flexible than traditional grep.
ledger because I love to know about my money
Nice. I’ve been putting off for some time trying to find something better than GnuCash or buckling down and writing my own. This looks perfect.
You should check out: https://plaintextaccounting.org
Wow! Will do. Thanks.
What do you dislike about GnuCash?