This project is under development, contributing to this in my free time.
Code and build modern applications quickly and effectively. Built using Electron framework.
- Desktop application
- Inbuilt file explorer (integrated js-tree, a jquery plugin)
- Inbuilt terminal (integrated xterm, a terminal emulator)
Install Nodejs
$ git clone https://github.com/shivamacs/electra-code.git
$ cd electra-code
/electra-code$ npm install
/electra-code$ npm start
- Save code state in between file switching and also update code on file system.
- Add more keyboard shortcuts.
- Add theming functionality.
- Optimise data loading in file explorer.
- Improve terminal functionality.
- Make components resizable.