1. 05 Oct, 2015 2 commits
  2. 30 Sep, 2015 3 commits
  3. 29 Sep, 2015 1 commit
  4. 28 Sep, 2015 1 commit
  5. 26 Aug, 2015 1 commit
  6. 24 Aug, 2015 1 commit
  7. 20 Aug, 2015 3 commits
  8. 18 Aug, 2015 2 commits
  9. 12 Aug, 2015 1 commit
  10. 10 Aug, 2015 7 commits
  11. 01 Aug, 2015 3 commits
  12. 31 Jul, 2015 3 commits
  13. 14 Jul, 2015 2 commits
  14. 22 Jun, 2015 1 commit
  15. 20 Jun, 2015 5 commits
  16. 18 Jun, 2015 2 commits
  17. 13 Jun, 2015 1 commit
  18. 12 Jun, 2015 1 commit
    • Bram Schoenmakers's avatar
      Fix previous commit and also support -a for disabling auto-archive. · a9576e22
      Bram Schoenmakers authored
      The previous commit had the archive condition on the wrong place,
      resulting that todo.txt files were not written out at all if archiving
      was disabled.
      
      Also introduce the (overall) -a flag to disable auto archiving. -a comes
      from the original todo.txt CLI.
      
      It would have been nicer to have DoCommand support the -a flag, however,
      DoCommand doesn't know anything about archiving and I would like to keep
      it that way.
      
      Addresses issue #42.
      a9576e22