wakatime-zsh-plugin icon indicating copy to clipboard operation
wakatime-zsh-plugin copied to clipboard

🕒Track how much time you have spent in your terminal!

Results 6 wakatime-zsh-plugin issues
Sort by recently updated
recently updated
newest added

This Contribution Adds The Check For A Wakatime Configuration File And If Not Found, Requests The API Key To Enable Reflection Of Coding Stats On The Wakatime Dashboard.

I use this plugin for Git Windows and the change for path in commit #15 breaks that support! ``` if (( ! $+commands[wakatime] )); then

When installing Wakatime via **homebrew**, it is accessible as `wakatime-cli` not `wakatime` (at least lately). Is it an expected behaviour? Should I link the binary in order to satisfy this...

Would be really nice, if the plugin could read the `projectmap` defined in `.wakatime.cfg`. Could fall back / use the existing behaviour, if that doesn't exist. As all the other...

Original comment: https://www.reddit.com/r/zsh/comments/cajcni/wakatime_zsh_integration_track_how_much_time_you/etak2vd/

enhancement

[wakatime-cli](https://github.com/wakatime/wakatime-cli) has functionality to automatically detect the Git branch that you're current working on, see [here](https://github.com/wakatime/wakatime-cli/blob/21e6310e4c03a2f93de8ad3c38eb4819f7186a3b/pkg/project/git.go#L26), [here](https://github.com/wakatime/wakatime-cli/blob/develop/pkg/project/project.go#L139). However, the detection will only run if the heartbeat's `entity` is a file,...