simonmichael / hledger

Robust, fast, intuitive plain text accounting tool with CLI, TUI and web interfaces.
https://hledger.org
GNU General Public License v3.0
2.93k stars 317 forks source link

hledger timer #720

Closed dawei-dev closed 6 years ago

dawei-dev commented 6 years ago

I use hledger for time management. Is there already a hledger timer tool to track time? By this I mean:

The workflow I imagine:

1: I type hledger start

2: I do my stuff

3: I Ctrl+C to stop the task

4: hledger prompts me for task description with elapsed time already registered.

simonmichael commented 6 years ago

I was going to say no, but I looked at http://plaintextaccounting.org/#time-logging and saw eg tim. Let us know what you find.

I keep a drop-down window for editing a timedot file, which I find a little less distracting than clocking in and out.

dawei-dev commented 6 years ago

Thanks for the quick feedback. https://github.com/MatthiasKauer/tim is sufficient for me.