github TheR1D/shell_gpt 0.8.8

latest releases: 1.4.4, 1.4.3, 1.4.0...
17 months ago
  • Accept prompt from both stdin and command line argument.

This versatile feature is particularly useful when you need to pass file content or pipe output from other commands to the GPT models for summarization or analysis. For example, you can easily generate a git commit message based on a diff:

git diff | sgpt "Generate git commit message, for my changes"
# -> Commit message: Implement Model enum and get_edited_prompt()

This powerful feature simplifies the process of managing and understanding data from different sources, making it easier for you to focus on what really matters: improving your projects and applications.

Don't miss a new shell_gpt release

NewReleases is sending notifications on new releases.