commit 3bb66928f1b6ba57598381a7bf3bf279d433a55f parent 54a8723197d4b841c1b3e50a56aa0610f45caec3 Author: Anton Konyahin <me@konyahin.xyz> Date: Mon, 11 Mar 2024 20:19:47 +0300 add readme Diffstat:
A | README.md | | | 17 | +++++++++++++++++ |
1 file changed, 17 insertions(+), 0 deletions(-)
diff --git a/README.md b/README.md @@ -0,0 +1,17 @@ +# flbng - show full screen centered text in terminal + +Just send your text to standart input. If you want to quit - press any button. + +Programm is very basic and if your text doesn't fit it will give up immediately. + + +``` +echo "some important text" | flbng +``` + +More examples in test file. + +[Ascinema demonstration][1]. + + +[1]: https://asciinema.org/a/646206