> python sync_alfred.py
Alternatively, you can also import the favicons (low resolution)
> python sync_alfred.py -i
| #!/bin/sh | |
| html5lib() { | |
| yes | pip uninstall html5lib | |
| echo "########## HTML5LIB $1 ##########" | |
| pip install "html5lib==$1" | |
| } | |
| bs4() { | |
| yes | pip uninstall beautifulsoup4 |