TheR1D / shell_gpt

A command-line productivity tool powered by AI large language models like GPT-4, will help you accomplish your tasks faster and more efficiently.
MIT License
8.81k stars 693 forks source link

Add fish integration #576

Open turn1a opened 3 weeks ago

turn1a commented 3 weeks ago

Summary

This pull request introduces several enhancements and fixes to the ShellGPT project, including improvements to the README.md documentation, and the addition of Fish shell integration.

Changes

README.md

Code Changes

sgpt/app.py

sgpt/integration.py

sgpt/utils.py

Installation and Usage

Documentation

Conclusion

These changes aim to improve the overall usability and functionality of ShellGPT, making it more versatile and user-friendly across different shell environments. The updated documentation ensures that users have clear and comprehensive guidance on how to leverage the full capabilities of ShellGPT.

TheR1D commented 1 week ago

@turn1a could you please resolve lint issues? Check the "Lint and Test" pipeline for details or run sh scripts/lint.sh.