https://github.com/snaphat/alias-additions
Additional aliases for scoop to ease updating and searching for apps.
https://github.com/snaphat/alias-additions
scoop-apps scoop-bucket scoop-tools
Last synced: 3 months ago
JSON representation
Additional aliases for scoop to ease updating and searching for apps.
- Host: GitHub
- URL: https://github.com/snaphat/alias-additions
- Owner: snaphat
- License: mit
- Created: 2019-08-26T00:25:46.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-11-12T19:02:38.000Z (over 4 years ago)
- Last Synced: 2024-08-13T07:04:08.688Z (6 months ago)
- Topics: scoop-apps, scoop-bucket, scoop-tools
- Size: 26.4 KB
- Stars: 12
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - snaphat/alias-additions - Additional aliases for scoop to ease updating and searching for apps. (Others)
README
# alias-additions
A [Scoop bucket](https://github.com/lukesampson/scoop/wiki/Buckets) with an alias-additions app for [scoop](http://scoop.sh) to ease updating and searching for apps.
Description
-
Alias-Additions adds an alias 'scoop update-all' for updating scoops and apps.', 'scoop cleanup-all' for removing old versions of all apps, 'scoop cache-show-all' for showing the download cache of all apps, 'scoop cache-rm-all' for clearing the download cache of all apps, 'scoop list-all' which list all app names, 'scoop info-all' which list all apps with their description, 'scoop search-info <"keyword">' which searches all app descriptions and returns apps containing the specified keyword, and 'scoop bucket-origin' which list the git origin of all buckets.Installation
-
```
$ scoop bucket add alias-additions https://github.com/snaphat/alias-additions.git
$ scoop install alias-additions
```Commands:
-
```
$ scoop update-all
```
```
$ scoop cleanup-all
```
```
$ scoop cache-show-all
```
```
$ scoop cache-rm-all
```
```
$ scoop list-all
```
```
$ scoop info-all
```
```
$ scoop search-info <"keyword">
```
```
$ scoop bucket-origin
```