A simple command line tool to run ChatGPT. Currently still work in progress.
Currently I provide one pre-built debian package:
dpkg -i build bashgpt-0.0.1.deb
source dev/env.sh
build_tool [version number]
dpkg -i builds/bashgpt-[version number].deb
The tool can simply be called via command-line:
gpt ask [question]
Import the content of the file into the prompt.
gpt ask [question] \\file{[file name]}
Include the stdout and stderr of the command into the prompt.
gpt ask [question] \\execute{[command]}
To see the available configuration parameters and their current value:
gpt config
gpt set [key] [value]
BashGPT
is licensed under BSD-3
This project is still work in progress and there is plan to add more functionalities