Files
ports/sysutils/treemd/pkg-descr
T
Nicola Vitale 09e10b9383 sysutils/treemd: Add new port
Treemd is a modern markdown viewer that combines the structural clarity of the
tree command with powerful interactive navigation. Whether you're exploring
large documentation files, analyzing markdown structure, or reading comfortably
in your terminal, treemd provides both CLI tools for scripting and a beautiful
TUI for interactive exploration.

Use it to:

  - Navigate large documents by collapsing/expanding heading sections
  - Search headings or full document content with highlighted matches
  - Edit tables, toggle checkboxes, and follow links-all without leaving the
    terminal
  - Extract specific sections or query markdown elements with a jq-like syntax
  - Pipe markdown from stdin for shell-scripted workflows

https://github.com/Epistates/treemd
2025-12-29 10:05:41 +01:00

15 lines
727 B
Plaintext

Treemd is a modern markdown viewer that combines the structural clarity of the
tree command with powerful interactive navigation. Whether you're exploring
large documentation files, analyzing markdown structure, or reading comfortably
in your terminal, treemd provides both CLI tools for scripting and a beautiful
TUI for interactive exploration.
Use it to:
- Navigate large documents by collapsing/expanding heading sections
- Search headings or full document content with highlighted matches
- Edit tables, toggle checkboxes, and follow links-all without leaving the
terminal
- Extract specific sections or query markdown elements with a jq-like syntax
- Pipe markdown from stdin for shell-scripted workflows