An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Script Terminal

## *Script library for interactions with the terminal*

![Github Stars](https://img.shields.io/github/stars/MorganCaron/Script-Terminal?style=for-the-badge)
![Github Forks](https://img.shields.io/github/forks/MorganCaron/Script-Terminal?style=for-the-badge)
[![Discord](https://img.shields.io/discord/268838260153909249?label=Chat&logo=Discord&style=for-the-badge)](https://discord.gg/mxZvun4)

### Project Health
[![Codacy](https://img.shields.io/codacy/grade/8eb48cf99972486e83596e1b15539ab5?logo=Codacy&style=for-the-badge)](https://www.codacy.com/manual/MorganCaron/Script-Terminal)
[![Github Actions](https://img.shields.io/github/workflow/status/MorganCaron/Script-Terminal/C++%20Test?logo=Github&style=for-the-badge)](https://github.com/MorganCaron/Script-Terminal/actions?query=workflow%3A%22C%2B%2B+Test%22)

---

## Getting Started
[![Install](https://img.shields.io/badge/-Install-blue?style=for-the-badge)](INSTALL.md)
[![Contribute](https://img.shields.io/badge/-Contribute-blue?style=for-the-badge)](CONTRIBUTING.md)

### Build command
```console
meson build -Ddefault_library=static
ninja -C build
```

### Test command
```console
ninja -C build test
```

---

## Additional Informations
![Top Language](https://img.shields.io/github/languages/top/MorganCaron/Script-Terminal?style=for-the-badge)
[![License](https://img.shields.io/github/license/MorganCaron/Script-Terminal?style=for-the-badge)](https://github.com/MorganCaron/Script-Terminal/blob/master/LICENSE)