https://github.com/friedrith/curated-list-command-line
A curated list of useful tools for your terminal
https://github.com/friedrith/curated-list-command-line
Last synced: 5 months ago
JSON representation
A curated list of useful tools for your terminal
- Host: GitHub
- URL: https://github.com/friedrith/curated-list-command-line
- Owner: friedrith
- License: mit
- Created: 2020-03-05T15:53:37.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-03-07T13:21:46.000Z (over 6 years ago)
- Last Synced: 2025-10-18T23:53:55.831Z (9 months ago)
- Homepage: https://friedrith.github.io/curated-list-command-line/
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Curated list of command line tools
It lists all the tools useful to improve your experience using command line and terminals.
> This list includes mostly tools I tried so it may be not exhaustive. Do not
> hesitate to propose other tools you tried and can give me feedbacks.
## Shell
- [zsh](http://www.zsh.org/): an alternative to bash improving completion and
much more
- [ohMyZsh](https://github.com/ohmyzsh/ohmyzsh): a framework for zsh
configuration including awesome plugins and prompt customization
- alias
## Git
Git is one of the most famous command line tool.
- [alias](https://git-scm.com/book/en/v2/Git-Basics-Git-Aliases)
- [hooks](https://git-scm.com/book/en/v2/Customizing-Git-Git-Hooks)
- [husky](https://github.com/typicode/husky): configure git hooks for your
node.js projects
- [tig](https://jonas.github.io/tig/) (didn't test it yet)
## Terminals
- [Terminator](https://gnometerminator.blogspot.com/p/introduction.html)
- [iTerm2](https://www.iterm2.com/)
## Node, npm and yarn
- https://github.com/BuonOmo/yarn-completion
## Ssh
- [For macOS](https://apple.stackexchange.com/questions/254468/macos-sierra-doesn-t-seem-to-remember-ssh-keys-between-reboots)
## Various
- [Z script](https://github.com/rupa/z)
## Others
- https://www.fossmint.com/alternative-terminal-apps-for-macos/
- [Invest in your
terminal](https://www.mokacoding.com/blog/invest-in-your-terminal-to-become-a-better-developer/)
- https://jilles.me/badassify-your-terminal-and-shell/