What does this add?
This aims to replace the theo.sh script with a Python script that also checks for arguments so you can pick out a specific quote alongside getting a random one if needed.
Why was this done?
Mostly to make it as close to the real theo.el as I could. I would have done it in theo.sh had I known how I would even do that in POSIX sh.
Notes
theo.sh is a pretty good replica of theo.el, nice work on it! I only wished it was easier to index for a certain line in POSIX sh. :D
## What does this add?
This aims to replace the theo.sh script with a Python script that also checks for arguments so you can pick out a specific quote alongside getting a random one if needed.
## Why was this done?
Mostly to make it as close to the real theo.el as I could. I would have done it in theo.sh had I known how I would even do that in POSIX sh.
## Notes
theo.sh is a pretty good replica of theo.el, nice work on it! I only wished it was easier to index for a certain line in POSIX sh. :D