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.
This commit is contained in:
2026-06-01 00:03:59 +02:00
parent 59f37d8455
commit 8650b71c3c
2 changed files with 40 additions and 21 deletions
+2 -2
View File
@@ -5,6 +5,6 @@
- Main entry point: `mtm-ssh-menu`
- Configuration: `~/.config/mtm-ssh-menu/global.yaml` and `hosts/*.yaml` by default.
- Dependencies: `bash`, `ssh`, `fzf`, `jq`, `yq`.
- Sample config is stored in `sample-config/`.
- Sample config is stored in `sample-config/` and mirrors current script behavior.
- Documentation language: English.
- Current task focus: keep README aligned with the working script and sample configuration.
- Current task focus: keep README and memory aligned with the working script and sample configuration.