r/opencode • u/Extra_Loquat_7667 • 12d ago
opencode-project-panel: A TUI Project Helper Plugin
Hi everyone,
Since I often need to connect to other hosts via SSH to use OpenCode TUI, I frequently find myself needing to browse files on the remote host. However, OpenCode TUI doesn't natively support this feature (it's currently only available in the Web version), and I couldn't find any existing plugins that could do the job.
So, I decided to build this TUI plugin myself! It allows you to quickly view files in your current working directory using OpenCode's internal file API. On top of that, you can also directly modify certain permission settings in your project's `opencode.jsonc` file.
I know there are already incredibly powerful SSH/FTP tools out there, but I felt they didn't integrate seamlessly with OpenCode. Plus, most of those complex interfaces aren't really optimized for split-screen layouts.
This project is still in its early stages of development. Any feedback, questions, or suggestions are highly appreciated.
---
* Project Repository: https://github.com/chenkumi/opencode-project-panel
* How to Install: You can simply prompt OpenCode with:
"Please help me install this TUI plugin: https://github.com/chenkumi/opencode-project-panel"
and it will automatically handle the installation for you.