Skip to content

clarencecastillo/alfred-powerthesaurus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Powerthesaurus Search for Alfred

Search for synonyms and antonyms on Powerthesaurus.org from Alfred 4.

Installation

Get Power Thesaurus for Alfred from GitHub or Packal.

Usage

Primary commands:

  • pows <word> — Search Power Thesaurus for synonyms of <word>.
  • powa <word> — Search Power Thesaurus for antonyms of <word>.

For both primary commands:

  • or ⌘+C — Copy highlighted entry to the clipboard
  • ⌘+L — Show full query in Alfred's Large Text window
  • ⌘+↩ — Open highlighted entry in browser
  • SHIFT — Preview highlighted entry's page using quicklook

Results

Resulting synonyms or antonyms will be sequentially listed according to user rating.

Development

Use the init.sh script to install the required dependencies inside the src folder. When you're ready to test or export, copy the entire src folder to the existing workflow directory.

Releases

When preparing a new release, don't forget to:

  1. Bump version file
  2. Update user-agent version inside src/api.py (hopefully the devs will appreciate this)
  3. Update the exported workflow following the format Powerthesaurus-x.x.x.alfredworkflow

Licensing

This workflow is released under the MIT Licence.

By using this workflow, you acknowledge, understand and signify your agreement to Power Thesaurus Website's terms and conditions, and privacy statement.

Acknowledgements

Big shoutout to the heroes that made Power Thesaurus possible. Help keep the platform free for everyone by giving your support.

It is heavily based on deanishe's Alfred-Workflow, also MIT-licensed.