CLI tool to generate monthly diary files in simple Markdown format
Project description
markdown-diary
Diary file template generator, producing text files in Markdown format.
I use this personally to keep a simple monthly diary of my notes and activities. Since it just produces a series of text files, they can be stored in something like Dropbox, and synced everywhere easily.
Installation
pip install markdown-diary
How to use
pip install
adds the command md-diary
to your /bin
PATH so you can run it directly from the command line.
Run md-diary
for help.
For a single month
Run md-diary YYYY-mm
(e.g. md-diary 2019-01
) which will create a file called 01 January.md
The format looks like:
# January
## Week 1
### Tue 1
### Wed 2
### Thu 3
### Fri 4
## Week 2
### Mon 7
### Tue 8
...
For a whole year
Like above, but run md-diary YYYY
(e.g. md-diary 20202
) which will create the files 01 January.md
, 02 February.md
, ...
in the current directory.
Options
Use the -w
flag to output weekdays only.
Dependencies
- Python 2.7 or 3.x
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file markdown-diary-0.0.1.tar.gz
.
File metadata
- Download URL: markdown-diary-0.0.1.tar.gz
- Upload date:
- Size: 3.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/40.6.2 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.6.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 54d65bc906ad7b27067502b0ca2a371f09c7817426d272bae8edf465807cbd36 |
|
MD5 | bd499de69134a3aa71ebbd3acf5161e9 |
|
BLAKE2b-256 | 6beb5656802251971d2dc2384c962b1738d229d43b36f2a848d6401ec2d1cfe4 |