What text-based, terminal software do you still use daily—and if you're still an avid terminal user, are you also a developer or not?
This is my favorite topic. I am a developer, and almost exclusively use terminal for anything (will use terminal as web browser if it's secure and not cumbersome). The main app is Vim (though I've moved to neovim).
Other TUI (Terminal User Interface) apps that can I'd rather use than GUI apps are:
- tig
and lazygit
rather than any Git GUI apps like Sublime Merge, Tower, etc.
- visidata
rather than any CSV/data processing software
- nnn
rather than any Finder alternatives, or any bulk renaming tools
That's all that I can remember now, but I do lot of stuff in terminal. I still use GUI apps, like task manager and reminder, web browser, emails, calendars... But the fact that many TUI apps satisfy my needs shows how powerful terminal is, and how dedicated the apps maintainer are.
I use the venerable vim (though now supervim, a neovim bundle) almost daily. I’ve used some variation of vi/vim now for decades. The muscle memory is strong.
I’m not a developer, but have a comp sci background.
Interesting! So do you use Vim as your default text editor/writing app for everything?
I use Markdown for everything possible, so notes are often a folder of text files, if not longer form using iaWriter.
The iTerm programs I use the most are:
- nnn a great file browser/manager
- neovim with SpaceVim
- HomeBrew
- Fish as my shell with StarShip
- fig which is half command line and half gui but all great!
- gitmoji-cli to get my git commits looking good.
And a lot more. I use the iTerm as my terminal and it is always open and being used. I've recently been learning to use tmux as well, but not as good at using it. Life is learning!
Looks like nnn
is popular!
Oh yeah, hard to imagine using terminal without brew
.
fig
looks amazing—an autocomplete/command palette for the terminal? That'll save a ton of googling.
I'm a QA Engineer and I use http://hyper.is
Ohh an Electron-based terminal, interesting! What's your favorite thing about it?
Three major considerations I have been using to evaluate the plethora of options available: 1. Effortless/non-intrusive: It shouldn't feel like a video call 2. Price: As this app would be complime...
I've been looking to try something new for knowledge/documentation storage for a little while now. Confluence has always been there, but I find it to be relativly limited for the cost and additiona...
Hey guys, first post here. As part of my work, I have to deal with and respond to a lot of incoming messages from different chats: Linkedin/WhatsApp/Signal/IG. I try to use Unreads/Archive features...
Ohh I need to give visidata a shot; that looks super handy.
What do you find best about those terminal Git apps versus either the default git commands or GUI apps?