Release 0.9.2 #268
Replies: 5 comments 2 replies
-
@TheR1D why did you choose to put the shell-integration scripts on a separate branch from main? is this a standard practice that I'm not aware of? |
Beta Was this translation helpful? Give feedback.
-
Small suggestion: For the demo screencast, use something with serifs to indicate the command. I thought the hotkey was PS: Love the tool :) |
Beta Was this translation helpful? Give feedback.
-
Important change: I have moved the shell script to a separate repository to decouple it from the Python codebase, address the installation issue, and add complete documentation and demos. This decoupling allows the script to be used with any command-line GPT program, while keeping shell_gpt as the default program. I also made a pr to ohmyzsh to streamline installation. |
Beta Was this translation helpful? Give feedback.
-
Howdy, Im a lower-mid level linux guy (at best) that can apt install with the best of them.... I've followed the installation instructions on a brand new Mint Linux 21.2 install and I keep getting the same error from using the command: $ sudo docker run --rm ERROR AS FOLLOWS: During handling of the above exception, another exception occurred: Traceback (most recent call last): During handling of the above exception, another exception occurred: Traceback (most recent call last): END ERROR. Im confident that I am the problem but I cant seem to figure out what Im doing wrong....thanks for setting me straight bc I cant wait to use this tool to learn linux faster.... Phredd |
Beta Was this translation helpful? Give feedback.
-
Add support for fish plz? 🥺🙏 (Am I the only one who uses fish?) |
Beta Was this translation helpful? Give feedback.
-
This release includes shell integrations for ZSH and Bash.
--install-integration
which will update user shell profile.Shell Integration
Shell integration allows you to use Shell-GPT in your terminal with hotkeys. It is currently available for Bash and ZSH. It will allow you to have
sgpt
completions in your shell history, and also edit suggested commands right away.Shell_GPT_Integration.mp4
Installation
pip install --upgrade shell-gpt sgpt --install-integration # Restart your terminal to apply changes.
Usage
In your terminal enter natural language request, and press
Ctrl+l
to get shell command suggestion. It will replace your current input line (buffer) with the GPT suggested command.Special thanks to @chinarjoshi
This discussion was created from the release 0.9.2.
Beta Was this translation helpful? Give feedback.
All reactions