Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pochemuto/alfred-help-workflow
Helps to remember workflow keywords
https://github.com/pochemuto/alfred-help-workflow
alfred alfred-workflow alfred3-workflow
Last synced: 3 months ago
JSON representation
Helps to remember workflow keywords
- Host: GitHub
- URL: https://github.com/pochemuto/alfred-help-workflow
- Owner: pochemuto
- Created: 2015-08-23T11:56:56.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2019-12-16T09:21:19.000Z (almost 5 years ago)
- Last Synced: 2024-05-02T14:43:25.817Z (6 months ago)
- Topics: alfred, alfred-workflow, alfred3-workflow
- Language: Python
- Size: 280 KB
- Stars: 72
- Watchers: 2
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-starred-test - pochemuto/alfred-help-workflow - Helps to remember workflow keywords (Python)
- alfred-workflows - Alfred Keywords - Search through Alfred workflow keywords. (Meta)
README
Alfred Keywords
--------------------[Latest Release](https://github.com/pochemuto/alfred-help-workflow/releases/latest)
[![Build Status](https://travis-ci.org/pochemuto/alfred-help-workflow.svg?branch=master)](https://travis-ci.org/pochemuto/alfred-help-workflow)
Usually, advanced by Alfred have many workflows. Some of them need to use very often, but when you need it is not easy to remember keyword. Alfred had to open the settings or google. At this point, breaks down magic Alfred.
This workflow helps you remember the keyword. Just enter `?` And the name of the action and you will see a list of available actions.
Find action with url:
![find action with url](https://pochemuto.github.io/alfred-help-workflow/images/ss-url.png)
How to convert date:
![action to convert date](https://pochemuto.github.io/alfred-help-workflow/images/ss-convert-date.png)
## Development
- install [poetry](https://python-poetry.org/)
- run `poetry run python install.py --build`. It will produce folders with workflows in `build` folder and packaged versions in `build/dist`