#track #time #productivity #work #command-line-tool

app track-work

A command line utility to track your productive time

1 unstable release

0.1.0 Jul 16, 2023

#8 in #work

MIT/Apache

53KB
1.5K SLoC

track-work

track-work is a command line utility to track the time spend working on different projects.

Currently only windows is supported. If you need support for any other operating system, feel free to raise an issue and or pull request.

Features:

  • Configure project lists
  • Map project to clients (or billing elements)
  • Automatically switch the active project based on window title prefixes
  • Shows a weekly report on hours spend per client/billing element.
  • Data is stored on disk as a set of JSON files (one per week)
  • Use hotkeys for everything (inspired by k9s)
  • Lightweight (less than <2MB of memory and no measurable cpu usage)

License

Licensed under either of

at your option.

Contribution

Contributions of any kind are welcome and encouraged!

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

Commit messages must follow Conventional Commits Specification

Build instructions

  • run cargo run
  • build cargo build
  • release cargo build -r
  • lint cargo clippy

Dependencies

~162MB
~2.5M SLoC