Webflow | AI site builder — Start fast. Build right.
Start fast. Build right.
Promoted
Maker
📌
This is Claude Shell (aka gpt-term) 🎨
Bind it to Ctrl+L to open a chat anywhere in your terminal.
Run bash commands, browse past chats (saved in plain text in ~/.gpt-term), and edit past messages with fast shortcuts.
Feedback is welcome!
Source can be found here
https://github.com/nicolasdeory/...
You can install it with
`brew tap nicolasdeory/gpt-term`
`brew install gpt-term`
And then bind it to Ctrl+L in your favorite shell.
Example for ZSH:
```
function run_gpt() {
/opt/homebrew/bin/gpt-term
}
zle -N run_gpt
bindkey '^L' run_gpt
```