Commit Graph

7 Commits

Author SHA1 Message Date
12ba1d3326 feat!: add builtin templates
WIP: document, check for breaking changes, decide on version, etc.
2024-06-07 11:57:15 +02:00
5b85f094de chore: release v0.1.0
Initial release.

Added:

- Create todo lists versioned by date
- Edit, list todo notes by any date format understood by `date(1)`
- Write custom template programs to generate content for newly created
  notes
2024-06-07 11:51:43 +02:00
de45fd8431 docs(man): add missing issue tracker url 2023-11-16 21:32:23 +01:00
84428c773a chore: bump version to 0.0.3 2023-11-16 21:31:29 +01:00
406ffb7c19 feat!: use XDG_DATA_HOME as AGENDA_DIR fallback
I first decided against this, but the old `~/.app-trash` is no more
fitting than the XDG_DATA_HOME location.

The xdg-user-dir DOCUMENTS fallback is too presumptuous and removing it
makes things even simpler.
2023-11-16 21:21:14 +01:00
a37c926cd5 fix: set env vars like described in the manpage
Also remove the mention of AGENDA_NEXT, since we don't actually set
that...
2023-11-15 02:15:32 +01:00
454f9c6202 docs(man): add manpage 2023-11-14 20:56:25 +01:00