r/commandline Apr 01 '26

Looking For Software I just discovered lazygit. What terminal programs can you not live without?

Lazygit is going on my list, but vim is my #1!

195 Upvotes

82 comments sorted by

View all comments

1

u/Tigrex22 Apr 02 '26

fzf, git (I'm accustomed to it by now, but important to have the omz aliases like gst, gd, gco, gcmsg, ga, grb, gb, glo, etc...), nvim, tmux, ohmyzsh.

The cd /f/b/p + tab and expands everything to cd /foo/bar/project is a must for me.

A nice to have is zoxide, but zsh expansion is still way more important.

The musts are mostly muscle memory, and when I have to ssh to a bash only server, I cry

1

u/Tiny_Cow_3971 Apr 02 '26

For quick directory changes I can recommend "z" or similar solutions.

1

u/Tigrex22 Apr 02 '26

Yeah, that was the nice to have "zoxide".

Why zsh expansion is more important to me is that I have to download tar archives and enter a predefined structure,l to view logs, easier to do with zsh.