DEV Community

Discussion on: What are the CLIs you use very often?

Collapse
 
manish profile image
Manish Sinha
  • tig

  • pushd, popd

  • grep

  • git edit alias for git commit -p --amend

  • git rebase

  • less

Collapse
 
phantas0s profile image
Matthieu Cneude

pushd / popd are great. I thought it was working only in Zsh, but it's available in Bash to.

I often use tig too. Great tool!