VSCode-style terminal text editor built with Node.js and blessed.
npm install -g @ricky/terminal-codeStart editor in current directory:
terminal-codeOpen a file directly:
terminal-code path/to/file.txtCtrl+N: New file (prompts full path)Ctrl+S: SaveCtrl+Shift+S: Save As (full path prompt)Ctrl+Shift+R: Rename active tab fileCtrl+Shift+D: Delete active tab file (with confirmation)Ctrl+O: Focus explorerCtrl+Q: Quit
Explorer shortcuts (when explorer is focused):
Ctrl+Shift+N: New fileCtrl+Alt+N: New folderF2: Rename selected itemDelete: Delete selected itemEnter: Open file / toggle folder
npm login
npm publish --access publicAfter publishing, users can install globally with npm install -g @ricky/terminal-code.