From 42e6f2de4f7f34fe818bc2f27e23c22c51a6a56d Mon Sep 17 00:00:00 2001 From: Alois Date: Fri, 26 Aug 2016 12:22:53 +0200 Subject: [PATCH] Add bpkg, a bash's package manager. Fix #10 --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index dea7e55..20a230c 100644 --- a/readme.md +++ b/readme.md @@ -32,6 +32,7 @@ In addition of this list, you should read the list [awesome-shell](https://githu - [aliases](https://github.com/sebglazebrook/aliases) - Contextual, dynamic, organized aliases for the bash shell - [bashmarks](https://github.com/huyng/bashmarks) - Directory bookmarks for the shell +- [bpkg](https://github.com/bpkg/bpkg) - A lightweight bash package manager - [commacd](https://github.com/shyiko/commacd) - A faster way to move around in Bash - [hstr](https://github.com/dvorka/hstr) - Bash History Suggest Box - [qfc](https://github.com/pindexis/qfc) - File-completion widget for Bash and Zsh