cli + tui to publish to leaflet (wip) & manage tasks, notes & watch/read lists 馃崈
charm leaflet readability golang

Listing and Reading Publications#

List Published Documents#

All leaflet-synced notes:

noteleaf pub list

Only published documents:

noteleaf pub list --published

Only drafts:

noteleaf pub list --draft

Interactive browser:

noteleaf pub list --interactive

Navigate with arrow keys, press Enter to read, q to quit.

Reading a Publication#

Read specific document:

noteleaf pub read 123

The identifier can be:

  • Note ID (e.g., 123)
  • Leaflet record key (rkey, e.g., 3jxx...)

Read newest publication:

noteleaf pub read

Omitting the identifier shows the most recently published document.