Swavan CLI plugin control surface.
Install the CLI, discover public plugin releases, and manage the selected Swavan plugins from a compact command surface.
Install the CLI
Install from the public Swavan plugin repository, then verify the binary.
curl -fsSL https://raw.githubusercontent.com/swavan/plugins/main/install.sh | sh
irm https://raw.githubusercontent.com/swavan/plugins/main/install.ps1 | iex
swavan --help
swavan plugin search
swavan self-update
swavan update
Public plugin lane
The public plugin documented here.
Add, inspect, update, remove
These commands manage the chitra plugin.
swavan plugin search
swavan plugin install chitra
swavan plugin list
swavan plugin uninstall chitra
swavan plugin disable chitra
swavan plugin enable chitra
swavan plugin inspect chitra
swavan plugin update chitra
Syntax highlighters & formatters
Addons are lighter runtime extensions (syntax highlighters,
formatters) that Swavan apps load directly — managed with
swavan addon, separately from plugins.
swavan addon list
swavan addon add syntect
swavan addon add formatter
swavan addon update syntect
swavan addon remove syntect
swavan addon disable syntect
swavan addon enable syntect
Inspect & control plugin daemons
Plugins that share data with the host run a background daemon.
swavan ps lists the fleet and its state;
swavan daemon starts, stops, and cleans them up.
swavan ps
swavan ps --running
swavan daemon start <name>
swavan daemon stop <name>
swavan daemon restart <name>
swavan daemon kill <name>
swavan daemon pause <name> # Unix only
swavan daemon resume <name> # Unix only
swavan daemon stop --all
swavan daemon prune # remove stale socket/PID files
Completion scripts
Generate shell completion scripts from the CLI, then restart the shell and try
swavan plugin <TAB>.
swavan completions zsh > "${fpath[1]}/_swavan"
swavan completions bash | sudo tee /usr/local/etc/bash_completion.d/swavan >/dev/null
swavan completions fish > ~/.config/fish/completions/swavan.fish
swavan completions powershell | Out-String | Invoke-Expression
This page documents Swavan CLI usage and the selected public plugin information:
chitra.