Find a file
Ivan Boothe 28e84f3df2 Updating readme
Signed-off-by: Ivan Boothe <ivan@rootwork.org>
2021-10-25 20:30:02 -07:00
images Changing description and image 2021-10-25 18:47:57 -07:00
.gitignore Added support for on-the-fly image creation 2019-05-07 16:01:31 +03:00
generate_character_list.py Changed the character block search algo to binary search 2019-05-17 14:02:46 +03:00
LICENCE Added Readme and Licence 2019-07-05 15:32:48 +03:00
main.py Increase minimum search score to prevent tons of false positives 2021-10-25 20:21:13 -07:00
manifest.json Shorten displayed help text 2021-10-25 20:12:10 -07:00
README.md Updating readme 2021-10-25 20:30:02 -07:00
ulauncher-unicode-demo.gif Added a demo gif 2019-07-05 15:33:21 +03:00
unicode_list.txt Updating unicode list 2021-10-25 19:52:39 -07:00
versions.json manifest.json for API version 2 and versions.json 2019-07-05 10:55:05 +03:00

ulauncher-symbol

A Ulauncher extension for searching Unicode and ASCII characters and copying them to the clipboard. Dark mode friendly.

Enter to copy the symbol itself.

Alt+Enter to copy the HTML entity (if it exists).

You can search for characters using their name or description, block names or the characters themselves.

Demonstration

(Image needs to be updated for this fork.)

Demonstration of ulauncher-symbol

Installation

Open Ulauncher, go to Preferences > Extensions > Add extension and paste the project's URL: https://github.com/rootwork/ulauncher-symbol.git

Source

Forked from zensoup/ulauncher-unicode to add HTML entities, dark mode theming, fewer false positives in results, and an updated Unicode list.

License

GPLv3. See LICENCE.