chatgpt-cli icon indicating copy to clipboard operation
chatgpt-cli copied to clipboard

Yet another ChatGPT command line tool

Results 6 chatgpt-cli issues
Sort by recently updated
recently updated
newest added

The example `commit_message.sh` does not work as expected. ```sh git add . git commit -m "$(git diff --cached | chatgpt -m 'Please create a simple commit message')" ``` https://github.com/kojix2/PaperClippers/commit/7b4f48d10a2d84b4ca420b4cca32d6e5e7ab5f86

`!mv $CODE1 foo.py` This command is used very often. I think we should have shortcut to it.

There are 3 types of input methods for UNIX command line tools. 1. Standard Input 2. Command line argument (file name) 3. Command line argument (value) There is only one...

When you want to automate ChatGPT, batch mode is more appropriate than interactive mode. When using batch mode, it may be more convenient to have the magic command available as...

When using chatgpt-cli on macOS, unintended abnormal termination of the terminal often occurs. The cause is unknown. (I am a Japanese speaker, so there is a possibility that the trouble...

In daily use, there are moments when you want to discuss more than one thing with ChatGPT. For example, when I am asking a question on ChatGPT about how to...