Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
entorb committed Feb 28, 2024
1 parent b24dbf0 commit d3b7b73
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,12 +72,13 @@ What I love most of RTM are the dynamic smart lists. Here some examples:
* series -> `isRepeating:true AND NOT list:MyListToExclude`
* minor (low handing fruits) -> `dueBefore:"1 week" and timeEstimate:"<15 minutes" AND NOT list:MyListToExclude`
* done 7d (to celebrate what I accomplished) -> `completedWithin:"7 day of today"`
* created more than a week ago -> `NOT addedWithin:"1 week of today"`

Smart lists that remind me of adding missing date, prio and estimate

* no Date -> `due:never`
* no Prio -> `priority:none`
* no Estimate -> `hasTimeEstimate:false`
* no Date -> `due:never AND NOT addedWithin:"1 week of today"`
* no Prio -> `priority:none AND NOT addedWithin:"1 week of today"`
* no Estimate -> `hasTimeEstimate:false AND NOT addedWithin:"1 week of today"`
* no List -> `list:Inbox`
* no Tag -> `isTagged:false`

Expand Down

0 comments on commit d3b7b73

Please sign in to comment.