https://github.com/aleksrutins/vala-console
The console formatting functionality extracted from valapkg.
https://github.com/aleksrutins/vala-console
color colors console formatting terminal vala
Last synced: about 2 months ago
JSON representation
The console formatting functionality extracted from valapkg.
- Host: GitHub
- URL: https://github.com/aleksrutins/vala-console
- Owner: aleksrutins
- License: mit
- Created: 2021-03-22T20:22:25.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-29T14:24:14.000Z (over 2 years ago)
- Last Synced: 2025-03-10T19:18:00.724Z (about 2 months ago)
- Topics: color, colors, console, formatting, terminal, vala
- Language: Vala
- Homepage:
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# ValaConsole
## Installation
Add it as a subproject:
```sh
git submodule add https://github.com/aleksrutins/vala-console subprojects/vala-console
```
```meson
subproject('vala-console')
```
And add the dependency:
```meson
dependency('vala-console', ['vala-console', 'vala_console_dep'])
```## Usage
See `test.vala`. It should be adequately commented.