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 --split rightopens terminal-code in a terminal split pane to the right
tode --reviewopens on the source control panel
tode importimport settings from vscode compatible editors
tode shortcutshelps resolve conflicting keybinds between the terminal and terminal-code
tode upgradeupgrades terminal-code to the newest 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!