A simple markdown-based diary writing app managed with Git
Easily run with the just command.
- Clone the repository with
git clone - Install
justif not already installed
# macOS (Homebrew)
brew install just
# windows
scoop install just
# or
choco install just- Create a private repository on GitHub to store your diary
- Link the private repository using
just link <repository_url>
- Run
just newto create a new diary markdown file. A file namedyyyy-mm-dd.mdwill be generated in thecontentsdirectory. - Open
contents/yyyy-mm-dd.mdwith your preferred code editor and write your diary. - Run
just publishto commit and push your diary to the remote repository.