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.
This commit is contained in:
2026-06-04 01:45:53 +02:00
parent ba79cedcb1
commit ce563186cb
7 changed files with 315 additions and 203 deletions
+13
View File
@@ -0,0 +1,13 @@
{
"name": "mtm-ssh-menu",
"private": true,
"scripts": {
"run": "mtm-ssh-menu"
},
"devDependencies": {
"@types/bun": "latest"
},
"peerDependencies": {
"typescript": "^5"
}
}