Skip to content

TermHand is a command-line tool that generates terminal commands from natural language prompts.

License

Notifications You must be signed in to change notification settings

inclinedadarsh/termhand

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

termhand_cover

TermHand

TermHand is a command-line tool that generates terminal commands from natural language prompts.

Installation

Install from PyPI:

pip install termhand

Usage

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?"

Development

Clone the repository and install the dependencies:

git clone https://github.com/yourusername/termhand.git
cd termhand
pip install -e .

About

TermHand is a command-line tool that generates terminal commands from natural language prompts.

Topics

Resources

License

Stars

Watchers

Forks

Languages