A cli tool that translates natural language into bash commands. Rash uses OpenAI GPT-4o, bring your own API key.
rash <natural language description of what you want to do>
rash.mov
stop all docker containers
kill the process running on port 3000
find files at path ./ containing the text 'xyz'
Configure an environment variable called OPENAI_API_KEY
and set it to your openai api key. If you need a key, go to https://platform.openai.com/account/api-keys.
npm install -g rash-cli
npm uninstall -g rash-cli
cp .env.example .env
# configure .env
bun install
bun build
bun run console
or just
bun run index.ts