https://github.com/tigger04/shout
Display text as a HUD in the GUI direct from the CLI (command-line)
https://github.com/tigger04/shout
Last synced: about 1 month ago
JSON representation
Display text as a HUD in the GUI direct from the CLI (command-line)
- Host: GitHub
- URL: https://github.com/tigger04/shout
- Owner: tigger04
- License: mit
- Created: 2024-03-09T12:25:31.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-06-03T10:13:20.000Z (11 months ago)
- Last Synced: 2025-03-06T12:11:24.486Z (about 2 months ago)
- Language: Python
- Size: 777 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.org
- License: LICENSE
Awesome Lists containing this project
README
#+TITLE: Shout
#+SUBTITLE: Display text in the GUI directly from the CLI
* 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:
#+BEGIN_SRC
echo "Hello world!" | shout.py
#+END_SRC#+BEGIN_SRC
cat *.txt | grep "noodles" | shout.py
#+END_SRC
* 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)