An open API service indexing awesome lists of open source software.

https://github.com/chetansk/shell-copilot

A simple contextual help for bash shell, using AI
https://github.com/chetansk/shell-copilot

bash co-pilot linux macos shell

Last synced: 3 months ago
JSON representation

A simple contextual help for bash shell, using AI

Awesome Lists containing this project

README

          

# Shell copilot
A simple contextual help, live on shell. Works on bash shell on Linux/MAC/Windows

## How to
* Copy the content of the file bashrc into your .bashrc file, maybe at the end
* logout and login
* At anypoint type aiHelp, followed by question
* for example:: aiHelp "How do I add user chetansk to sudo group

## Pre-requisite
* Install jq
* sudo apt install jq #Debian/Ubuntu
* brew install jq #macOS (Homebrew)
* Generate openAI API key