From b0fa34b063c695063c2cfb810faa69505dc14245 Mon Sep 17 00:00:00 2001 From: dtb Date: Thu, 3 Nov 2022 01:18:02 -0400 Subject: [PATCH] pig doctor --- rss/pig.md | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 rss/pig.md diff --git a/rss/pig.md b/rss/pig.md new file mode 100644 index 0000000..4b986dd --- /dev/null +++ b/rss/pig.md @@ -0,0 +1,37 @@ +# pig\_birth + +Initializes the pig. + +# pig\_feed + +Refreshes all the feed in the pigpen. + +# pig\_fetch + +Fetches the feed for the pigpen. + +Not intended to be called on its own. + +# pig\_latin + +Prints internal pig details for a given feed file. + +# pig\_name + +Prints the file name for a given pig feed. + +# pig\_pen + +Prints the location of the pigpen, which houses all stowed pig feed. + +A given feed will be stored as `"$(pig_pen)/$(pig_name)`. + +# pig\_recall + +Prints the contents of a given feed URL. + +If the URL isn't already stowed, stows it before printing. + +# pig\_stow + +Stows fetched feed in the pigpen.