Kabouik
10e4b25a46
URL to rofiemoji-rofiunicode
4 місяці тому
Kabouik
00e22b1e47
Fix repository URLs after migration to teknik.io
4 місяці тому
kabouik
3caaac72cf
Mention number of unicode chars
4 місяці тому
Mathieu Laparie
83f71bf76a
README wording
4 місяці тому
Mathieu Laparie
27fb38438f
Update rofiemoji-rofunicode screenshot.
4 місяці тому
Mathieu Laparie
3ef32dd49a
Fix readme.
4 місяці тому
Mathieu Laparie
375e626582
Add a reference to rofiemoji-rofiunicode.
4 місяці тому
Kabouik
c419be88d5
Update readme.
4 місяці тому
Mathieu Laparie
dfc62ecb92
Update screenshot.
4 місяці тому
Mathieu Laparie
ca2512dd34
Change default text in search field.
4 місяці тому
Mathieu Laparie
3cfaf141ed
Update screenshot.
4 місяці тому
Mathieu Laparie
e0de8f2a8d
Small changes to Rofi window: remove the emoji from the search field, switch to 2 columns instead of 3.
4 місяці тому
Mathieu Laparie
1aa2a572e7
Small correction in unicode list.
4 місяці тому
Kabouik
ac6a430983
Update README.md
4 місяці тому
Mathieu Laparie
bd77cf4a64
Add screenshot.
4 місяці тому
Mathieu Laparie
b45a11dcb9
Updated readme.
4 місяці тому
Mathieu Laparie
0094fcb570
Edited readme.
4 місяці тому
Mathieu Laparie
cbada12977
Added unicode characters.
4 місяці тому
Fabian Winter
4cffa9f53d
Update readme's title
4 місяці тому
Fabian Winter
a7319d95c7
Support alternative emoji lists
Now that we have cli args, you can actually configure rofimoji easily.
This is quite nice :)
4 місяці тому
Fabian Winter
93b47bad40
Update screenshot
4 місяці тому
Fabian Winter
79057cb1a6
Format the annotations to be less obtrusive
4 місяці тому
Fabian Winter
d0487728af
Update screenshot
4 місяці тому
Fabian Winter
9a16f997e0
Update emojis to have annotations
This is cool 😁
Issue: #9
4 місяці тому
Fabian Winter
1785fb803e
Add annotations to emojis
The Unicode consortium publishes a list of official annotations for
emojis. We can use those to make them easier to find :)
Issue: #9
4 місяці тому
Fabian Winter
95dd7798a7
Fix order of human emojis
Hopefully, this will make diffs easier to read
4 місяці тому
Fabian Winter
cb4c9e9f0a
Add temp file to gitignore
4 місяці тому
Fabian Winter
913844c627
Update dependencies and emojis
4 місяці тому
Fabian Winter
d97c1953d2
Small fixes and style
4 місяці тому
Fabian Winter
a5e44f0042
Reorder the code
It's getting slightly unorganized and large...
4 місяці тому
Fabian Winter
68478fdc89
Pass through arguments to rofi
Now you cann pass arguments to rofi using the `--rofi-args` parameter.
Note that it must be string!
Issue: #19
4 місяці тому
Fabian Winter
d05949ebaa
Merge pull request #17 from The-Compiler/fix-skin-tone
Fix handling of --skin-tone
4 місяці тому
Fabian Winter
a7beeaa3bf
Merge pull request #18 from The-Compiler/patch-1
Fix readme typo
4 місяці тому
Florian Bruhin
0c2bc0a009
Fix readme typo
4 місяці тому
Florian Bruhin
462363d11a
Fix handling of --skin-tone
When nargs=1 is given to argparse, it creates a list with one item, which is why
the additional [0] was needed when reading the value.
However, default='ask' means that the default value was 'ask' rather than
['ask'], causing the skin tone to be set to 'a', resulting in:
Traceback (most recent call last):
File "/usr/bin/rofimoji", line 1905, in <module>
emojis = compile_chosen_emojis(stdout.splitlines(), args.skin_tone[0])
File "/usr/bin/rofimoji", line 1870, in compile_chosen_emojis
emoji = select_skin_tone(emoji, skin_tone)
File "/usr/bin/rofimoji", line 1756, in select_skin_tone
return selected_emoji + fitzpatrick_modifiers_reversed[skin_tone]
KeyError: 'a'
Instead, don't pass nargs to argparse at all - with the default nargs value, we
just get the value (or default) back, so we don't need the [0] anymore.
Fixes #16
4 місяці тому
Fabian Winter
0f81d64c41
Add default skin tone selection
While we're adding cli args, let's have one for skin tone so that you
don't have to choose the same one over and over again.
4 місяці тому
Fabian Winter
4a33d2ba68
Add alternative ways to insert emoji
First, the classical typing, our companion since v1.0
Secondly, the new "Copy to clipbard, paste and then restore the
clipoard" to work around Firefox's problems. However, as `Ctrl+v` does
not work with a console (and thus Vim), I changed it to use
`Shift+Insert`. Unfortunately, this copies from both clipboard and
primary depending on the application. To work around this (yay,
recursive workarounds), we just spam both with our emoji and restore
them later. What could go wrong?
Also, we now allow choosing a method using cli args or different
keybindings (`Alt+p` for copypasting, `Alt+t` for typing).
4 місяці тому
Fabian Winter
95013e3865
Merge pull request #15 from vyachkonovalov/master
Make emojis insertion work in Firefox and Telegram
Solves #7 (hopefully)
4 місяці тому
Vyacheslav Konovalov
5f150c90d4
use clipboard and Control+v to insert emojis
5 місяці тому
Vyacheslav Konovalov
33bc7f735f
use primary selection and middle mouse button to insert emojis
5 місяці тому
Fabian Winter
6574dd5cef
Merge pull request #14 from vyachkonovalov/master
Remove emoji insert timeout
5 місяці тому
Vyacheslav Konovalov
3aa8828247
remove emoji insert timeout
5 місяці тому
Fabian Winter
05811aa3c8
Merge pull request #12 from polyzen/patch-1
Fix note for multiselection
6 місяці тому
Daniel M. Capella
4b1fc227b3
Fix note for multiselection
https://github.com/davatorium/rofi/blame/1.5.2/doc/rofi.1.markdown#L805
6 місяці тому
Fabian Winter
bb590dcd3a
Add hint for AUR
Because `rofimoji` is not yet synced to the Manjaro repo, but some might
still want to install it.
6 місяці тому
Fabian Winter
1be0b35c74
Merge pull request #11 from polyzen/patch-1
readme: Touch up formatting
6 місяці тому
Daniel M. Capella
df012bbea9
readme: Touch up formatting
6 місяці тому
Fabian Winter
914b796194
Merge pull request #10 from polyzen/patch-1
readme: Package added to Arch Linux repos
6 місяці тому
Daniel M. Capella
1aa0eaeba9
readme: Package added to Arch Linux repos
Might as well mention only Arch as users of derivative distributions
should understand.
6 місяці тому
Fabian Winter
d7d723440d
Remove yaourt from readme
As @hashworks correctly points out, yaourt is deprecated. The current
solution should be future-proof ;)
Closes #8
9 місяці тому