I've become a big fan of ncurses software over the years without really realising. Newsbeuter, irssi, cmus/mocp, vim, mutt. It's the resource efficiency and speed of use that make the difference with their shiny UI counterparts. That and still having a GUI, albeit a minimum viable GUI.
It has inspired me more than once to pick up K&R's C and have a stab at a tool of my own that I'd love to have - but it's way down on the current list of priorities.
...Now wondering why the question - are you working on something?
EDIT: Forgot a special mention for Finch (pidgin client), which along with the others runs nicely on Tmux (another forgotten mention) on a perma-on server. Rpi2 in my case.
newsbeuter author here. If you want to develop your own text terminal tools, I can really recommend STFL: http://www.clifford.at/stfl/
Without it, I would have probably been driven crazy when I attempted to put together a UI. It helped me get from an idea to a working prototype really quickly. In the case of newsbeuter, like 2 days.
Consider me suitably humbled. Thanks for a great (the best?) RSS reader.
Much appreciation and thanks for the pointer!
My own project would involve segmenting common office doc formats for translation, saving translations to translation memory (in standard TMX format), attempting to match new segments with pre-translated and perhaps later integrate some project co-working/server functionality. All a little daunting, so all help, such as your pointer, is very welcome!
I'm using ncmpcpp with MPD for music but have experience some problems, the software feels a bit unstable and tends to slow down a lot, eventually causing segfault every few weeks. How's cmus/mocp here, can you use them with MPD/Spotify?
afaik mocp is it's own daemonized process, so you can close the client and the music keeps on playing; cmus is a standalone client that just reads from the filesystem and URLs and does not daemonize. cmus unfortunately skips and segfaults at times on the latest Debian packaged version, which is of course a few versions back (2.5.0 vs 2.7.0 iirc) and so I'm relying on mocp much more now.
To answer your question more directly, again afaik, mocp is not accessible over MPD (separate daemon altogether) and does not play nicely with Spotify, but I'm not a user, so wouldn't know. Neither is mocp accessible over the network (afaik!).
Oh my god... how have I never seen ranger before?
Back in my MS-DOS development days, I used an old program called LIST.COM. Ranger feels lighter than MC. I love it. Thanks for sharing!
Side note: There was a blog a couple years ago, which isn't being updated now, that would post reviews of CLI tools. Anyone that is interested in this topic should take a look at it:
Semi related, anyone got a great lib/framework for graphs/charts/plots in ncursers with python? I'm considering to build some simple terminal monitor utility to keep track of health status but haven't really looked in to it yet.
Look into urwid first, which is a full TUI framework in python.
Also consider using libcaca, which has excellent python bindings but is generally used for flashier stuff than simple utilities (text-based demoscene stuff, etc etc)...
Apologies for not linking to the relevant projects, but I'm certain you'll find them with a quick search :)
It removes a line from the known_host file. When spinning up a new VM/container or reaching a machine that has an IP/hostname you've used before (happens a lot in dev environments/NATed networks), you'll get a warning about a possible MITM attack.
I used to sync my iPod with foobar2000 on Win7 to avoid having to deal with iTunes - I'm sure there are a few other Linuxy options to explore too. Vive la résistance :)
cmus in a similar vein, although annoyingly the Debian packaged version segfaults for me in some edge cases (adding large libraries, adding m4a files).
I couldn't live without the core utils, and I use them a lot as I don't have a graphical file manager (I think the last time I used one was in 2007, I might try again someday).
Also, I don't know if it counts in either category but: ssh, of course.
It has inspired me more than once to pick up K&R's C and have a stab at a tool of my own that I'd love to have - but it's way down on the current list of priorities.
...Now wondering why the question - are you working on something?
EDIT: Forgot a special mention for Finch (pidgin client), which along with the others runs nicely on Tmux (another forgotten mention) on a perma-on server. Rpi2 in my case.