docs: align README with current SSH menu configuration

This commit is contained in:
2026-05-31 22:11:39 +02:00
parent 7166a8c3dd
commit dc886c91cc
2 changed files with 96 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
# Project Memory
- Project: mtm-ssh-menu
- Type: Bash SSH target picker using `fzf` and YAML config.
- 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/`.
- Documentation language: English.
- Current task focus: keep README aligned with the working script and sample configuration.