From d7b58c6596c9d68ea142c92394b2059601a9636f Mon Sep 17 00:00:00 2001 From: John Guerreiro Date: Wed, 5 Oct 2016 02:11:10 +0100 Subject: [PATCH 1/2] Updated Readme --- README.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/README.md b/README.md index b002cac2..0b6f8bfd 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,25 @@ # 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 +v0.01 +### TODO + +- Git rev updates +- Fish Completions +- Zsh Completions +- Extract without syscall +- Add flags for yay +- ~~AUR Install~~ +- ~~Pacman Interface~~ +- ~~Upgrade AUR~~ From 9232f1ab0f2830cda12b2f8e4ae4f8fb1f82ce18 Mon Sep 17 00:00:00 2001 From: John Guerreiro Date: Wed, 5 Oct 2016 10:20:11 +0100 Subject: [PATCH 2/2] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0b6f8bfd..93eb9fb8 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,8 @@ Yay was created with a few objectives in mind and based on the design of yaourt - Know when git packages are due for an upgrade ### Changelog -v0.01 + + ### TODO - Git rev updates @@ -20,6 +21,7 @@ v0.01 - Zsh Completions - Extract without syscall - Add flags for yay +- Install Groups - ~~AUR Install~~ - ~~Pacman Interface~~ - ~~Upgrade AUR~~