Find a file
2016-12-03 12:54:47 +00:00
aur Fixed bug where new version and old version were switched 2016-12-02 13:34:14 +00:00
cmd/yay Help improved 2016-12-02 13:53:27 +00:00
pacman Added Pacman benchmarks, topdown and downtop return same list, just inverted 2016-12-02 14:58:03 +00:00
.gitignore Added yay cmd 2016-11-30 02:44:32 +00:00
actions.go Treat more errors 2016-12-02 18:03:31 +00:00
bash-completion Bash completion + Makefile 2016-12-02 21:21:27 +00:00
LICENSE Create LICENSE 2016-09-05 03:43:29 +01:00
Makefile Bash completion + Makefile 2016-12-02 21:21:27 +00:00
README.md Update README.md 2016-12-03 12:54:47 +00:00
yay.fish Completions moved 2016-12-01 02:54:31 +00:00
zsh-completion Completions moved 2016-12-01 02:54:31 +00:00

yay

Yet another Yogurt - An AUR Helper written in Go

There's a point in everyone's life when you feel the need to write an AUR helper because there are only about 20 of them. So say hi to 20+1.

Yay was created with a few objectives in mind and based on the design of yaourt and apacman:

  • Have almost no dependencies.
  • Provide an interface for pacman
  • Have yaourt like search
  • Know when git packages are due for an upgrade

Changelog

1.70

  • Stable for everyday use
  • Bottom up package display
  • Number menu like yaourt/apacman
  • System package statistics

TODO

  • Warn about orphan packages
  • Install Groups
  • Add more flags for yay
  • Better errors
  • Git rev updates
  • Redesign pacman lib structs
  • Extract without syscall
  • Inverted print
  • Fish Completions
  • Zsh Completions
  • AUR Install
  • Pacman Interface
  • Upgrade AUR