tedi 0.16.3

Personal productivity CLI for task tracking, time management, and GitHub issue integration
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
	manual_stats = {
		date_format = "%Y-%m-%d";
	};
	github_token = { env = "GITHUB_KEY"; };

	milestones = {
		url = "https://github.com/valeratrades/todos";
	};

	timer = {
		hard_stop_coeff = 1.5;
	};
}