lcfd / trak

Keep a record of the time you dedicate to your projects.
https://usetrak.com
GNU Affero General Public License v3.0
11 stars 2 forks source link

[edit] Add a category or a tag to the current record #15

Open lcfd opened 1 year ago

lcfd commented 1 year ago

It happens that when I start tracking a project I forget to add a Category or a Tag. I want to do it also after the start command.

I like number 3 because it looks more like "natural language".

Command proposals

# 1 🫤 Aggregate it to the status command by using an --edit flag
trak [status] --edit [field:category|tag] --value [value]

# 2 🙂 A specific current command with flags for category (-c) and tag (-t)

trak [current] --category

# 3 😁 A generic edit command also for other purposes (require more future-proof design)

trak [edit] [what:current] [field:category|tag] [value]