notnmeyer / daylog-cli

DayLog ah ahh ahhhhhh, fighter of the night log ah ahh ahhhhh.
MIT License
3 stars 0 forks source link

chore: organize logs into projects #18

Closed notnmeyer closed 7 months ago

notnmeyer commented 7 months ago

adds support for organizing different sets of logs into "projects". projects are just named subdirectories in daylong's data dir. the structure is now $XDG_DATA_HOME/daylog/<project>/<year>/<month>/<day>/log.md.

if a project is not specified with -p or --project a project named "default" is used.

closes https://github.com/notnmeyer/daylog-cli/issues/16