package
0.0.23
Repository: https://github.com/cybriq/p9.git
Documentation: pkg.go.dev

# README

jrnl

A simple go script that automatically generates a file based on unix datestamp that I use to write journal entries in my private journal, as I am a prolific writer with zero audience. It expects a JSON formatted configuration file in the user's home directory called .jrnl to specify the filesystem path where you want to keep these datestamped files for a journal, with one element, a string with the key "Root", eg:

{
  "Root": "path/to/journal/folder"
}