oc-openchut
v0.1.0
Published
OpenCode TUI plugin that replaces the home screen OPENCODE banner with OPENCHUT
Maintainers
Readme
OPENCHUT OpenCode TUI Plugin
A TUI plugin that replaces the OpenCode home screen banner with "OPENCHUT".
Install
opencode plugin add oc-openchutOr add to your opencode.json:
{
"plugin": ["oc-openchut"]
}Features
- Replaces the home screen
OPENCODElogo withOPENCHUTASCII art - Pink color scheme for a distinctive look
- Uses the official
home_logoslot API
Development
bun install
bun run fmt # format
bun run fmt:check # check formattingPublish
npm publish --access public