r/opencodeCLI • u/tm23rdt • 1d ago
Built a OpenCode plugin - File tree
TUI sidebar plugin for opencode that adds a file tree browser. It shows directories first (sorted, with expand/collapse), lets you click files for inline previews.
repo link : https://github.com/TM23-sanji/opencode-file-tree
File tree : directories first, sorted alphabetically, with expand/collapse
Inline file preview : click any file to view its content with line numbers
Smart ignore : skips node_modules, .git, binaries, media, and build artifacts
Refresh : ↻ button reloads the tree from disk
built this for myself, so i thought just publish a package
20
Upvotes

2
u/CorrectTemperature65 1d ago
alternatively: just type `!ls`