terminal-code
VS Code inside your terminal<br>macOS + LinuxWindows<br>$curl -fsSL https://tode.sh/install | bash
play
0:00 / 0:07
todeopens the current folder<br>tode opens that folder<br>tode opens that file<br>tode --goto opens a file at a line and column<br>tode --diff compares two files<br>tode --split rightopens terminal-code in a terminal split pane to the right<br>tode --reviewopens on the source control panel<br>tode --importimports settings, keybindings, snippets and extensions from vscode compatible editors<br>tode --shortcut-setupresolves shortcut conflicts between terminal-code and the current terminal<br>tode --upgradeupgrades terminal-code to the latest version
How does it work?<br>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!<br>terminal-code is also open source if you want to learn more.