Command Reference
Type help for the full command list, or help <command> for one command (including |). Unknown names return a clear error.
Navigation
Section titled “Navigation”ls/ls -l— list spaces or pages (personal spaces at/)cd— change directorypwd— print working directory
Move / copy / delete
Section titled “Move / copy / delete”mv— rename, or move one or more pages (mv src1 src2 dest)cp— copy one or more pages; use--dry-runto previewrm/del— delete a page or spacetouch/mkdir— create an empty page
Inspect
Section titled “Inspect”cat— show page bodyopen— open in a new tabhead/tail— first or last N lines (page path or pipe)grep— filter lines (-i-v-n-c)echo— print arguments or pass piped input through
Help, theme, screen
Section titled “Help, theme, screen”$ ls | grep -i page$ cat ./page1 | head$ ls | tail 2head, tail, and grep also take a page path instead of stdin.