mirror of
https://github.com/1Remote/1Remote.git
synced 2026-04-25 05:26:04 +03:00
[GH-ISSUE #188] Create shortcut links (.lnk) to launch specific connections #3045
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#3045
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 (Jan 23, 2022).
Original GitHub issue: https://github.com/1Remote/1Remote/issues/188
Originally assigned to: @VShawn on GitHub.
Is your enhancement related to a problem? Please describe.
Sometimes you want to work with some group of connections with higher focus. It would be great if one could mark a group with tag(s) and then launch connections via single click or hotkey that Windows shortcuts support.
Describe the solution you'd like
Provide a CLI params to PRM for this. Then sugar coat it with feature that creates shortcuts interactively.
For example:
> premotem -open "#my-project #db"would start all connections that satisfy this filter. Otherwise, single connection could be run via connection id (as name is not unique):
> premotem -open23`With CLI arguments such as those creating desktop shortcut manually or via app is trivial
NOTE: This is just an idea, CLI arguments should definitely be thought out more precisely.
@VShawn commented on GitHub (Jan 24, 2022):
Since we have a launcher, I dont think a shortcut is needed.
and
start all connections that satisfy this filteris overkill for personal usage.@majkinetor commented on GitHub (Jan 24, 2022):
Yeah, you are right.
@majkinetor commented on GitHub (May 14, 2022):
I think we ditched this one prematurely as experience is not the same.
Its especially relevant for remote apps as it provides seamless integration with OS. Also you have another mechanism to organize stuff if you have large collection - pin them on taskbar, or create desktop shortcuts.
I want to pin that remote foobar
Its also easy to implement.
I will reopen this and put it in Limbo, so I don't forget about it. No need for you to implement it, I will do it myself eventually.
@VShawn commented on GitHub (May 16, 2022):
I make quick investigation about how to start a Windows Store APP by .lnk with parameters.
Get nothing useful.
@majkinetor commented on GitHub (May 16, 2022):
Its not end of the world no to support that case... It could always be fixed later anyway.
@VShawn commented on GitHub (May 16, 2022):
yeah I'm just looking into the feasibility
@majkinetor commented on GitHub (May 16, 2022):
OMG, store apps suck so bad:
https://docs.unity3d.com/560/Documentation/Manual/windowsstore-commandlinearguments.html
https://www.reddit.com/r/Windows10/comments/es97px/pass_commandline_arguments_to_windows_store_game/
@majkinetor commented on GitHub (May 16, 2022):
I wouldn't waste time on that. We could have some workaround for this, but it all involves too much work.
@Kikilluh commented on GitHub (Sep 30, 2022):
Hi,
I was about to create an issue and I found this one where you were talking about it.
I think it might be nice to be able to select multiple connections in the launcher, maybe with ctrl-click or shitft-click. What do you think ?
So per example we could select a tag, and then launch all the connections at once.
@VShawn commented on GitHub (Oct 5, 2022):
Hi @Kikilluh
actually you can select a tag and open them all here.
BTW I dont want involved mouse operation in the launcher, the task of our launcher is
open a new session by keyboard only@VShawn commented on GitHub (May 30, 2023):
close since we have #427