wakatime / wakatime-cli

Command line interface used by all WakaTime text editor plugins
https://wakatime.com/plugins
BSD 3-Clause "New" or "Revised" License
277 stars 41 forks source link

Support using git remote as project name #855

Closed alanhamlett closed 1 year ago

alanhamlett commented 1 year ago

Fixes https://github.com/wakatime/jetbrains-wakatime/issues/249

Adds a new ~/.wakatime.cfg key:

[git]
project_from_git_remote = false

Defaults to false, but if set to true will use the Git remote instead of local folder as project name.

For ex: wakatime-cli becomes wakatime/wakatime-cli