wakatime / sublime-wakatime

Sublime Text 2 & 3 plugin for automatic time tracking and metrics generated from your programming activity.
https://wakatime.com/sublime-text
BSD 3-Clause "New" or "Revised" License
526 stars 45 forks source link

The ability to delete a project? #16

Closed tuurbo closed 10 years ago

tuurbo commented 10 years ago

title ^

alanhamlett commented 10 years ago

You can ignore files now in your WakaTime.sublime-settings file. Putting the project's directory in that array will prevent the project from being logged.

Will that work as a substitute to deleting projects?

gfrobenius commented 10 years ago

I installed WakaTime into Sublime Text. I played with some files. Time was recorded under "Unknown Project". So I read your instructions and I created a .wakatime-project file. Now time is correctly under my project. But now I have that annoying "Unknown Project" lingering. Need to be able to delete it.

alanhamlett commented 10 years ago

From the settings page (https://wakatime.com/#settings) you can add "Custom Rules" to rename that project with the correct name. For example, if your project is named "ProjectA" and it's files are at "/home/user/projects/ProjectA/" then create a rule "If file contains /projects/ProjectA/ then change project to ProjectA".

Unknown Project will now be named ProjectA for all previously logged time and future logged time.

daveyjones commented 9 years ago

I was curious if these rules can then be deleted or if they need to persist forever. It turns out you can delete them afterwards, in case anyone else is curious.

ghost commented 8 years ago

How?

alanhamlett commented 8 years ago

@hrkusa89 https://wakatime.com/help/getting-started/faq#delete-project

ghost commented 8 years ago

@alanhamlett Annoying Unknown Project! Not a major pain, though. Love the app nevertheless. Keep on the good work.