A small diary in your terminal!
https://mskf1383.codeberg.page/terminal-diary.html
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
2 months ago | |
---|---|---|
LICENSE | 9 months ago | |
README.md | 2 months ago | |
diary | 2 months ago | |
setup.py | 9 months ago |
README.md
Terminal Diary
A small diary in your terminal!
Installing
(You must have python3)
- Clone the repository
- Go to cloned repository directory
- 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 <date>
Instead of <date> put the date:
today
,yesterday
or the exact date (like2021-1-1
).
License
This program developed under GPL-3 license.