summaryrefslogtreecommitdiffstats
path: root/quicknote.go (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Adds GPL v3 licenseMatthew Lemon2023-11-121-0/+16
|
* Simplifies the interface - adds commentsMatthew Lemon2023-08-141-27/+32
| | | | | | | I never used the file selection stuff with this tool so I removed the old argument processing and replaced it with a single option to add a comment, which is what I do actually need. Uses the flags library from go. Very simple.
* Remove end lineMatthew Lemon2023-05-041-1/+0
|
* Initial commitMatthew Lemon2023-05-031-0/+109