Command line tool that translates questions into bash commands
cargo install --git https://github.com/LucaSchinnerl/barsh.git
To run first set your OPENAI API key
- bash:
export GROQ_API_KEY=<Your GROQ-API key>
- fish:
set -Ux GROQ_API_KEY <Your GROQ-API key>
Some examples:
barsh print hello world
barsh find all files in this dir that end in .rs
barsh what time is it