scoop-search
scoop-search copied to clipboard
Scoop-Search does not return powershell objects like the original command
Description
Following the instructions of: Behaves just like scoop search and returns identical output. If any differences are found please open an issue.
Apart from being visually different, it also loses its ability for powershell object filtering/manipulation.
Logs
The offending command causing the error with the $env:SCOOP_SEARCH_VERBOSE=1
env var set:
Output
env:SCOOP=
env:USERPROFILE=C:\Users\alfamari
env:XDG_CONFIG_HOME=
Scoop config file path: C:\Users\alfamari/.config/scoop/config.json
Scoop config file contents: {
"last_update": "2024-09-20T01:04:17.4222547-05:00",
"scoop_repo": "https://github.com/ScoopInstaller/Scoop",
"scoop_branch": "master",
"root_path": "D:\\Program Files (x86)\\Scoop",
"global_path": "D:\\Program Files (x86)\\Scoop",
"aria2-enabled": true
}
Scoop home: D:\Program Files (x86)\Scoop
Found bucket: D:\Program Files (x86)\Scoop/buckets/extras
Worker count: 8
Found 5 matches
Found bucket: D:\Program Files (x86)\Scoop/buckets/main
Worker count: 8
Found 2 matches
Done searching
'extras' bucket:
anaconda3 (2024.06-1) --> includes 'python.exe'
fontforge (20230101) --> includes 'ffpython.exe'
mambaforge (24.7.1-0) --> includes 'python.exe'
miniconda3 (24.7.1-0) --> includes 'python.exe'
paraview (5.13.0) --> includes 'pvpython.exe'
'main' bucket:
python (3.12.6)
winpython (3.12.4.1)