https://github.com/amorphobia/scoop-find
Find scoop apps
https://github.com/amorphobia/scoop-find
Last synced: 11 months ago
JSON representation
Find scoop apps
- Host: GitHub
- URL: https://github.com/amorphobia/scoop-find
- Owner: amorphobia
- License: agpl-3.0
- Created: 2022-05-21T13:18:20.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-05-22T05:27:57.000Z (about 4 years ago)
- Last Synced: 2025-07-03T03:46:36.968Z (12 months ago)
- Language: Rust
- Size: 25.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# scoop-find
Find scoop apps
## About
A rust implementation similar to [`scoop-search`](https://github.com/shilangyu/scoop-search). This is a toy repository. It is recommended to use `scoop-search`.
*Non-goal*: 100% replicate of the original `scoop search`. Please use `scoop-search` instead.
## Installation
Add [siku](https://github.com/amorphobia/siku) bucket and then install with scoop.
```PowerShell
scoop bucket add siku https://github.com/amorphobia/siku
scoop install scoop-find
```
## Usage
Directly run the app
```PowerShell
scoop-find
```
Or hook `scoop` with [`scoop-hook`](https://github.com/amorphobia/scoop-hook) and run as a sub-command of `scoop`
```PowerShell
# Invoke-Expression (&scoop-hook --hook)
scoop find
```
## License
[AGPL 3.0](LICENSE) or later.