mirror of
https://github.com/1Remote/1Remote.git
synced 2026-04-25 13:36:03 +03:00
[GH-ISSUE #296] Enhancement tag search #256
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#256
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 @SaltyYuki on GitHub (Sep 29, 2022).
Original GitHub issue: https://github.com/1Remote/1Remote/issues/296
Originally assigned to: @VShawn on GitHub.
Hello,
Is your enhancement related to a problem? Please describe.
When I use tag to search a server I need to write the entire tag name to filter
Describe the solution you'd like
exemple I have a tag #linux for some of my servers
When I search "#lin" I want PRemotem to start filter any server with a tag who start by #lin
Thanks for PremoteM btw I use it everyday :D !
@majkinetor commented on GitHub (Sep 29, 2022):
You could click them in Tags tab, they are sorted.
@Kikilluh commented on GitHub (Sep 30, 2022):
Hello,
I agree with SaltiYuki.
The big advantage of PRemoteM for me is the quick launcher, it would be more efficient if we could interact with everything related to connections through the launcher rather than opening the client.
However, maybe it would be better to search for
#linand, rather than having all the servers with this tag, have the list of tags containinglin. Just like server search actually but into the tag view. And when we click on the chosen tag, all servers with that tag appears.@majkinetor commented on GitHub (Oct 2, 2022):
I don't agree. The usecases are different - you use launcher to be quick and use recently used stuff, you use list to scan for stuff, check out all the connections and use additional non everyday features like bulk connect/editing.
The more natural fit for this is search on Tags tab
The main problem here seems to be tag input, i.e. there is no autocomplete offered with tag names. If you could type #li to get all #linux servers, that would be OK, right ?
@VShawn commented on GitHub (Oct 5, 2022):
basically the autocomplete feature sucks in PRM, I dont know how to make a vscode like autocomplete for PRM for now. So it is not easy to build autocomplete feature here.
We can firstly support
type #lin to list tags who start by #lin(Although it feels a little weird)Then try to make the autocomplete tigger by tpyed
#@VShawn commented on GitHub (Oct 27, 2022):
goal
type #lin to list tags who start by #lin@VShawn commented on GitHub (Oct 27, 2022):
TODO: make it possible get autocomplete tigger by tpyed # in search