add anti tag search
parent
2caf2ae352
commit
4a22b964db
|
|
@ -1,4 +1,6 @@
|
||||||
todo:
|
todo:
|
||||||
|
- when merging, check for complete/incomplete and cross reference todo vs scheduled
|
||||||
|
vs done
|
||||||
- how to defer a scheduled task?
|
- how to defer a scheduled task?
|
||||||
- merge multi todo files for 'inbox' style with some dedupe (probably best to just
|
- 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
|
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
|
- 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
|
outside binary, but search would suck. Good would be vendor lockin, and that's UI
|
||||||
problem
|
problem
|
||||||
- add tag anti-search, like -tag=-notMe
|
|
||||||
- todo: when to run scheduled modifier? like, syncthing could have conflicts if I
|
- todo: when to run scheduled modifier? like, syncthing could have conflicts if I
|
||||||
modify only file on remote
|
modify only file on remote
|
||||||
details: |
|
details: |
|
||||||
|
|
@ -26,6 +27,8 @@ todo:
|
||||||
- xactions emails extend ledger,todo-server with pttodo - schedule merge inbox style
|
- xactions emails extend ledger,todo-server with pttodo - schedule merge inbox style
|
||||||
scheduled: []
|
scheduled: []
|
||||||
done:
|
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
|
- todo: if in todo, then omit ts field
|
||||||
ts: Sun Jan 2 20:44:27 EST 2022
|
ts: Sun Jan 2 20:44:27 EST 2022
|
||||||
- todo: merge full files to import from todo-server
|
- todo: merge full files to import from todo-server
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue