can-ast-at

The can-ast-at command should accept a note address through stdin. It should pipe the internal AST for that address into stdout. If no note is found at that address, the process should exit with a code of 2.

  • can commands
    • | command | description | | can-status | report the current state of the writing folder | | can-add | add notes from the writing folder into the notebook | | can-new | create a new writing-folder containing a notebook | | can-ast-at | given an address, find the AST of a note | | can-md | convert from markdown to can's internal AST format | | can-address | find the address of a particular AST | | can-note-graph | construct a list of addressed notes from the writing folder |