An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

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
```