sschober / diary-engine

a simple diary engine written in nim

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

diary-engine

a simplistic diary engine written in nim.

'diary engine' in the sense of this tool is just a fancy name for a table of contents generator. diary entries are markdown files with the first line scanned as the entry title and the first few lines as an abstract.

build

nimble build

test

nimble test

run

./diaryengine <path to mkd files>

About

a simple diary engine written in nim


Languages

Language:Nim 100.0%