XXAMOGJDGPDKTOUF6DJBHSO3DE3DWX7R4WTCTRVIL6MXPJOXIT3QC /* provide argument parsing* split arguments by --** behind -- are files** before are other context-related arguments similar to taskwarrior*** add*** edit*** del*** done*** list**** modify seleection based on tags, somehow**** due date**** more criteria** all other args are to be steered by a section in the file that gives things like*** due date*** keywords*** other stuff** maybe the -- separation is overkill* file formatting according to ASCIIDoc** add a few special identifiers, maybe in a defintion section similar to YAML* or just YAML with a plain text section for the contents of the note* scaling and performance requirements are to be held minimal (not thousands of notes)*/fn main() {println!("Hello, TaskNotes!");}