Browse Source

prepare for merge

Jguer 8 years ago
parent
commit
abea4949fb
2 changed files with 12 additions and 1 deletions
  1. 11 0
      README.md
  2. 1 1
      cmd/yay/yay.go

+ 11 - 0
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

+ 1 - 1
cmd/yay/yay.go

@@ -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 {