Sort profile in tab drop-down by config filed. #8941

Closed
opened 2026-01-31 01:41:54 +00:00 by claunia · 2 comments
Owner

Originally created by @zh-impact on GitHub (Jun 9, 2020).

Description of the new feature/enhancement

Sort profile in tab drop-down by config filed.
When profiles count increase to large, sort the profile in the list field is hard to operate.
Hope to provide configurable fields to determine the order in the drop-down menu

Proposed technical implementation details (optional)

{      
  "guid": "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}",
  "hidden": true,  
  "name": "Windows PowerShell",        
  "commandline": "powershell.exe" ,
  "weight": 1, // eg. 1-999, If the weights are the same, the order is determined by the actual sorting in the list
 },
Originally created by @zh-impact on GitHub (Jun 9, 2020). <!-- 🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨 I ACKNOWLEDGE THE FOLLOWING BEFORE PROCEEDING: 1. If I delete this entire template and go my own path, the core team may close my issue without further explanation or engagement. 2. If I list multiple bugs/concerns in this one issue, the core team may close my issue without further explanation or engagement. 3. If I write an issue that has many duplicates, the core team may close my issue without further explanation or engagement (and without necessarily spending time to find the exact duplicate ID number). 4. If I leave the title incomplete when filing the issue, the core team may close my issue without further explanation or engagement. 5. If I file something completely blank in the body, the core team may close my issue without further explanation or engagement. All good? Then proceed! --> # Description of the new feature/enhancement Sort profile in tab drop-down by config filed. When profiles count increase to large, sort the profile in the list field is hard to operate. Hope to provide configurable fields to determine the order in the drop-down menu <!-- A clear and concise description of what the problem is that the new feature would solve. Describe why and how a user would use this new functionality (if applicable). --> # Proposed technical implementation details (optional) ```json { "guid": "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}", "hidden": true, "name": "Windows PowerShell", "commandline": "powershell.exe" , "weight": 1, // eg. 1-999, If the weights are the same, the order is determined by the actual sorting in the list }, ``` <!-- A clear and concise description of what you want to happen. -->
claunia added the Issue-FeatureResolution-Duplicate labels 2026-01-31 01:41:55 +00:00
Author
Owner

@zadjii-msft commented on GitHub (Jun 9, 2020):

Thanks for the suggestion! Please make sure to search for duplicates when filing new issues. This is already being tracked by another issue on our repo - please refer to #1571 for more discussion.

/dup #1571

I'd also check out #5888, which has got a spec in progress for this feature 😄

@zadjii-msft commented on GitHub (Jun 9, 2020): Thanks for the suggestion! Please make sure to search for duplicates when filing new issues. This is already being tracked by another issue on our repo - please refer to #1571 for more discussion. /dup #1571 I'd also check out #5888, which has got a spec in progress for this feature 😄
Author
Owner

@ghost commented on GitHub (Jun 9, 2020):

Hi! We've identified this issue as a duplicate of another one that already exists on this Issue Tracker. This specific instance is being closed in favor of tracking the concern over on the referenced thread. Thanks for your report!

@ghost commented on GitHub (Jun 9, 2020): Hi! We've identified this issue as a duplicate of another one that already exists on this Issue Tracker. This specific instance is being closed in favor of tracking the concern over on the referenced thread. Thanks for your report!
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#8941