Installing
(You must have python3)
- Clone the repository:
git clone https://codeberg.org/mskf1383/Terminal-Diary.git
- Go to cloned directory:
cd Terminal-Diary
- Run this command to install it:
python3 setup.py install
Using
Write diary
diary write
It saved as markdown file in Notes
folder in your home directory.
Read previous diaries:
diary read
today
, yesterday
or the exact date (like 2021-1-1
).License