An open API service indexing awesome lists of open source software.

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

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.