ScoopInstaller / Scoop

A command-line installer for Windows.
https://scoop.sh
Other
21.24k stars 1.41k forks source link

[Feature] Please add a new command to open a program's folder like "scoop open" or others #6099

Open qingyu910 opened 2 months ago

qingyu910 commented 2 months ago

Feature Request

Is your feature request related to a problem? Please describe.

Describe the solution you'd like

In some cases, I want to go to the directory where the program is located to do some operations, such as modifying the configuration file, etc., it is very cumbersome to go to the corresponding directory, so I would like to be able to provide a command to directly open the corresponding app's folder.

Describe alternatives you've considered

HUMORCE commented 2 months ago
> scoop alias add open 'param($app); explorer (scoop prefix $app)'
> scoop open ffmpeg