moudey / Shell

Powerful context menu manager for Windows File Explorer
https://nilesoft.org
MIT License
3.35k stars 113 forks source link

Cannot open terminal in libraries #385

Open tadghh opened 9 months ago

tadghh commented 9 months ago

Im not able to use the context menu to open terminal in windows libraries, is there a way we could detect for this and redirect to the real folder? This also happends with cmd and regular powershell image

item(where=package.exists("WindowsTerminal") title=title.Windows_Terminal tip=tip_run_admin admin=has_admin image='@package.path("WindowsTerminal")\WindowsTerminal.exe' cmd='wt.exe' arg='-d "@sel.path\."')
RubicBG commented 9 months ago

I dealt a lot with libraries, and I found that these are not directories but xml files (to my surprise) go to %AppData%\Microsoft\Windows\Libraries - pick and drag the folder into notepad++ or VS Code

tadghh commented 9 months ago

I dealt a lot with libraries, and I found that these are not directories but xml files (to my surprise) go to %AppData%\Microsoft\Windows\Libraries - pick and drag the folder into notepad++ or VS Code

Feels like tripping over a boulder