VS Code inside your terminal
$
curl -fsSL https://tode.sh/install | bashtodeopens the current foldertode <folder>opens that foldertode <file>opens that filetode --goto <f:l:c>opens a file at a line and columntode --diff <a> <b>compares two filestode --split rightopens terminal-code in a terminal split pane to the righttode --reviewopens on the source control paneltode --importimports settings, keybindings, snippets and extensions from vscode compatible editorstode --shortcut-setupresolves shortcut conflicts between terminal-code and the current terminaltode --upgradeupgrades terminal-code to the latest versionHow 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.