Updating readme
Signed-off-by: Ivan Boothe <ivan@rootwork.org>
This commit is contained in:
parent
3e31914eae
commit
28e84f3df2
27
README.md
Normal file
27
README.md
Normal file
|
@ -0,0 +1,27 @@
|
|||
# ulauncher-symbol
|
||||
|
||||
A [Ulauncher](https://ulauncher.io/) extension for searching Unicode and ASCII characters and copying them to the clipboard. Dark mode friendly.
|
||||
|
||||
<kbd>Enter</kbd> to copy the symbol itself.
|
||||
|
||||
<kbd>Alt+Enter</kbd> 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.)
|
||||
|
||||

|
||||
|
||||
## 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](https://github.com/zensoup/ulauncher-unicode) to add HTML entities, dark mode theming, fewer false positives in results, and an updated Unicode list.
|
||||
|
||||
## License
|
||||
|
||||
GPLv3. See [LICENCE](LICENCE).
|
36
README.rst
36
README.rst
|
@ -1,36 +0,0 @@
|
|||
ulauncher-unicode
|
||||
-----------------
|
||||
|
||||
A `Ulauncher`_ extension for searching unicode characters and copying them to the clipboard.
|
||||
|
||||
|
||||
Demo
|
||||
====
|
||||
|
||||
.. image:: ulauncher-unicode-demo.gif
|
||||
|
||||
|
||||
Installation
|
||||
============
|
||||
|
||||
Open ulauncher, go to ``preferences > extensions > Add extension`` and paste the project's URL: ``https://github.com/zensoup/ulauncher-unicode``
|
||||
|
||||
|
||||
Usage
|
||||
=====
|
||||
|
||||
You can search for characters using their name or description, block names or the characters themselves.
|
||||
|
||||
The character list is automatically generated from https://www.unicode.org
|
||||
|
||||
|
||||
Checklist
|
||||
=========
|
||||
|
||||
|
||||
|
||||
☐ Add support for character combinations like skin tones, flags and combined emojis using alt+enter.
|
||||
|
||||
|
||||
|
||||
.. _Ulauncher: https://ulauncher.io/
|
Loading…
Reference in a new issue