add anti tag search
parent
2caf2ae352
commit
4a22b964db
|
|
@ -1,4 +1,6 @@
|
|||
todo:
|
||||
- when merging, check for complete/incomplete and cross reference todo vs scheduled
|
||||
vs done
|
||||
- how to defer a scheduled task?
|
||||
- merge multi todo files for 'inbox' style with some dedupe (probably best to just
|
||||
do this via calling pttodo-cli from script or somethin) (probably at an off hour
|
||||
|
|
@ -7,7 +9,6 @@ todo:
|
|||
- what do about todo-now vs todo vs watch vs later... could do many files and manage
|
||||
outside binary, but search would suck. Good would be vendor lockin, and that's UI
|
||||
problem
|
||||
- add tag anti-search, like -tag=-notMe
|
||||
- todo: when to run scheduled modifier? like, syncthing could have conflicts if I
|
||||
modify only file on remote
|
||||
details: |
|
||||
|
|
@ -26,6 +27,8 @@ todo:
|
|||
- xactions emails extend ledger,todo-server with pttodo - schedule merge inbox style
|
||||
scheduled: []
|
||||
done:
|
||||
- todo: add tag anti-search, like -tag=-notMe
|
||||
ts: Tue Jan 4 06:56:03 EST 2022
|
||||
- todo: if in todo, then omit ts field
|
||||
ts: Sun Jan 2 20:44:27 EST 2022
|
||||
- todo: merge full files to import from todo-server
|
||||
|
|
|
|||
Loading…
Reference in New Issue