Skip to content

ID list and range parsing improvements

Compare
Choose a tag to compare
@VladimirMarkelov VladimirMarkelov released this 14 Oct 07:30
· 135 commits to master since this release
38a7349
  • Fixed: ID 1 was always ignored when list of IDs was passed to TTDL
  • Fixed: generate list of unique IDs. Before 1,2,2 or 1,1-3 sent duplicated ID with number 2 to todo_lib.
  • New: list and ranges of IDs can be mixed
  • New: range of IDs now detect low and high ends automatically. Now list 1-3 and list 3-1 prints the same tasks in the same order.