todoist
todoist copied to clipboard
sha-1 id?
Great tool. Thanks for making it.
Can we sha-1 the content and replace the value with the current id
field? (like what git
does.) The current ids look so damn similar. It is frustrating to enter something like 385373XXX every single time.
Get some shortcuts are a nice idea, like it.
An alternative to this would be what TaskWarrior does:
- There is an internal id that is giant and you can refer to it if you want to
- But there is a mapping between the giant id and a small id, which is what is displayed and is 100x easier to use
- These ids start from 1, and whenever you need to generate one you use the next available smallest id.
- This means that these smaller ids get reused, which sounds confusing but really isn't in practice, and makes it really really easy to actually manipulate tasks
I'd suggest also considering naive text matching. Should not be hard to implement.