Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xyproto/msg2
:fountain: Output a blue arrow followed by a bold message
https://github.com/xyproto/msg2
ansi-color commandline utility
Last synced: 12 days ago
JSON representation
:fountain: Output a blue arrow followed by a bold message
- Host: GitHub
- URL: https://github.com/xyproto/msg2
- Owner: xyproto
- License: gpl-3.0
- Created: 2018-10-17T09:10:36.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2024-09-27T16:28:13.000Z (4 months ago)
- Last Synced: 2024-12-25T09:23:23.602Z (28 days ago)
- Topics: ansi-color, commandline, utility
- Language: C++
- Homepage: https://roboticoverlords.org/msg2/
- Size: 32.2 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# msg2
* A way to output a blue arrow and a bold message on the commandline.
* A commandline utility written in C++.
* The first argument may be a format string where `%s`'s are replaced with the rest of the arguments.## Screenshot
![screenshot](img/screenshot.png)
## Why?
* `msg2` is already available in `PKGBUILD` packages in Arch Linux, as a `bash` function.
* Recently, `namcap` has begun to discourage the use.
* This utility provides the same functionality, but *should* be unproblematic, from the viewpoint of `namcap`.
* Makes `msg2` available to any distro, not just Arch Linux.## Distro Packages
[![Packaging status](https://repology.org/badge/vertical-allrepos/msg2.svg)](https://repology.org/project/msg2/versions)
## Version
* 1.2.0
## License
* GPLv3
## Author
* Alexander F. Rødseth <[email protected]>