1. 22 Jan, 2020 1 commit
    • Kirill Smelkov's avatar
      edit: Don't move modified todo items to the end of file · 09208067
      Kirill Smelkov authored
      Before this patch a `t edit ...` will remove todo items selected by
      `...` and then do equivalent of `t add` with input from result of
      editing. This works, but has the property that whenever a todo item is
      edited, it is always moved till the end of todo.txt file.
      
      This property creates noise and makes synchronization harder to implement for
      some of us who uses VCS and different machines to maintain todo.txt .
      
      -> Teach edit to preserve todo items in their places. Adjust existing
      tests and add a couple more exercising cases where either new todo
      items are added in the editor, or vice versa, removed in the editor.
      
      /cc @mruwek
      09208067
  2. 13 Mar, 2019 4 commits
  3. 04 Apr, 2018 1 commit
  4. 28 Feb, 2018 1 commit
  5. 12 Feb, 2018 1 commit
  6. 02 Feb, 2018 1 commit
  7. 30 Jan, 2018 1 commit
  8. 28 Nov, 2017 1 commit
    • Bram Schoenmakers's avatar
      Don't treat timestamps in HH:MM format as tags · 18056921
      Bram Schoenmakers authored
      When you enter a todo item: "Call office at 09:00", the 09:00 would be
      seen as a tag-value pair. Because of this, the timestamp would be
      removed from the todo text: "Call office at ".
      
      Discussed in issue #211.
      18056921
  9. 21 Nov, 2017 2 commits
  10. 19 Sep, 2017 1 commit
  11. 15 Aug, 2017 1 commit
  12. 13 Aug, 2017 7 commits
  13. 12 Aug, 2017 1 commit
  14. 11 Aug, 2017 3 commits
  15. 31 Jul, 2017 4 commits
  16. 30 Jul, 2017 10 commits