SuperUtils
SuperUtils is a collection of enhanced Linux commands developed by vh8t. It aims to provide improved functionality and features compared to standard command-line tools.
Commands
SuperUtils currently includes the following commands:
- sls (super ls): Displays directories with file icons and adds extra space between each file info for better readability.
- ccat (colorful cat): Prints file contents with syntax highlighting.
Installation Requirements
Before installing SuperUtils, ensure you meet the following requirements:
- Git: Git must be installed on your system.
- Go (Golang): Go must be installed.
- Nerd Font: Use a Nerd Font of your choice as the default terminal font.
Installation
To install SuperUtils, run the following command in your terminal:
curl -o- https://raw.githubusercontent.com/vh8t/SuperUtils/main/install.sh | bash
This command will download and execute the installation script, which will set up SuperUtils on your system.
License
SuperUtils is licensed under the GNU General Public License v3.0 (GPL-3.0). See the LICENSE file for more details.
Feel free to contribute to SuperUtils by submitting issues or pull requests on GitHub. Thank you for using SuperUtils! 🚀