/shout

Display text as a HUD in the GUI direct from the CLI (command-line)

Primary LanguagePythonMIT LicenseMIT

Shout

Installation

For now, just clone this repo and use shout.py directly

Usage

Shout will display text direct from the command line via STDIN

Examples:

echo "Hello world!" | shout.py
cat *.txt | grep "noodles" | shout.py

Requirements

  • Python 3.x
  • PyQt5

License

MIT

Roadmap

  • [ ] implement CLI switches for settings
  • [ ] implement config file
  • [ ] package for homebrew
  • [ ] package for scoop/choco
  • [ ] package for Linux (pacman, apt)