An open API service indexing awesome lists of open source software.

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

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/