1. 17 Jan, 2020 1 commit
    • Kirill Smelkov's avatar
      X search through implied contexts and projects · 33619796
      Kirill Smelkov authored
      A user can setup associations in topydo config file and then search will
      take those associations into account. For example with
      
      	[implied]
      	# X implies -> A B C ...
      	+pygolang   = +work +python +go
      	+wcfs       = +work
      	@jp         = +work
      	@jerome     = +work +zodbtools
      	...
      
      I can associate projects and people to "+work" label, and then use that
      label to query for work-related todo and todos not related to work:
      
      	$ t +work	# todo itmes related to work
      	$ t -+work	# todo items related to not-work
      
      this provides a bit of start for work/life balance without explictly
      marking every todo with redundant +work label or using complex queries.
      33619796
  2. 12 Jan, 2020 1 commit
  3. 11 Jan, 2020 2 commits
  4. 03 Jan, 2020 2 commits
  5. 13 Mar, 2019 4 commits
  6. 04 Apr, 2018 1 commit
  7. 28 Feb, 2018 1 commit
  8. 12 Feb, 2018 1 commit
  9. 02 Feb, 2018 1 commit
  10. 30 Jan, 2018 1 commit
  11. 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
  12. 21 Nov, 2017 2 commits
  13. 19 Sep, 2017 1 commit
  14. 15 Aug, 2017 1 commit
  15. 13 Aug, 2017 7 commits
  16. 12 Aug, 2017 1 commit
  17. 11 Aug, 2017 3 commits
  18. 31 Jul, 2017 4 commits
  19. 30 Jul, 2017 5 commits