Commit Graph

6 Commits

Author SHA1 Message Date
matmoul ce563186cb feat: migrate ssh menu to Bun/TypeScript
Replace the Bash implementation and jq/yq dependency chain with a Bun-based TypeScript script, add Bun/TypeScript project files, and update docs and sample config notes to match the new CLI and behavior.
2026-06-04 01:45:53 +02:00
matmoul 87945adae3 feat: require explicit group names in host configs 2026-06-02 20:36:51 +02:00
matmoul 69131534fe feat: support jump host ports in SSH menu
Allow jump host definitions to include an explicit port in the form user@host:port.
Default to port 22 when no port is provided and update the sample config and docs accordingly.
2026-06-02 20:26:25 +02:00
matmoul 8650b71c3c docs: align README with current script behavior
Update the usage, feature summary, and notes to reflect known_hosts support, current option flags, and the sample configuration layout.
2026-06-01 00:03:59 +02:00
matmoul dc886c91cc docs: align README with current SSH menu configuration 2026-05-31 22:11:39 +02:00
matmoul bcc19535c2 Initial commit 2026-05-31 19:06:22 +00:00