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 (
~/.helpx.conf
). - 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/yourusername/helpx.git
cd helpx
chmod +x setup.sh
sudo ./setup.sh
To access the help menu, simply type:
helpx help
- List Tools:
helpx list
- View Tool Details:
helpx view <tool_name>
- Add a Tool:
helpx add <tool_name>
- Remove a Tool:
helpx remove <tool_name>
- Edit Tool Commands:
helpx edit <tool_name>
- Update All Tools:
helpx update
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 contact [[email protected]].
Elevate your tool management experience with HelpX!