This application was written entirely by AI.
Specifically gemini-2.5-flash via Google Gemini CLI.
Syntax:
dtext <string>
Example:
dtext "Hello, World!"
Since there are no releases, you will have to build from source.
Simply [install git, then] run:
git clone https://github.com/DatBogie/fullscreen_text_display && cd fullscreen_text_display
Then, if on Linux or macOS, simply run:
./build.sh
Else, if on Windows, simply run:
.\build.bat
Et voilà! The binary can now be found at ./dist/dtext
Knock yourself out.