soyuka / tmux-current-pane-hostname

Tmux plugin that enables displaying hostname and user of the current pane in your status bar.
MIT License
76 stars 23 forks source link

Fix pane_ssh_port #20

Closed tony-sol closed 1 year ago

tony-sol commented 2 years ago

Parsing ssh port from .sss/config if not specified in current cmd; Before:

Снимок экрана 2022-05-06 в 01 01 44

After:

Снимок экрана 2022-05-06 в 01 04 26

Fix showing port instead of host due to macos incompatible sed working; Before:

Снимок экрана 2022-05-06 в 01 01 59

After:

Снимок экрана 2022-05-06 в 01 21 43

21