Black Screen is both a terminal emulator and an interactive shell based on Electron. Unlike most of the emulators, it exploits capabilities of contemporary interfaces.
- 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. Though it also works on Linux, it isn't supported yet.
Warning: Black Screen is still in its beta phase and isn't completely ready for day-to-day usage.
git clone https://github.com/black-screen/black-screen.git && cd black-screen
npm i
npm start
To create a standalone application, run:
npm run package
- Install selenium-standalone
selenium-standalone start
npm run test
You can find the list of items currently being worked on in this issue: TODO
See Contributing Guide.
The MIT License.