π§βπ» Which command do you use the most in the terminal? Let's find out the fun way!
βοΈ **If you like this project, please consider starring the repo!** βοΈ
-
Supports all popular shells:
- Bash
- Zsh
- Fish
-
Lists your most used terminal tools and commands
-
Colorful and emoji-rich output
-
Motivational and fun summaries
-
Automatic shell detection or manual selection
You can easily install TerminalWrap via AUR:
yay -S terminalwrap
-
Clone the repository:
git clone https://github.com/xeyossr/terminalwrap.git cd terminalwrap
-
Install Go if you don't have it:
# Debian/Ubuntu sudo apt install golang # Arch sudo pacman -S go
-
Build and install:
make sudo make install
terminalwrap [OPTIONS]
Options:
--bash
ββForce using Bash history--zsh
ββForce using Zsh history--fish
ββForce using Fish history--top N
βShow top N tools (default: 10)--help
ββShow help message
If no shell is specified, TerminalWrap will auto-detect your current shell.
- Bash
- Zsh
- Fish
Want to see support for another shell?
Feel free to contribute and add support for your favorite shell!
Contributions, issues and feature requests are welcome!
If you'd like to add support for a new shell or improve the project, please open a pull request or issue.
See CONTRIBUTING.md for guidelines.
This project is licensed under the GNU General Public License v3.0.
See the LICENSE file for details.
- Inspired by islemci/cliwrap