There are so many things to do through the command line in your terminal! Here are a list of packages or tools that I already have or want to later try out for me to come back to.
- [VHS](obsidian://open?vault=enter&file=Coding%20Tips%20(Classical)%2FTerminal%20Tips%2FCLI%20Tools%2FCLI%20Tool%20Collection%2FVHS) - cute gifs generated while typing in terminal
- [Figlet](obsidian://open?vault=Obsidian&file=Coding%20Tips%20(Classical)%2FComputers%2FComputer%20Realm%2FTerminal%20Tips%2FCLI%20Tools%2FASCII) - create large text headers within terminal
- can be additionally used with `toilet`
- [Vim](obsidian://open?vault=Obsidian&file=Coding%20Tips%20(Classical)%2FComputers%2FComputer%20Realm%2FTerminal%20Tips%2FCLI%20Tools%2FVim%2FVim) - my default command-line editor of choice
- [Wikit](obsidian://open?vault=Obsidian&file=Coding%20Tips%20(Classical)%2FComputers%2FComputer%20Realm%2FTerminal%20Tips%2FCLI%20Tools%2Fpackage%20managers%2FFink) - wikipedia search anything within terminal
#### Later:
---
- [Typer](https://github.com/maaslalani/typer) - a typing test in your terminal
- [htop and glances](https://switowski.com/blog/favorite-cli-tools/#htop-and-glances)- system monitoring tools
- [virtualenv and virtualfish](https://switowski.com/blog/favorite-cli-tools/#virtualenv-and-virtualfish)- Python virtual environment management
- [pyenv, nodenv, and rbenv](https://switowski.com/blog/favorite-cli-tools/#pyenv-nodenv-and-rbenv)- manage different versions of Python, Node, and Ruby
- [pipx](https://switowski.com/blog/favorite-cli-tools/#pipx)- install Python packages in isolated environments
- [ctop and lazydocker](https://switowski.com/blog/favorite-cli-tools/#ctop-and-lazydocker)- monitoring tools for Docker
- [colordiff and diff-so-fancy](https://switowski.com/blog/favorite-cli-tools/#colordiff-and-diff-so-fancy)- like`diff`but with colors
- [tree](https://switowski.com/blog/favorite-cli-tools/#tree-brew-install-tree)- for presenting the content of a folder