Organise profiles in folders in the dropdown #11941

Open
opened 2026-01-31 03:01:43 +00:00 by claunia · 0 comments
Owner

Originally created by @tforster on GitHub (Jan 3, 2021).

Description of the new feature/enhancement

The ability to specify optional folder names for profiles in the profiles dropdown menu.

I am a consultant that works on multiple projects for multiple clients. I typically create a per-client/per-project directory structure in my filesystem and corresponding Terminal profiles rooted to each location. My dropdown list is growing and becoming long-scrolling/unusable. It would be great to have the option to drop down a list of folders, with a rollover/click on each folder revealing a cascading dropdown of profiles.

Proposed technical implementation details (optional)

I see two potential methods of organisation:

  1. Add a new and optional "folder" property in the profile schema. When detected the UI creates the corresponding value as the dropdown entry and groups all profiles sharing that property value below the new entry.

  2. Introduce support for a profile hierarchy along the lines of

    profiles/{group-name}/default
    profiles/{group-name/list
    

    along with the existing

    profiles/default
    profiles/list
    

    This would allow profiles below any optionally created {profile-name} to be grouped and displayed in the dropdown while also providing a more intuitive hierarchy for organisation and setting of default values.

Originally created by @tforster on GitHub (Jan 3, 2021). # Description of the new feature/enhancement The ability to specify optional folder names for profiles in the profiles dropdown menu. I am a consultant that works on multiple projects for multiple clients. I typically create a per-client/per-project directory structure in my filesystem and corresponding Terminal profiles rooted to each location. My dropdown list is growing and becoming long-scrolling/unusable. It would be great to have the option to drop down a list of folders, with a rollover/click on each folder revealing a cascading dropdown of profiles. # Proposed technical implementation details (optional) I see two potential methods of organisation: 1. Add a new and optional "folder" property in the profile schema. When detected the UI creates the corresponding value as the dropdown entry and groups all profiles sharing that property value below the new entry. 1. Introduce support for a profile hierarchy along the lines of ``` profiles/{group-name}/default profiles/{group-name/list ``` along with the existing ``` profiles/default profiles/list ``` This would allow profiles below any optionally created {profile-name} to be grouped and displayed in the dropdown while also providing a more intuitive hierarchy for organisation and setting of default values.
claunia added the Issue-FeatureResolution-Duplicate labels 2026-01-31 03:01:44 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#11941