Editing Items

You can edit the description or the time of an item. For example, to change the description and set the time to the start of today, call the edit command with the item identifier, new description and time.

$ wdid edit a9fi3q "my new description" -t day

If you do not provide a new description but just the time, wdid will just update that:

$ wdid edit a9f -t day

Note here that we can use the item ID prefix, similarly to how we can view with a prefix.

Editing Longer Items

If you don't provide a time or a description, wdid will open the item in an editor, $EDITOR environment variable (default vim).

$ wdid edit a9fi3q

Last updated