https://github.com/dankamongmen/colloquy
beautiful notcurses widgets from the command line and shell scripts
https://github.com/dankamongmen/colloquy
Last synced: 8 days ago
JSON representation
beautiful notcurses widgets from the command line and shell scripts
- Host: GitHub
- URL: https://github.com/dankamongmen/colloquy
- Owner: dankamongmen
- License: apache-2.0
- Created: 2020-04-08T03:59:46.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-02-08T21:26:03.000Z (about 4 years ago)
- Last Synced: 2025-03-28T01:47:56.963Z (26 days ago)
- Language: Rust
- Size: 69.3 KB
- Stars: 5
- Watchers: 4
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Colloquy allows attractive Notcurses widgets to be used from the command line
and shell scripts. It is inspired by `dialog`, a tool based on NCURSES (and
similarly maintained by Thomas E. Dickey), and written in Rust. Colloquy was
originally shipped as part of Notcurses, but pulled out into its own project
during the Notcurses 1.3.0 development cycle.## Use
* Create a message box, centered on the screen:
`colloquy --msgbox 'Heute Die Welt, Morgens Das Sonnensystem!' 0 0`