google books

  • Created by Dameck
  • 🗓 Last Updated: 20/09/18 16:41:17
  • 🌟 Stars on GitHub: 2
  • Please consider supporting the creator by Starring or Sponsoring them on GitHub!
  • Get Source Code

From their README

alfred-google-books Build Status

Alfred 3 workflow to search for Google Books on https://books.google.com/

Install

$ npm install --global alfred-google-books

Requires Node.js 4+ and the Alfred Powerpack.

Why you downloading book cover pictures?

Because Alfred3 doesn't support URLs in the icon displayed in the result row.

Only three kinds of icon are supported. You can pass the path to an actual image file, e.g.

"icon":{"path":"./icon.png"}

you can pass the path to a file whose icon you'd like to use, e.g.

"icon":{"path":"/Applications/Safari.app", "type":"fileicon"}

to show Safari's icon, or you can pass a file type in the form of a UTI, e.g.

"icon":{"path":"public.folder", "type":"filetype"}

to show the standard folder icon.

Usage

In Alfred, type gb, Enter, and your query.

License

MIT © Damian Framke

Contributions and feedback are welcome and encouraged!