An Alfred workflow to easily search Jisho.org, a powerful Japanese-English online dictionary. It uses the Jisho.org API to retrieve search results and instantly display them within Alfred's search results.
Usage
Search
Type ji
or じ
followed by the word you want to search for. Note that there
is a space after ji
and not after じ
.
As stated by Jisho.org, searches for English words can be surrounded with double quotes to prevent searching for the word as romaji.
e.g. ji "date"
would search for the English word "date" and ji date
would
search for "だて".
Open search result in browser
Press Enter
on a search result to open the result on Jisho.org.
Display large version of search result
Press CMD
+L
on a search result to display a large version of the kanji or kana. This is useful for looking at detailed kanji.
Update
Jisho Alfred Workflow checks for updates once a day during the first search. If an update is found, it will be downloaded automatically and ask to be applied.
To check for updates manually, enter ji workflow:update
in Alfred.
Credits
Forked from Jan Clarin's original workflow to use Python 3.
This workflow uses NorthIsUp's Alfred-Workflow library, licensed under The MIT License.
The icon is a recreation of the book above the Jisho.org logo.
Thank you to the people at Jisho.org for making a great service and an API.