[GH-ISSUE #296] Enhancement tag search #256

Closed
opened 2026-02-26 11:57:27 +03:00 by kerem · 6 comments
Owner

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 !

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 !
kerem 2026-02-26 11:57:27 +03:00
Author
Owner

@majkinetor commented on GitHub (Sep 29, 2022):

You could click them in Tags tab, they are sorted.

<!-- gh-comment-id:1262330252 --> @majkinetor commented on GitHub (Sep 29, 2022): You could click them in Tags tab, they are sorted.
Author
Owner

@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 #lin and, rather than having all the servers with this tag, have the list of tags containing lin. Just like server search actually but into the tag view. And when we click on the chosen tag, all servers with that tag appears.

<!-- gh-comment-id:1263156688 --> @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 `#lin` and, rather than having all the servers with this tag, have the list of tags containing `lin`. Just like server search actually but into the tag view. And when we click on the chosen tag, all servers with that tag appears.
Author
Owner

@majkinetor commented on GitHub (Oct 2, 2022):

it would be more efficient if we could interact with everything related to connections through the launcher rather than opening the client.

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.

However, maybe it would be better to search for #lin and, rather than having all the servers with this tag, have the list of tags containing lin

The more natural fit for this is search on Tags tab

When I use tag to search a server I need to write the entire tag name to filter

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 ?

<!-- gh-comment-id:1264691881 --> @majkinetor commented on GitHub (Oct 2, 2022): > it would be more efficient if we could interact with everything related to connections through the launcher rather than opening the client. 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. > However, maybe it would be better to search for #lin and, rather than having all the servers with this tag, have the list of tags containing lin The more natural fit for this is search on Tags tab > When I use tag to search a server I need to write the entire tag name to filter The main problem here seems to be tag input, i.e. there is no autocomplete offered with tag names. If you could type #li<tab> to get all #linux servers, that would be OK, right ?
Author
Owner

@VShawn commented on GitHub (Oct 5, 2022):

When I search "#lin" I want PRemotem to start filter any server with a tag who start by #lin

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 ?

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 #

<!-- gh-comment-id:1267870202 --> @VShawn commented on GitHub (Oct 5, 2022): > When I search "#lin" I want PRemotem to start filter any server with a tag who start by #lin > 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 ? 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 `#`
Author
Owner

@VShawn commented on GitHub (Oct 27, 2022):

image

goal type #lin to list tags who start by #lin

<!-- gh-comment-id:1292843052 --> @VShawn commented on GitHub (Oct 27, 2022): ![image](https://user-images.githubusercontent.com/10143738/198168544-656f3fef-a661-400a-af0a-d9cadc965764.png) goal `type #lin to list tags who start by #lin`
Author
Owner

@VShawn commented on GitHub (Oct 27, 2022):

TODO: make it possible get autocomplete tigger by tpyed # in search

<!-- gh-comment-id:1292844247 --> @VShawn commented on GitHub (Oct 27, 2022): TODO: make it possible get autocomplete tigger by tpyed # in search
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/1Remote#256
No description provided.