https://github.com/ai0/alfred-gitmoji-workflow
π₯ A handy Alfred workflow to use gitmojis
https://github.com/ai0/alfred-gitmoji-workflow
alfred alfred-workflow emoji gitmoji
Last synced: about 1 year ago
JSON representation
π₯ A handy Alfred workflow to use gitmojis
- Host: GitHub
- URL: https://github.com/ai0/alfred-gitmoji-workflow
- Owner: ai0
- License: mit
- Created: 2017-12-18T23:12:44.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2020-12-16T02:28:43.000Z (over 5 years ago)
- Last Synced: 2023-08-17T08:39:01.845Z (over 2 years ago)
- Topics: alfred, alfred-workflow, emoji, gitmoji
- Language: Python
- Homepage:
- Size: 2.61 MB
- Stars: 28
- Watchers: 1
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## About
This simple [Alfred](https://www.alfredapp.com/) workflow lets you quick search and input [gitmoji](https://github.com/carloscuesta/gitmoji).
## Install
### Manual
[Download](https://github.com/ai0/alfred-gitmoji-workflow/releases) and open file using Alfred.
### Packal
[Link](http://www.packal.org/workflow/gitmoji)
## Usage
`gitmoji` List all gitmojis
`gitmoji [keyword]` Search gitmoji use keyword
After you hit `Enterβ©` the selected gitmoji will be inputted to front most app. And you can also use `β + C` to just copy selected gitmoji.
## Configuration
The workflow is configured via the configuration sheet ([π]) in Alfred Preferences and via a couple of text files in its data directory.
### Configuration sheet
Basic configuration is performed in the configuration sheet:
| Option | Value | Description |
| --- | --- | --- |
| `GITMOJI_COPY_TYPE` | [code\|emoji] | The output type of gitmoji, `code` will return pure text like `:fire:`, and `emoji` will return unicode emoji. |
## Screenshot
## License
[MIT License](https://i.mit-license.org/)