bashbunni / pjs

A basic CLI for regularly updating your project's status
210 stars 26 forks source link

refactor: store these as markdown files instead of db #30

Open bashbunni opened 1 year ago

bashbunni commented 1 year ago

I think it would be better to have entries stored as markdown files in a .pjs dir in ~. It pretty much will just be a tool that organizes your markdown notes for you

StealthyCoder commented 1 year ago

I would suggest using the XDG standards to store things in. They have a nice way of structuring things and it has the highest chance of working and being portable. :slightly_smiling_face: So rather than having .pjs directly in ~, have it in $XDG_DATA_HOME\.pjs or $XDG_STATE_HOME\.pjs depending on what you feel is more apt.

bashbunni commented 1 year ago

@StealthyCoder thank you so much! That is a great idea :)