Black Screen is a modern terminal emulator based on Electron and exploiting capabilities of contemporary interfaces in contrast to most of the terminal emulators.
- Electron
- TypeScript
- NodeJS
- ReactJS
- SASS
Note: Only OS X is currently supported, but we plan to make Black Screen work on all the major platforms.
git clone https://github.com/shockone/black-screen
cd black-screen
npm run install-all
npm start
To create a standalone application, run:
npm run package
- Install selenium-standalone
selenium-standalone start
npm run test
- Improve application packaging
- VT100 compliant ANSI support.
- Environment variables support.
- Panes and tabs.
- Man files parsing for better autocompletion.
See contributing guide.
The MIT License.