This tool displays the solution (obtained from ChatGPT) to ERROR and WARNING messages displayed on the terminal.
We created our own command "showfix". You can create your own dictionary of favorite solutions, search history, and display solutions by adding options that suit your purpose. You can also easily customize it by adding your own options.
- Ease of use
- Ease of customization
- Original dictionaries can be used offline.
- Download this repository
- Addition of command "showfix"
- Add a path
export PATH=$HOME/terminal_translater/command:$PATH
- Confirmation that the path has passed
which showfix
- API Key Issuance for OpenAI
- showfix -h (Show the help menu)
- showfix -i "text" (Show solution for "text")
- showfix -o (Add the latest history to your original search dictionary.)
- showfix --history (Show the command history and its results.)
- showfix -l (Show your original search dictionary.)
- showfix -d "number" (Delete a element in your original search dictionary.)
- showfix -c (Clear your history)
$ git clone git@github.com:s1270144/terminal_translater.git
@Shuto Homma mail to: s1270144@u-aizu.ac.jp