You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
6 years ago | |
---|---|---|
examples | 6 years ago | |
lib | 6 years ago | |
.gitignore | 7 years ago | |
CHANGELOG.md | 6 years ago | |
LICENSE | 7 years ago | |
README.md | 6 years ago | |
composer.json | 6 years ago |
README.md
NoccyLabs Shell Core
This library helps make elegant command line applications that spawn an isolated shell. It uses a standalone implementation for buffered input with support for arrow keys to navigate the history and more.
Note that this library requirements a fully ANSI compatible terminal with UTF-8 support
in order to use colors, control the cursor position etc. As it uses stty
to configure
input buffering, it will likely not work on Windows.