terminal-code

VS Code inside your terminal

$curl -fsSL https://tode.sh/install | bash
0:00 / 0:07
todeopens the current folder
tode <folder>opens that folder
tode <file>opens that file
tode --goto <f:l:c>opens a file at a line and column
tode --diff <a> <b>compares two files
tode --split rightopens terminal-code in a terminal split pane to the right
tode --reviewopens on the source control panel
tode --importimports settings, keybindings, snippets and extensions from vscode compatible editors
tode --shortcut-setupresolves shortcut conflicts between terminal-code and the current terminal
tode --upgradeupgrades terminal-code to the latest version

How does it work?

terminal-code combines code-server (VS Code in the browser) and terminal-browser (a browser in the terminal) to bring VS Code to the terminal. You should look into these projects for more details!

terminal-code is also open source if you want to learn more.