Documentation
README
Markdown Viewer with cmux
Write a .md file, open it in a panel, and the panel re-renders whenever the file changes on disk. Use it for agent plans and task lists alongside the terminal, documentation and changelogs while working, and notes another process updates progressively.
cmux markdown open plan.md # split next to the current terminal
cmux markdown open /path/to/PLAN.md
cmux markdown open design.md --workspace workspace:2 # also --surface, --window
Relative paths resolve against the caller's cwd and ~ expands; the resolved absolute path comes back in the output.
Agent usage
This is the opening of the README. Read the full README on GitHub.