Recorded terminal session in README.md

For a couple of times I have seen a GIF with a terminal session, which showed the usage of a CLI program at its GitHub README. I think that’s nice that creator shows how to do basic stuff with his/her app in this simple way (not everyone might have time to read what program does, so they can just watch that). Lately I’ve been horsing around with my simple TUI program (for tracking InPost parcels) and yesterday I also added a similar GIF. ...

November 25, 2020

Splitting an audiobook

Did you happen to buy an audiobook and all you got is one big mp3 file with a .cue file? Why am I asking? Because from time to time I buy an audiobook at Audioteka and as I prefer to have each chapter as a separate mp3, I have to split one audio file into smaller ones by myself. But, hey, I can do it in terminal with mp3splt! (There is also GUI option: mp3splt-gtk!) ...

November 18, 2020