aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2022-05-22Makefile: Remove trailing slashes from install directoriesHEADv0.0.1masterTeddy Wing
2022-05-22Makefile: Remove filenames from install destinationsTeddy Wing
2022-05-22Makefile: Use `prefix` etc. variablesTeddy Wing
2022-05-22Makefile: Fix man page installTeddy Wing
2022-05-22Makefile: Use `DESTDIR` instead of `PREFIX`Teddy Wing
2022-05-22Makefile: Add root directory prefix to release tarballTeddy Wing
2022-05-22option.lisp: Move program version to macroTeddy Wing
2022-05-22bundle.lisp: Include :com.inuoe.jzon dependenciesTeddy Wing
2022-05-22Makefile: Add source file dependencies to `pkg` targetTeddy Wing
2022-05-22Makefile: Remove dependencies from `bundle` targetTeddy Wing
2022-05-22Makefile: Add `pkg` targetoTeddy Wing
2022-05-22Makefile: Have the `install` target depend on the binary and man pageTeddy Wing
2022-05-22Makefile: Bundle dependencies for packagingTeddy Wing
2022-05-21Makefile: Add `install` targetTeddy Wing
2022-05-21README: Add install instructionsTeddy Wing
2022-05-21Add license (GNU GPLv3+)Teddy Wing
2022-05-21main: Clean up Control-c test codeTeddy Wing
2022-05-21main: Exit on Control-cTeddy Wing
2022-05-19main: Re-enable Jira watching codeTeddy Wing
2022-05-18main: Add TODO for SIGINT handlingTeddy Wing
2022-05-18Idea for disabling Lisp debugger on errorTeddy Wing
2022-05-18main: Run the real program from (main)Teddy Wing
2022-05-18main: Update program description to match actual implementationTeddy Wing
2022-05-17README: Mention running the program at regular intervalsTeddy Wing
2022-05-17README: Add a usage exampleTeddy Wing
2022-05-11Add READMETeddy Wing
2022-05-11Makefile: Generate man page from AsciidocTeddy Wing
2022-05-11doc/wajir.1.txt: Add program descriptionTeddy Wing
2022-05-11doc/wajir.1.txt: Fix minor issues with options docsTeddy Wing
2022-05-10doc/wajir.1.txt: Add options to synopsisTeddy Wing
2022-05-10option.lisp: Fix `--version` argumentTeddy Wing
2022-05-10doc/wajir.1.txt: Describe the rest of the command line optionsTeddy Wing
2022-05-08config: Add a `print-object` methodTeddy Wing
2022-05-08Start writing man pageTeddy Wing
2022-05-08option.lisp: Append newlines to error messagesTeddy Wing
2022-05-08option.lisp: Make string options take an argumentTeddy Wing
2022-05-08option.lisp: Only error if required arguments are missingTeddy Wing
2022-05-08option.lisp: Remove old required arguments check draft codeTeddy Wing
2022-05-08option.lisp: Require `--login`, `--token`, `--endpoint` optionsTeddy Wing
2022-05-08Parse command line optionsTeddy Wing
2022-05-08wajir.asd: Remove `in-package :asdf-user` and use namespaceTeddy Wing
2022-05-08Add 'cl-sysexits' dependencyTeddy Wing
2022-05-08Hide debug output behind `verbose` config optionTeddy Wing
2022-05-08Call the Jira API to watch unwatched issuesTeddy Wing
2022-05-08deliver-email: Don't set an output stream on the executed programTeddy Wing
2022-05-08deliver-email: Send email data to programTeddy Wing
2022-05-08Format 'issue created' emailTeddy Wing
2022-05-08Start of email buildingTeddy Wing
2022-05-08config.lisp: Fix formattingTeddy Wing
2022-05-08fetch-issues: Use Jira Cloud API v2 instead of v3Teddy Wing