vertbyqb 14bf629847 Add list of plugins in README.md and added help documentation in recipes.py | 3 years ago | |
---|---|---|
plugins | 3 years ago | |
LICENSE.md | 3 years ago | |
README.md | 3 years ago |
Plugins for FastLBRY
Copy plugins to $XDG_DATA_HOME/flbry/plugins
# All plugins
cp plugins/* $XDG_DATA_HOME/flbry/plugins/
# Specific plugin
cp plugins/pandoc.py $XDG_DATA_HOME/flbry/plugins/
# Create a hard link (updates the file along with git)
ln plugins/pandoc.py $XDG_DATA_HOME/flbry/plugins/pandoc.py
If $XDG_DATA_HOME
is not defined replace it with $HOME/.local/share
. Create the directories as needed
See the FastLBRY documentation for more information.
pandoc
command in flbry.url.getrecipes
command in main for viewing trending recipesrecipe_search
command in main for searching for recipes