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.