Annotate READMEs with BeautifulSoup dependencies

This commit is contained in:
James Lu 2018-12-03 17:33:52 -08:00
parent e6065fe451
commit a80a19564c
4 changed files with 6 additions and 2 deletions

View File

@ -1,4 +1,4 @@
Provides an interface to DuckDuckGo's web search. Provides an interface to DuckDuckGo's web search. This plugin requires the [Beautiful Soup 4](http://www.crummy.com/software/BeautifulSoup/bs4/doc/) Python module.
#### Example #### Example

View File

@ -8,6 +8,8 @@ Fetches package information from the repositories of various \*nix distributions
- Linux Mint - Linux Mint
- Ubuntu - Ubuntu
This plugin requires the [Beautiful Soup 4](http://www.crummy.com/software/BeautifulSoup/bs4/doc/) Python module.
### Package information ### Package information
**Synopsis**: `pkg <distro/release name> <package name> [--depends] [--source]` **Synopsis**: `pkg <distro/release name> <package name> [--depends] [--source]`

View File

@ -47,6 +47,7 @@ Most of these plugins also have their own READMEs in their folders; you can usua
##### FML ##### FML
- Displays random entries from fmylife.com. - Displays random entries from fmylife.com.
- **Requires:** [Beautiful Soup 4](http://www.crummy.com/software/BeautifulSoup/bs4/doc/)
##### Isup ##### Isup
- Provides a simple command to check whether a website is up or down (using [isup.me](http://isup.me)). - Provides a simple command to check whether a website is up or down (using [isup.me](http://isup.me)).
@ -81,6 +82,7 @@ Most of these plugins also have their own READMEs in their folders; you can usua
##### RhymeZone ##### RhymeZone
- Fetches rhymes from http://rhymezone.com/. - Fetches rhymes from http://rhymezone.com/.
- **Requires:** [Beautiful Soup 4](http://www.crummy.com/software/BeautifulSoup/bs4/doc/)
##### SedRegex ##### SedRegex
- History replacer using sed-style expressions. Fork of [t3chguy's Replacer plugin](https://github.com/t3chguy/Limnoria-Plugins/tree/master/Replacer). - History replacer using sed-style expressions. Fork of [t3chguy's Replacer plugin](https://github.com/t3chguy/Limnoria-Plugins/tree/master/Replacer).

View File

@ -1 +1 @@
Fetches rhymes from http://rhymezone.com/. Fetches rhymes from http://rhymezone.com/. This plugin requires the [Beautiful Soup 4](http://www.crummy.com/software/BeautifulSoup/bs4/doc/) Python module.