https://github.com/code-yeongyu/daycount
Just a simple python day counter for *nix terminal
https://github.com/code-yeongyu/daycount
Last synced: 11 days ago
JSON representation
Just a simple python day counter for *nix terminal
- Host: GitHub
- URL: https://github.com/code-yeongyu/daycount
- Owner: code-yeongyu
- Created: 2020-06-10T05:08:46.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-06-10T05:26:03.000Z (about 5 years ago)
- Last Synced: 2025-02-23T02:22:53.584Z (5 months ago)
- Language: Python
- Size: 1.95 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SIMPLE DAY COUNT
0. Add your time data to the days.json
- Like following example:
```json
{
"days": [
{
"name": "Life",
"time": "2073-01-04"
}
]
}
```
1. Add it to your .bashrc
- Then you can check your day count everytime you open the terminal.