mirror of
https://github.com/1Remote/1Remote.git
synced 2026-04-25 13:36:03 +03:00
[GH-ISSUE #42] Pre connection shell script #2912
Labels
No labels
area-configuration
area-ct-app
area-ct-rdp
area-ct-remoteapp
area-ct-ssh
area-ct-vnc
area-launcher
area-list
area-tags
area-teamwork
bug
chore
dependencies
general-build/ci
general-performance
general-refactor
general-security
general-supportive
general-ux
meta-documentation
meta-enhancement
meta-enhancement
meta-feature
meta-help-wanted
meta-unknown-error
priority-hi
priority-low
pull-request
question
resolution-duplicate
resolution-invalid
resolution-wontfix
stale
task-put-off
task-still-considering
task-working-in-progress
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/1Remote#2912
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @majkinetor on GitHub (Dec 24, 2020).
Original GitHub issue: https://github.com/1Remote/1Remote/issues/42
Originally assigned to: @VShawn on GitHub.
It would be great to have an option to execute shell script before connecting.
For example, it could be used to connect to VPN network or change hosts file.
@VShawn commented on GitHub (Dec 25, 2020):
ok, now we need options for
@majkinetor commented on GitHub (Dec 25, 2020):
Better, one script receiving
$Eventas a parameter.Maybe we can make it work even in that case. One thing that comes to mind is setting the kitty title from within kitty script and then looking for it locally as a marker.
@majkinetor commented on GitHub (Jan 16, 2021):
Should this be closed and part of 0.5.8 milestone ?
@VShawn commented on GitHub (Jan 17, 2021):
I don't know if this can be considered as complete, now only cmd commands are supported, and only commands executed before connection are supported. That‘s why I didn't close it yet.