-
Notifications
You must be signed in to change notification settings - Fork 8.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Give administrator privileges to tab #12985
Comments
This is something you can kinda already do today, but maybe not that conveniently. As of 1.13, you can mark a profile as requiring elevation (admin rights), with
to open your foo profile as admin. Or just Ctrl+Click on the entry in the dropdown. However, what you really want is "duplicate the current tab, with admin permission", and that's not tracked right now, I don't think. #10232 is sorta like it, but not exactly what I'm looking for. |
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
Would it be possible to add a Terminal-specific command "sudo" so the user could type that, which would instruct Terminal to duplicate the tab as admin? |
You know, I might just close this as /dup https://github.com/microsoft/sudo. Honestly, that's just the easiest user experience over all. (we'll work on shipping that out-of-band from the OS: microsoft/sudo#57) |
Hi! We've identified this issue as a duplicate of one that exists on somebody else's Issue Tracker. Please make sure you subscribe to the referenced external issue for future updates. Thanks for your report! |
Description of the new feature/enhancement
A possibility to change certain tabs to administrator rights.
Useful when you have to deal with package managers and similar.
Proposed technical implementation details (optional)
An entry for that functionality in the CTL+SHIFT+P menu, which changes the current tab to administrator, or if that's not possible, creates a new one with administrator privileges.
The text was updated successfully, but these errors were encountered: