From 86f2f83e4ea031905c5b3a70d55c1617b56e5da5 Mon Sep 17 00:00:00 2001 From: Eric Torres Date: Sun, 10 Mar 2019 20:30:24 -0700 Subject: [PATCH] Minor edit, add emblem for python-black code formatter --- README.rst | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index b6a08c6..a4d348e 100644 --- a/README.rst +++ b/README.rst @@ -1,3 +1,6 @@ +.. image:: https://img.shields.io/badge/code%20style-black-000000.svg + :target: https://github.com/ambv/black + Packaging Scripts ================= @@ -5,7 +8,7 @@ The Scripts ----------- * addpkg - add a package to a repository and then automatically move its package tarfiles to that repository's respective cache directory * delpkg - remove a package from a repository by manipulating the db file, and then remove that respective package's tarballs in that repository's directory -* fqo ("Fuzzy pacman -Qo") - using fzf and mlocate, select a file and then pass that file to $(pacman -Qo) +* fqo ("fuzzy pacman -Qo") - using fzf and mlocate, select a file and then pass that file to $(pacman -Qo) addpkg ------