├── .gitignore ├── LICENSE ├── README.md ├── icon.png ├── info.plist └── main.py /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpco/AlfredWorkflow-Calibre-Search/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpco/AlfredWorkflow-Calibre-Search/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpco/AlfredWorkflow-Calibre-Search/HEAD/README.md -------------------------------------------------------------------------------- /icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpco/AlfredWorkflow-Calibre-Search/HEAD/icon.png -------------------------------------------------------------------------------- /info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpco/AlfredWorkflow-Calibre-Search/HEAD/info.plist -------------------------------------------------------------------------------- /main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpco/AlfredWorkflow-Calibre-Search/HEAD/main.py --------------------------------------------------------------------------------