Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove scripts, improve lyra HEAD master | Andinus | 2020-11-18 | 6 | -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 directory | Andinus | 2020-08-28 | 1 | -4/+3 |
| | |||||
* | Fix logical error | Andinus | 2020-08-28 | 1 | -1/+1 |
| | |||||
* | Split get_latest, get_mirror, get_kirch to fortunes.pl & kirch.sh | Andinus | 2020-08-28 | 3 | -105/+113 |
| | |||||
* | Add kirch's fortunes | Andinus | 2020-08-28 | 1 | -3/+23 |
| | |||||
* | Add levonk's quotes | Andinus | 2020-08-28 | 1 | -0/+5 |
| | |||||
* | Fix logical error | Andinus | 2020-08-28 | 1 | -6/+3 |
| | |||||
* | Add fortunes, update README, update cpanfile | Andinus | 2020-08-28 | 3 | -36/+104 |
| | |||||
* | Add cpanfile | Andinus | 2020-08-21 | 1 | -0/+2 |
| | |||||
* | Restructure code, remove OpenBSD::Unveil | Andinus | 2020-08-21 | 1 | -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 function | Andinus | 2020-08-21 | 1 | -6/+30 |
| | | | | unveil_fortune_file will unveil the file & return the path. | ||||
* | Check if $ARGV[0] exists before plugging it in $dispatch | Andinus | 2020-08-21 | 1 | -1/+2 |
| | | | | It would've failed if user just ran `lyra' passing no arguments. | ||||
* | Initial commit | Andinus | 2020-08-20 | 4 | -0/+82 |