mirror of
https://github.com/Jguer/yay.git
synced 2024-11-06 09:07:21 +01:00
prepare for merge
This commit is contained in:
parent
bc5bdc2994
commit
abea4949fb
11
README.md
11
README.md
@ -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
|
||||
|
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user