gitstack

grindlemire/go-tui code browser

549 B markdown 15 lines 2026-04-18 · 7dc88fd raw

Directory Tree

A foldable, keyboard-driven directory tree explorer with lazy child loading, scroll-to-cursor behavior, and ancestor path highlighting. Uses reactive state for the cursor, expanded map, and scroll position, with a watcher to keep the cursor visible as you navigate.

Directory Tree

See the full Directory Tree guide for a walkthrough of the implementation.

Run

go run . [path]

If no path is given, the current directory is used.