HelpX is a user-friendly, professional tool management script designed to streamline the way you manage, view, and execute commands for your favorite tools.
- Tool Management: Add, remove, edit, and view tools and their commands effortlessly.
- Command Execution: Run predefined commands for tools with a single command.
- User-Friendly: Intuitive interface with colored output for better readability.
- Customizable: Easily configure and extend tools via a configuration file (
main.sh
). - Batch Updates: Automatically update all managed tools with their latest configurations.
- Enhanced Usability: Supports detailed usage instructions and interactive menus.
Clone this repository and run the main setup script:
git clone https://github.com/zebbern/Helpx.git
cd NewKali
chmod +x *.sh
sudo ./main.sh
To access the help menu, simply type:
helpx
- List Topics:
helpx list
- View Topic Information:
helpx <name>
- Add a Topic:
helpx create <name>
- Remove a Topic:
helpx delete <name>
- Edit Topic:
helpx edit <name>
helpx add nmap
Follow the prompts to add a new tool with its description and commands.
We welcome contributions to enhance the functionality of HelpX. Feel free to fork this repository, submit issues, or open pull requests.
This project is licensed under the MIT License.
For any issues or feedback, please create a issue.
Elevate your tool management experience with HelpX!