Skip to content

Command line tool that translates questions into bash commands

License

Notifications You must be signed in to change notification settings

LucaSchinnerl/barsh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

barsh

Command line tool that translates questions into bash commands

Demo

Installation:

Step 1 Install Package

cargo install --git https://github.com/LucaSchinnerl/barsh.git

Step 3 Set API-KEY

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>

Step 4 Run Barsh

Some examples:

  • barsh print hello world
  • barsh find all files in this dir that end in .rs
  • barsh what time is it

About

Command line tool that translates questions into bash commands

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages