async-terminal
v0.0.12
Published
![screenshot](https://raw.githubusercontent.com/Atyn/stack-terminal/master/sceenshot.png)
Downloads
1
Readme
stack-terminal
Advantages
Copy, paste and selecting text as you know it
Everything is HTML and acts like it.
Superfast spawning system
Every command spawns a task which will give a undisturbed snappy (multicore) experience
Sticky headers
Don't loose context
Easy to style and extend
Overview of long running tasks
Serving files often?
Text search
Is coming
History overview
Performant
Using IntersectionObserver, only changes files related to what you see are subscribed to.
Development
Using hot reload
npm install
npm run serve # Blocking
npm run start-electron-serve-app
Build
npm install
npm run build
npm run start-electron-production-app