timed icon indicating copy to clipboard operation
timed copied to clipboard

a command-line time tracker

Results 7 timed issues
Sort by recently updated
recently updated
newest added

```` The unauthenticated git protocol on port 9418 is no longer supported. git clone git://github.com/adeel/timed.git ```` need to change ```` git clone https://github.com/adeel/timed.git ````

Hi, and thanks for the job done with this tool : I use it a lot! I am a _python3 only_ fresh developer and moving this project to `python3` could...

I followed the instructions to install timed: ```bash sudo -H pip install timed ``` the installation show no error. then I tried to use it, but the following error shows...

In the example below I: 1. Start working on foo 2. After two minutes, start working on bar (I would expect this to implicitly stop working on foo) 3. After...

hey this looks like a very good project, and I'd like to add some features, like reporting time spent to some internal tool we use. Do you think just another...

timed summary shows an error when ~/.timed file is empty or missing How to reproduce: remove or rename ~/.timed file timed summary This prints '-' instead of an error

Quite often, the project your working on can be split into arbitrary subtasks. It not only helps for scheduling but also for productivity. Typically, software projects are split into features...