Official plugin repository for the Siltty terminal emulator.
| Plugin | Description |
|---|---|
| git-status | Show git branch and status in the status bar |
| notifications | Command exit status notifications |
| auto-theme | Automatic theme switching |
siltty plugin install git-status
siltty plugin install notificationsSee the Plugin SDK documentation.
- Create a new Rust crate with
crate-type = ["cdylib"] - Add
siltty-plugin-sdkas dependency - Implement exported functions (
on_init,on_prompt,on_timer, etc.) - Build:
cargo build --target wasm32-wasip1 --release - Submit a PR to this repo
Apache-2.0