jour icon indicating copy to clipboard operation
jour copied to clipboard

the simplest possible journal

Results 2 jour issues
Sort by recently updated
recently updated
newest added

Most markdown parses include YAML frontmatter, which jour uses for tags: ```markdown --- tags: work, tea --- Today I worked on code stuff while drinking tea... ``` `jour ls` then...

enhancement

I'm imagining something like this: ```sh $ jour stats Average words per entry: 362 Frequency of entries: 2.4 per week Most common tags: tag1, tag2, tag3 ``` Maybe a more...

question