https://github.com/fbjorn/wiki-dictionary-workflow
Alfred workflow for making dictionary lookup 🎩 📚
https://github.com/fbjorn/wiki-dictionary-workflow
alfred alfred-workflow alfred3-workflow wikitionary
Last synced: 8 months ago
JSON representation
Alfred workflow for making dictionary lookup 🎩 📚
- Host: GitHub
- URL: https://github.com/fbjorn/wiki-dictionary-workflow
- Owner: fbjorn
- License: mit
- Created: 2021-01-06T14:31:38.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-01-06T21:00:17.000Z (over 4 years ago)
- Last Synced: 2024-12-28T11:13:53.812Z (9 months ago)
- Topics: alfred, alfred-workflow, alfred3-workflow, wikitionary
- Language: Python
- Homepage:
- Size: 1.16 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
### Installation
[Download](https://github.com/fbjorn/wiki-dictionary-workflow/releases/) Alfred workflow and open it
### Usage
Invoke Alfred and type `d ` (`d` stands for Dictionary). Hit enter to see full definition
For now, it works only for Russian words and phrases.
Examples:


### Local development
```bash
make
```It will create a `wiki-dictionary-workflow` folder in your default Alfred
installation and add all required source files as symlinks.Then just open Alfred on Workflows tab, and you'll find it.
---
Made with [Alfred-Workflow](https://github.com/deanishe/alfred-workflow)
Bootstrapped from
[alfred-python-template](https://github.com/fbjorn/alfred-python-template)