https://github.com/adrigrillo/markdown-diary
Simple automated markdown diary using Git
https://github.com/adrigrillo/markdown-diary
Last synced: about 1 year ago
JSON representation
Simple automated markdown diary using Git
- Host: GitHub
- URL: https://github.com/adrigrillo/markdown-diary
- Owner: adrigrillo
- License: mit
- Created: 2019-12-20T10:54:31.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-12-20T10:56:16.000Z (over 6 years ago)
- Last Synced: 2025-02-10T11:13:49.627Z (over 1 year ago)
- Language: PowerShell
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SIMPLE MARKDOWN DIARY
Simple scripts to initialize and maintain an diary which entries are markdown files. The diary is intended to be used inside a git repo so the changes the history of the diary is saved.
The scripts have been tested on Linux (using bash) and Windows (using Powershell). It is possible that it will also work in Mac OS.
## How-To
1. If a git repository is not present: `git init`.
2. Every new day:
- In Linux/Mac OS: `./new_day.sh`.
- In Windows: `.\new_day.ps1`.
3. At the end of the day:
- In Linux/Mac OS: `./end_day.sh`.
- In Windows: `.\end_day.ps1`.