From fffc1e8cd196e0e40d4ab50a296806329aa4c976 Mon Sep 17 00:00:00 2001 From: etorres4 Date: Thu, 17 Mar 2022 23:25:55 -0700 Subject: [PATCH] Add reference to pug2 script in README --- README.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.rst b/README.rst index fc2bbce..7a79ab4 100644 --- a/README.rst +++ b/README.rst @@ -9,6 +9,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) +* pug2 - upload a gist of explicitly installed pacman packages addpkg ^^^^^^ @@ -25,6 +26,11 @@ fqo * Given a query, pass to locate and then pass the results to fzf * Select a file and then pass that file to pacman -Qo +pug2 +^^^^ +* Automatically update a gist containing explicitly installed pacman packages on the system +* Script inspired by ventto/pug + Implementation Notes -------------------- * All code internally uses pathlib for path handling