A minimalist, Git-powered solution for tracking daily thoughts, ideas, and motivational quotes in Markdown format.
- Daily Markdown Notes: Automatically dated
YYYY-MM-DD.mdfiles - Command-Line Interface: Simple Python script for easy journaling
- Version Controlled: Full history of your thoughts with Git
- Cross-Platform: Works on Windows, macOS, and Linux
- Privacy-First: Your data stays in your repository
- Clone the repository:
git clone https://github.com/your-username/my-note.git
cd my-note
---
## structure
my-note/
βββ daily_notes/ # All journal entries
β βββ 2025-01-01.md
β βββ 2025-01-02.md
βββ note.py # Journal entry script
βββ LICENSE
βββ README.md