Claude Shell

Claude Shell

Ctrl+L to open a chat in your terminal

7 followers

Use Claude and other models in the shell with a nice TUI, history, message editing support and more
Claude Shell gallery image
Claude Shell gallery image
Launch Team / Built With
OS Ninja
OS Ninja
Explore and Learn Open Source using AI
Promoted

What do you think? …

Nico de Ory
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 ```