Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jeeftor/emojitaco
Alfred Emoji Script with Taco and other unicode 9 emoji
https://github.com/jeeftor/emojitaco
alfred emoji plugin
Last synced: about 1 month ago
JSON representation
Alfred Emoji Script with Taco and other unicode 9 emoji
- Host: GitHub
- URL: https://github.com/jeeftor/emojitaco
- Owner: jeeftor
- Created: 2016-09-09T15:31:30.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-08-02T14:38:44.000Z (over 2 years ago)
- Last Synced: 2023-08-04T11:54:20.347Z (over 1 year ago)
- Topics: alfred, emoji, plugin
- Language: Python
- Homepage:
- Size: 6.81 MB
- Stars: 80
- Watchers: 6
- Forks: 3
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[![Build Status](https://travis-ci.org/jeeftor/EmojiTaco.svg?branch=master)](https://travis-ci.org/jeeftor/EmojiTaco)
# Emoji Taco 🌮 (for python3 - Version 2.x)
[**Download the latest release**](https://github.com/jeeftor/EmojiTaco/releases)
## Python 3 Notes
* Notifications aren't currently working that I'm aware of - but this doesn't really impact users at all
* Code-base *might* be smaller than Python2 version
* Assumes you have a `python3` executable available### Unicode website
If you run in to trouble its possible the unicode website is down. You can check [here](https://downfor.io/unicode.org). _This was an issue 9/10 April 2020_
## About
This emoji workflow scrapes Unicode.org to pull down the latest set of EMOJI!!. On first run you **must** be connected to the Internet so that you can generate the initial Emoji set. As new emoji are released you should be able to re-generate to keep the plugin up to date.# To initialize the emoji set type
**init emoji** this will go to `unicode.org` and scrape the current emoji list. It parses the mega chart pulling out all Emoji that exist in the apple ecosystem.
# Emoji Searching
Use the **e** command to search for emoji.
![tac](docs/taco.png)You can use the `-` to exclude items from a search such as:
![](docs/complexsearch.png)
# Emoji Count
If there are more than 9 matches a dialog showing the emoji count will appear.
![](docs/ecount.png)### Commands
* alt/option (**⌥**) - Show Unicode Values
* cmd (**⌘**) - Show Python String
* ctrl (**⌃**) - Show Python String *decoded*
* shift (**⇧**) - Display the image in QuickLook# Non Apple-supported Emoji
There are emoji that are not supported on Apple devices and/or not supported on OSX but maybe exist in a beta version of iOS.
For example the Rainbow Flag emoji currently will render a pride flag on iOS but on OSX (at the time of this writing) it will render a while flag followed by a rainbow symbol 🏳️🌈️. You should still be able to use this and other emoji even if they render strangely on the current OS.
# Configuration Options
You can change the keyword in the settings of the workflow![](docs/settings.png)