mirror of
https://github.com/jlu5/SupyPlugins.git
synced 2025-04-26 04:51:08 -05:00
Annotate READMEs with BeautifulSoup dependencies
This commit is contained in:
parent
e6065fe451
commit
a80a19564c
@ -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
|
||||
|
||||
|
@ -8,6 +8,8 @@ Fetches package information from the repositories of various \*nix distributions
|
||||
- Linux Mint
|
||||
- Ubuntu
|
||||
|
||||
This plugin requires the [Beautiful Soup 4](http://www.crummy.com/software/BeautifulSoup/bs4/doc/) Python module.
|
||||
|
||||
### Package information
|
||||
|
||||
**Synopsis**: `pkg <distro/release name> <package name> [--depends] [--source]`
|
||||
|
@ -47,6 +47,7 @@ Most of these plugins also have their own READMEs in their folders; you can usua
|
||||
|
||||
##### FML
|
||||
- Displays random entries from fmylife.com.
|
||||
- **Requires:** [Beautiful Soup 4](http://www.crummy.com/software/BeautifulSoup/bs4/doc/)
|
||||
|
||||
##### Isup
|
||||
- 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
|
||||
- Fetches rhymes from http://rhymezone.com/.
|
||||
- **Requires:** [Beautiful Soup 4](http://www.crummy.com/software/BeautifulSoup/bs4/doc/)
|
||||
|
||||
##### SedRegex
|
||||
- History replacer using sed-style expressions. Fork of [t3chguy's Replacer plugin](https://github.com/t3chguy/Limnoria-Plugins/tree/master/Replacer).
|
||||
|
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user