1
0
Fork
You've already forked ticktock
0
A utility tool for tracking daily time usage.
  • Go 73.1%
  • HTML 9.8%
  • Roff 7.7%
  • JavaScript 6.7%
  • Makefile 1.3%
  • Other 1.4%
2023年12月12日 09:27:18 +08:00
bin Re-arrange utility scripts 2023年08月20日 14:57:34 +08:00
server Add man page and correct terminologies 2023年03月22日 11:49:16 +08:00
store Ongoing cmd with -d flag now reports idle time if no ongoing activity. 2023年10月16日 12:54:07 +08:00
utils Specify day start and end time via TICKTOCK_DAY_START and TICKTOCK_DAY_END 2023年12月12日 09:27:18 +08:00
version Count idle before first activity and dayStart. 2023年11月26日 08:15:10 +08:00
view Ongoing cmd respect dayStart and dayEnd logic 2023年10月16日 22:10:23 +08:00
.gitignore Modify ongoing command output format for easier dwm statusbar integration 2023年11月03日 09:26:14 +08:00
cmd.go Count idle before first activity and dayStart. 2023年11月26日 08:15:10 +08:00
go.mod fix module name 2023年03月15日 08:59:48 +08:00
go.sum Implement server command 2023年03月14日 13:40:01 +08:00
LICENSE Initial commit 2023年03月14日 13:38:01 +08:00
main.go Make --db option optional, and default to XDG_DATA_HOME 2023年09月06日 18:21:11 +08:00
main_test.go Support current week and month in report command 2023年09月08日 07:53:53 +08:00
Makefile Support current week and month in report command 2023年09月08日 07:53:53 +08:00
Readme.md Makefile 2023年03月22日 14:22:53 +08:00
ticktock.1 Specify day start and end time via TICKTOCK_DAY_START and TICKTOCK_DAY_END 2023年12月12日 09:27:18 +08:00

Ticktock helps track daily time usage. Observe the time.

Installation

Clone the repository, cd ticktock && make install. To install to directory other than /usr/local, use make PREFIX=/you/path install.

Usage

man ticktock

Uninstallation

make uninstall