j178 / chatgpt

An elegant interactive CLI for ChatGPT
694 stars 52 forks source link

feat: add option to open a new conversation at the beginning #36

Closed key-moon closed 1 year ago

key-moon commented 1 year ago

This pull request adds a new feature to program by implementing the -n option to open a new prompt. I use this program assigned to a key binding in tmux. When I hit this key binding, it is mainly because I want to start a new conversation immediately. To address this use case, I created this PR.