GothenburgBitFactory / timewarrior

Timewarrior - Commandline Time Tracking and Reporting
https://timewarrior.net
MIT License
1.2k stars 91 forks source link

Add retag command to internal help #600

Closed stherold closed 2 months ago

stherold commented 3 months ago

Very often I have to replace a tag I have on my time trackings:

In all of the cases I have to call tw tag @1 project_b && tw untag @1 project_a 😭

It would be easier when I could run a simple command tw retag @1 project_a project_b 💡

lauft commented 3 months ago

There already is a retag command. It is listed on the website but not in the internal help. 😔

Blackjacx commented 2 months ago

Thanks! I found and heavily use it 😅