Black Screen is a modern terminal emulator (and shell) based on Electron. As opposed to most of the terminal emulators, it exploits the 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
cd black-screen
npm install
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.