https://github.com/code-yeongyu/daycount
Just a simple python day counter for *nix terminal
https://github.com/code-yeongyu/daycount
Last synced: 2 months 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 (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-06-10T05:26:03.000Z (almost 5 years ago)
- Last Synced: 2025-01-04T04:14:26.709Z (4 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.