code-yeongyu / DayCount

Just a simple python day counter for *nix terminal

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SIMPLE DAY COUNT

  1. Add your time data to the days.json
  • Like following example:
{
	"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.

About

Just a simple python day counter for *nix terminal


Languages

Language:Python 100.0%