about summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
* Remove scripts, improve lyra HEAD masterAndinus2020-11-186-134/+33
| | | | | | Now it prints fortunes from all directories by default, if the user inputs an argument then it'll load that fortune file if it exists in mentioned directories.
* Document scripts directoryAndinus2020-08-281-4/+3
|
* Fix logical errorAndinus2020-08-281-1/+1
|
* Split get_latest, get_mirror, get_kirch to fortunes.pl & kirch.shAndinus2020-08-283-105/+113
|
* Add kirch's fortunesAndinus2020-08-281-3/+23
|
* Add levonk's quotesAndinus2020-08-281-0/+5
|
* Fix logical errorAndinus2020-08-281-6/+3
|
* Add fortunes, update README, update cpanfileAndinus2020-08-283-36/+104
|
* Add cpanfileAndinus2020-08-211-0/+2
|
* Restructure code, remove OpenBSD::UnveilAndinus2020-08-211-40/+12
| | | | | | | | | | Moved the main logic to top. This program is too small to benefit from OpenBSD::Unveil. <pardis> unveil doesn't cross execve That's why `mg' was able to edit the file even when I hadn't asked for write permission.
* Add edit feature, unveil_fortune_file functionAndinus2020-08-211-6/+30
| | | | unveil_fortune_file will unveil the file & return the path.
* Check if $ARGV[0] exists before plugging it in $dispatchAndinus2020-08-211-1/+2
| | | | It would've failed if user just ran `lyra' passing no arguments.
* Initial commitAndinus2020-08-204-0/+82