
terminal-code: VS Code inside the terminal
I've been working on a CLI that lets you run VS Code inside your terminal!
It comes with a code compatible CLI, and has a wizard that lets you import shortcuts/settings from other vscode compatible editors.
I made this because I've been spending more time inside terminals because of claude code, and it feels more natural to have a code editor in the same tab as claude code when im reviewing/editing code. It's also really nice for quickly editing config files with a text editor I'm comfortable with
This is possible because of the kitty graphics protocol, which is a terminal feature that lets programs display pixels. Under the hood terminal-code is using terminal-browser, which is another tool I authored that lets you run a browser inside the terminal using the kitty graphics protocol. I'm also using code-server, which is a project that lets you run VS Code inside a browser, to load VS Code inside terminal-browser
website: https://terminal-code.com/
repo: https://github.com/zenbu-labs/terminal-code
terminal-browser: https://github.com/zenbu-labs/terminal-browser