https://github.com/maxfreck/consoleur
Basic package for interaction with character-oriented terminal emulators
https://github.com/maxfreck/consoleur
Last synced: 5 months ago
JSON representation
Basic package for interaction with character-oriented terminal emulators
- Host: GitHub
- URL: https://github.com/maxfreck/consoleur
- Owner: maxfreck
- Created: 2017-09-08T18:30:16.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2018-10-17T17:16:14.000Z (over 7 years ago)
- Last Synced: 2025-01-30T17:38:31.366Z (over 1 year ago)
- Language: D
- Homepage:
- Size: 31.3 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Consoleur
> Please use with caution. Consoleur in the active development, some interfaces and behavior may change in future releases.
A package for interaction with character-oriented terminal emulators.
## Features
* Output coloring and formatting.
* Cursor positioning.
* UTF-8 input with codepoint and CSI/SS3 sequences detection.
* Special keys recognition.
* Support for [Konsole](https://konsole.kde.org/) `super` key.
* CLI UI elements: password input and progress bar.
## Some restrictions
* It is assumed that the terminal operates in the UTF-8 encoding.
* Special keys detector assumes that a PC-compatible keyboard is used. I.e. keyboard has F1 — F12 function keys and Shift, Control and Alt modifier keys.
## To-Do
* Unit tests.
* Better documentation.
* Support for mouse input.
* Support for Windows cmd.exe.