TermHand is a command-line tool that generates terminal commands from natural language prompts.
Install from PyPI:
pip install termhand
To use TermHand, first ensure you have set up your API key. Create a configuration file at ~/.config/termhand/termhand_config.ini
with the following content:
[termhand]
api_key = your_api_key_here
You can get an API Key from the Google AI Studio
Then, use TermHand from the command line:
th "How do I create a new folder with the name test?"
Clone the repository and install the dependencies:
git clone https://github.com/yourusername/termhand.git
cd termhand
pip install -e .