Files
mtm-ssh-menu/.memory/project.md
T
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

14 lines
642 B
Markdown

# 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/` and mirrors current script behavior.
- Documentation language: English.
- Current task focus: keep README and memory aligned with the working script and sample configuration.
- Known follow-up improvements:
- Group naming should avoid duplicating the file name and the YAML value.
- Each group should have default values.