https://github.com/morgancaron/script-terminal
Script library for interactions with the terminal
https://github.com/morgancaron/script-terminal
Last synced: 10 months ago
JSON representation
Script library for interactions with the terminal
- Host: GitHub
- URL: https://github.com/morgancaron/script-terminal
- Owner: MorganCaron
- License: lgpl-3.0
- Created: 2020-05-13T13:14:37.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-13T13:29:32.000Z (about 6 years ago)
- Last Synced: 2025-06-02T06:28:20.499Z (about 1 year ago)
- Language: C++
- Size: 7.81 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Script Terminal
## *Script library for interactions with the terminal*


[](https://discord.gg/mxZvun4)
### Project Health
[](https://www.codacy.com/manual/MorganCaron/Script-Terminal)
[](https://github.com/MorganCaron/Script-Terminal/actions?query=workflow%3A%22C%2B%2B+Test%22)
---
## Getting Started
[](INSTALL.md)
[](CONTRIBUTING.md)
### Build command
```console
meson build -Ddefault_library=static
ninja -C build
```
### Test command
```console
ninja -C build test
```
---
## Additional Informations

[](https://github.com/MorganCaron/Script-Terminal/blob/master/LICENSE)