Skip to content

sshctl 0.2.0 — the terminal UI

Choose a tag to compare

@github-actions github-actions released this 31 Jul 14:23
· 41 commits to main since this release
v0.2.0
2d889af

A third shell: sshctl-tui — the same four tabs in plain characters, for
the places a window cannot follow: over ssh, in tmux, on the machine with no
screen. Same core as the CLI and the GUI, same save screen with its two
separate questions ("does the rewrite itself change anything?" — the gate —
and "what do your own edits change?" — information), same rule that an
unproved write takes a deliberate override.

Each shell now sits behind its own cargo feature, so nobody compiles or
installs a byte more than the shell they want:

cargo install sshctl --no-default-features --features tui

The release archives hold all three binaries; the macOS ones are signed and
notarized, and every artifact carries a build-provenance attestation
(gh attestation verify <file> --owner RyGe87) plus a line in SHA256SUMS.

Details in the
CHANGELOG. Built
in collaboration with Claude (Anthropic).