Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |