Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kicksecure/msgcollector
GUI / CLI Toolkit Library - collects messages send to it by applications (API) and dispatches them when instructed to do so by the application
https://github.com/kicksecure/msgcollector
gui library terminal toolkit
Last synced: about 2 months ago
JSON representation
GUI / CLI Toolkit Library - collects messages send to it by applications (API) and dispatches them when instructed to do so by the application
- Host: GitHub
- URL: https://github.com/kicksecure/msgcollector
- Owner: Kicksecure
- License: other
- Created: 2014-04-06T19:03:39.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2024-11-12T14:01:55.000Z (about 2 months ago)
- Last Synced: 2024-11-12T14:29:24.419Z (about 2 months ago)
- Topics: gui, library, terminal, toolkit
- Language: Shell
- Homepage: https://www.kicksecure.com/wiki/Impressum
- Size: 861 KB
- Stars: 2
- Watchers: 4
- Forks: 5
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: changelog.upstream
- Contributing: CONTRIBUTING.md
- License: COPYING
Awesome Lists containing this project
README
# Command Line Interface Messages Toolkit Library #
A programming library providing an application programming interface (API)
that allows the programmer to output colored text in terminal user interfaces
(CLI).Applications can send messages to msgcollector which it collects and
dispatches once instructed to do so by the application.For clarity and avoidance of confusion, msgcollector does not collect any
data. Applications that do not use msgcollector do not interact with
msgcollector. It is roughly in the same category as ncurses but has of course
much less and very different features.For graphical user interface (GUI) support also install package
msgcollector-gui.## How to install `msgcollector` using apt-get ##
1\. Download the APT Signing Key.
```
wget https://www.kicksecure.com/keys/derivative.asc
```Users can [check the Signing Key](https://www.kicksecure.com/wiki/Signing_Key) for better security.
2\. Add the APT Signing Key.
```
sudo cp ~/derivative.asc /usr/share/keyrings/derivative.asc
```3\. Add the derivative repository.
```
echo "deb [signed-by=/usr/share/keyrings/derivative.asc] https://deb.kicksecure.com bookworm main contrib non-free" | sudo tee /etc/apt/sources.list.d/derivative.list
```4\. Update your package lists.
```
sudo apt-get update
```5\. Install `msgcollector`.
```
sudo apt-get install msgcollector
```## How to Build deb Package from Source Code ##
Can be build using standard Debian package build tools such as:
```
dpkg-buildpackage -b
```See instructions.
NOTE: Replace `generic-package` with the actual name of this package `msgcollector`.
* **A)** [easy](https://www.kicksecure.com/wiki/Dev/Build_Documentation/generic-package/easy), _OR_
* **B)** [including verifying software signatures](https://www.kicksecure.com/wiki/Dev/Build_Documentation/generic-package)## Contact ##
* [Free Forum Support](https://forums.kicksecure.com)
* [Premium Support](https://www.kicksecure.com/wiki/Premium_Support)## Donate ##
`msgcollector` requires [donations](https://www.kicksecure.com/wiki/Donate) to stay alive!