Skip to content

Conversation

jacostag
Copy link

@jacostag jacostag commented Feb 27, 2025

Q A
Branch? main for features / current stable version branch for bug fixes
Bug fix? yes -->
New feature? yes
Deprecations? no
Tickets Fix #30
License MIT
Doc PR api-platform/docs#...

@tony-sol
Copy link
Collaborator

tony-sol commented Mar 9, 2025

Hi @jacostag
Could you please actualize this PR in case you wanna to contribute or just create an issue
Thanks

@jacostag
Copy link
Author

@tony-sol ok, try now

@@ -1,5 +1,27 @@
#!/usr/bin/env bash


get_tmux_option() {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Duplicated, see scripts/utils/tmux.sh

@@ -54,6 +77,138 @@ __containered_cmd() {
[[ $1 =~ (^|^[[:blank:]]*|/?)docker[[:blank:]] ]] || [[ $1 =~ (^|^[[:blank:]]*|/?)podman[[:blank:]] ]]
}


get_ssh_user() {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Plugin doesn't parse ssh/config file anymore

ssh_connected() {
local cmd=$(tmux display-message -p "#{pane_current_command}")
[ $cmd = "ssh" ] || [ $cmd = "sshpass" ]
=======
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Invalid conflicts resolving

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

add support for gcloud ssh
2 participants