Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | list: use `apk list --providers` to search virtual providers instead of ↵ | William Pitcock | 2018-01-29 | 1 | -6/+8 |
| | | | | enabling virtuals by default | ||||
* | list: add option to match against real names only instead of providers | William Pitcock | 2018-01-29 | 1 | -1/+7 |
| | |||||
* | list: add --depends option for searching based on rdepends | William Pitcock | 2018-01-29 | 1 | -3/+27 |
| | |||||
* | list: refactor package dumping vs package filtering | William Pitcock | 2018-01-29 | 1 | -20/+20 |
| | |||||
* | list: new applet | William Pitcock | 2018-01-28 | 1 | -0/+235 |
The list applet provides a convenient way of inspecting both the available and installed package databases by listing their contents. In some ways, it is similar to `apk search` but is considered to be a superset of `apk search` functionality. A few `apk list` criterion are not yet ready though, such as `apk list --depends` which searches by runtime dependency (replacing `apk info --rdepends`). |