https://github.com/0x2b3bfa0/bash-rsvp
Displays a text file word by word centered on the screen
https://github.com/0x2b3bfa0/bash-rsvp
bash rsvp shell string-formatter string-manipulation
Last synced: 5 months ago
JSON representation
Displays a text file word by word centered on the screen
- Host: GitHub
- URL: https://github.com/0x2b3bfa0/bash-rsvp
- Owner: 0x2b3bfa0
- License: gpl-2.0
- Created: 2015-03-22T11:07:06.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2020-01-15T18:04:34.000Z (about 6 years ago)
- Last Synced: 2025-08-08T15:48:16.074Z (7 months ago)
- Topics: bash, rsvp, shell, string-formatter, string-manipulation
- Language: Shell
- Size: 12.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# bash-rsvp
Simple command-line program for displaying a text file word by word, centered on the screen.
https://en.wikipedia.org/wiki/Rapid_serial_visual_presentation
## Next features:
- [ ] Improve argument parsing
- [ ] Add an option to set the time between words
- [ ] Add an option to set the acceleration between words
- [ ] Create a funtion that detects dots and commas in the words
- [ ] Add an option to set an additional delay between words that end in dot or comma