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

https://github.com/mysticquest/other-bashgpt

Chatgpt prompts with command support for bash shell experimentation.
https://github.com/mysticquest/other-bashgpt

bash bashrc chatgpt

Last synced: 3 months ago
JSON representation

Chatgpt prompts with command support for bash shell experimentation.

Awesome Lists containing this project

README

        

Copy paste the function to your bash.bashrc, and use the command in a bash shell

Examples:

Answers rhetorical questions:
q "why hasn't regex been banned yet?"

Reads a CSV:
q "suggest a dish from the following $(cat menu.csv) and tell me its price"

Reads a PDF and stores its summary in a txt:
q "can you read this $(pdftotext mybiography.pdf - | cat) and write a summary" > summary.txt