This commit is contained in:
Eyal Trabelsi 2023-07-15 04:43:11 -04:00 committed by GitHub
commit c32695f8c5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 13 additions and 0 deletions

View File

@ -26,6 +26,7 @@ A curated list of awesome command-line frameworks, toolkits, guides and gizmos.
- [Multimedia and File Formats](#multimedia-and-file-formats)
- [Applications](#applications)
- [Games](#games)
- [Funny](#funny)
- [Shell Package Management](#shell-package-management)
- [Shell Script Development](#shell-script-development)
- [Guides](#guides)
@ -372,6 +373,18 @@ A curated list of awesome command-line frameworks, toolkits, guides and gizmos.
* [SHTAP](https://notimetoplay.org/engines/shtap/) - Reusable text adventure engine for Bash 4
* [tty-solitaire](https://github.com/mpereira/tty-solitaire) - Play solitaire in your terminal!
## Funny
*Funny Command line-based tools.*
* [sl](https://github.com/mtoyoda/sl) - SL (Steam Locomotive) runs across your terminal when you type "sl".
* [cmatrix](https://github.com/abishekvashok/cmatrix) - Terminal based "The Matrix" like implementation.
* [cowsay](https://github.com/piuccio/cowsay) - cowsay is a configurable talking cow.
* [catsay](https://github.com/vaniacer/piu-piu-SH) - catsay is a configurable talking cat.
* [figlet](http://www.figlet.org/) - FIGlet is a program for making large letters out of ordinary text.
* [lolcat](https://github.com/busyloop/lolcat) - convert text to Rainbows and unicorns!.
## Shell Package Management
*Tools for managing multiple shell configurations. For zsh-specific tools, see the Zsh section.*