An open API service indexing awesome lists of open source software.

https://github.com/adamkiss/alfred-uni

Search Unicode database in Alfred
https://github.com/adamkiss/alfred-uni

alfred alfred-workflow unicode

Last synced: 5 days ago
JSON representation

Search Unicode database in Alfred

Awesome Lists containing this project

README

          

----

**Warning: I have now changed the command for this workflow to `UNI`, and will bring full uni syntax to it in the future. For a simple "search and copy/paste" workflow see, my [Alfred UTF search workflow](https://github.com/adamkiss/alfred-utf)**

----

# Alfred-uni

Simple workflow wrapping [Uni by Martin Tournoij](https://github.com/arp242/uni) for querying the Unicode database. Simple replacement of now (MacOS 13+) defunct python 2 UTF workflow.

## Installation

1. Download the workflow
2. Try to run it
3. In `Privacy & Security`, allow system to run the unsigned binary `uni`
4. Try to run it
5. In `Privacy & Security`, allow system to run the unsigned binary `jq`
6. ???
7. Profit

## Usage

- `uni` - Search for a Unicode character
- Default action: copy the character (e.g. `→`)
- `Cmd` - copy the HTML version (e.g. `→`)
- `Option` - copy the Unicode point for js/php/python/… (e.g. `\u2192`)
- `Ctrl` - copy the decimal value for whatever reason (e.g. `8594`)

## License

MIT License - see [LICENSE](./LICENSE)
© 2022 Adam Kiss, Uni is © 2022 Martin Tournoij