timetrap icon indicating copy to clipboard operation
timetrap copied to clipboard

Simple command line timetracker

Results 36 timetrap issues
Sort by recently updated
recently updated
newest added

sometimes i do something like: t in -o 10:23. Obviously I didn't mean for the -o 10:23 that to become a comment. Seems like better ui to just fail in...

Hello, I configured my .zshrc file as stated in the manual (with fpath before and after autoload and compinit) ``` # autocomplete for timetrap https://github.com/samg/timetrap fpath=(/var/lib/gems/2.5.0/gems/timetrap-1.15.1/completions/zsh $fpath) autoload -U compinit...

My timetrap DB is getting quite large with many thousand entries and it has gotten much slower lately. Is there a way to move the archived entries to another DB...

Examples: ``` sh $ t in -a 30s $ t in -a "30s ago" $ t edit -e "in 5m" $ t edit -s "1h ago" ``` Prototype: ``` diff...

Is there a way to add an entry retrospectively? Something that would cover these 3 commands. ``` t in Description of the task t out t e -s 10:00 -e...

Hi @samg , I have been thinking I'd like to be able to tag entries (e.g. I'm working on issueX) and I'd quite like to be able to track estimates...

is it possible to add some custom fields to `.timetrap.yml` and read them from a custom formatter?

I was having difficulty installing timetrap because the install was crashing on sqlite3. When I installed ruby-dev from the Ubuntu repository the problem was solved.

Hi! When I run in command line 'timetrap' then the error occurs: ``` cannot load such file -- timetrap: ["/home/csolg/.rvm/rubies/ruby-2.2.4/lib/ruby/site_ruby/2.2.0/rubygems/core_ext/kernel_require.rb:55:in `require'", "/home/csolg/.rvm/rubies/ruby-2.2.4/lib/ruby/site_ruby/2.2.0/rubygems/core_ext/kernel_require.rb:55:in `require'", "/home/csolg/.rvm/gems/ruby-2.2.4/gems/timetrap-1.10.0/bin/timetrap:3:in `'", "/home/csolg/.rvm/gems/ruby-2.2.4/bin/timetrap:22:in `load'", "/home/csolg/.rvm/gems/ruby-2.2.4/bin/timetrap:22:in `'", "/home/csolg/.rvm/gems/ruby-2.2.4/bin/ruby_executable_hooks:15:in...

For example, if you try to do `timetrap in --at "15 minutes aog"` it interprets it strangely and you'll end up with 100 hours logged on the entry. Is there...