prepare for merge

This commit is contained in:
Jguer 2017-01-10 00:34:03 +00:00
parent bc5bdc2994
commit abea4949fb
2 changed files with 12 additions and 1 deletions

View file

@ -18,8 +18,19 @@ Yay was created with a few objectives in mind and based on the design of yaourt
![Yay Qstats](http://jguer.github.io/yay/yay2.png "yay -Qstats")
![Yay NumberMenu](http://jguer.github.io/yay/yay3.png "yay gtk-theme")
### Custom Operations
- `yay <Search Term>` presents package selection menu
- `yay -Qstats` delivers system statistics
- `yay -Cd` cleans unneeded dependencies
### Changelog
#### 1.91
- `--downtop` has been replaced with `--bottomup` (as is logical)
- `yay -Ssq` and `yay -Sqs` now displays AUR packages with less information
- Repository search now uses the same criteria as pacman
#### 1.85
- yay now does -Si for AUR packages
- Fixed package install bugs

View file

@ -84,7 +84,7 @@ func main() {
err = yay.CleanDependencies(pkgs)
case "-Qstats":
err = yay.LocalStatistics(version)
case "-Ss", "-Ssq":
case "-Ss", "-Ssq", "-Sqs":
if op == "-Ss" {
util.SearchVerbosity = util.Detailed
} else {