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