rofimoji VS Conkey

Compare rofimoji vs Conkey and see what are their differences.

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
rofimoji Conkey
13 8
793 16
- -
7.5 6.2
4 days ago 6 months ago
Python Haskell
MIT License MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

rofimoji

Posts with mentions or reviews of rofimoji. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-02-14.
  • One of the joys of using Linux is learning and figuring things out. What have you learned lately that you'd like to share?
    3 projects | /r/linux | 14 Feb 2023
    I would assume that they just mean rofi which is an app launcher that can be configured to do a lot more than just that. It can work as an emoji picker, calculator, and other general menus
  • Thank you for five years of rofimoji!
    2 projects | /r/u_the_fdw | 6 Nov 2022
    Last week, I released version 6.0.0 with support for a new grid-like theme and some smaller stuff.
  • What's a good emoji picker?
    7 projects | /r/linux | 4 Nov 2022
    I use Rofimoji. It works on Wayland and Xorg.
  • Help with emoji script!!
    1 project | /r/i3wm | 19 Aug 2022
    you choose wrong subreddit, this doesnt have anything to do with i3, you can look at this github page, maybe it will help https://github.com/fdw/rofimoji
  • emocli is a command-line interface for emoji selection with gitmoji support
    7 projects | dev.to | 26 Jul 2021
    For these other emoji characters, one would typically need to turn to a helper application like the KDE Emoji Picker, the Gnome Emoji Selector, or a web browser with Emojipedia. There are also extensions for the rofi utility (rofi-emoji and rofimoji) which allow a lightweight solution for those not in full desktop environments.
  • How to run Python package from the command line / i3wm?
    1 project | /r/linuxquestions | 12 Jul 2021
    I'm trying to set up an emoji picker on top of my rofi install. I found this repository that has a python install option: https://github.com/fdw/rofimoji
  • Selecting calculations from history in rofi-calc
    1 project | /r/i3wm | 2 Jul 2021
    https://github.com/fdw/rofimoji see how they do this, you have to run some scripts over rofi. xdotool is what you are looking for i think.
  • Quick tip: easy rofi emoji picker for your i3 setup
    2 projects | /r/i3wm | 24 Jun 2021
    Well recently I found rofimoji and it does exactly what the Windows picker does, but better - it's got great aliases so you can look up what you want without knowing exactly its name, etc. Somehow it's even in the community repository.
  • Things I would love to see in kde plasma.
    4 projects | /r/kde | 18 Jun 2021
    Emoji: Windows 10 has the most robust emoji picker there is. It opens with meta+. similar to plasma but that's where the similarity ends. Windows emoji picker doesn't copy paste emoji, it writes to the open window. User can input as many emoji as they like without pressing ctrl+v every time. I have tried many alternatives, Emote, rofimoji,x11-emoji-picker. Among those x11-emoji-picker is closest to windows but has a lot of bugs. I have had system freezešŸ„¶šŸ„¶, no keyboard shortcut not working, frame dropsšŸ„“šŸ„“šŸ„“.
  • Ask HN: Tools you have made for yourself?
    97 projects | news.ycombinator.com | 12 Jun 2021
    That was several years ago, and now [rofimoji](https://github.com/fdw/rofimoji) can do all UTF-8 characters (and custom ones), works on Wayland and is packaged for some distros. I'm so happy how my tiny project turned out and how many people helped with PRs and issues.

    Professionally, I (and the whole team) lost track of our deployed artifacts, as we're not on a release schedule but also not really on continuous deployment. Mainly, we released when someone noticed that a release has been running stably on staging for a while.

Conkey

Posts with mentions or reviews of Conkey. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-12-12.
  • Ask HN: What apps have you created for your own use?
    212 projects | news.ycombinator.com | 12 Dec 2023
    Most of my programs were written for my own use, including:

    ā€¢ A keyboard layout to type numerous non-English letters, punctuation marks and mathematical symbols, originally for Windows but subsequently ported to Linux and Mac [https://github.com/bradrn/Conkey]

    ā€¢ A ā€˜sound change applierā€™ for my hobby of language construction, to simulate the process of historical sound change [https://bradrn.com/brassica/]

    ā€¢ A small browser extension to save the full text of all webpages I visit, and a local client to search the database [not open-sourced, apologies!]

    The first two have gained a few other users since being released, but Iā€™m pretty sure Iā€™m still the one who uses them the most!

  • I designed my own keyboard layout. Was it worth it?
    2 projects | news.ycombinator.com | 2 Nov 2023
    I made my own crossplatform multilingual layout [0]. Although itā€™s based on QWERTY, it shouldnā€™t be hard to remap the Linux and Mac versions to any other base layout, since theyā€™re autogenerated from the Windows version.

    [0] https://github.com/bradrn/Conkey

  • Ask HN: What are your ā€œscratch own itchā€ projects?
    34 projects | news.ycombinator.com | 13 Nov 2022
    The biggest one for me is undoubtedly my custom keyboard layout Conkey [0], which I use constantly (including for typing this very comment). I hate the way the base US layout tends to get distorted in other keyboard layouts with good support for non-ASCII characters, so Conkey had the explicit goal of retaining that basic unshifted layout. Iā€™ve also ended up porting Conkey to Mac and Linux ā€” and given that Iā€™m slowly switching from Windows to Linux, at least the Linux ports have ā€˜scratched my own itchā€™ too, which is nice.

    Also, I made a utility to archive the full text of every website I view and store it in a SQLite database for searching. Itā€™s proven pretty useful when I want to find something I saw a while ago and then forgot. (I havenā€™t attempted to open-source it, though ā€” it consists of three entirely separate components, two of which were a pain to set up. I must try to get it into a more usable state one of these days.)

    What elseā€¦ my sound change applier [1], perhaps? Not that I use it very much, because I only need it on those occasions when I want to do some conlanging, which I havenā€™t had much time for recently. Actually, sound change appliers strike me as being very much a ā€˜scratch own itchā€™ type of project in generalā€¦ sometimes it feels like every conlanger has written their own, and no two can agree on a nice design. Everyone just has their own unique preferred way of doing things.

    [0] https://github.com/bradrn/Conkey

    [1] https://github.com/bradrn/brassica

  • An accentuated Emacs experiment (Ć  la macOS)
    1 project | news.ycombinator.com | 30 Jul 2022
    For a ~50-year-old program, Emacsā€™s support for multilingual input ā€” and really, itā€™s all-round flexibility ā€” continually amazes me! For myself I prefer my own custom keyboard layout [0], because it works outside Emacs too, but Iā€™d happily use Emacsā€™s own input methods if that would be sufficient.

    (In fairness, I have found one weak spot, namely font supportā€¦ Iā€™ve used ā€˜unicode-fontsā€™ [1] with some success, but reportedly it doesnā€™t work with the latest Emacs. Ah well, itā€™s at least fairly rare that this becomes a problem in practice.)

    [0] https://github.com/bradrn/Conkey

    [1] https://github.com/rolandwalker/unicode-fonts

  • WinCompose ā€“ A Compose Key for Windows
    8 projects | news.ycombinator.com | 13 Aug 2021
  • A Mathematical Keyboard Layout (2018)
    10 projects | news.ycombinator.com | 4 Apr 2021
    To port my keyboard layout [0] to OSX, I used ā€˜osxkbā€™ [1], which outputs an OSX keyboard layout bundle given a simple textual specification file. It was originally created specifically to port Conkey to OSX, but should be entirely usable for other purposes as well.

    [0] https://github.com/bradrn/Conkey

  • The Design of Forms in Government Departments (1962)
    1 project | news.ycombinator.com | 21 Mar 2021
    > But instead, we're dealing with Latex - a language that overcomplicates the most basic features such as fonts, tables and special characters.

    I canā€™t really argue with the rest of your post, but in my experience this is incorrect. Fonts and special characters are both trivial if you use XeTeX, and tables, though slightly clumsy, are still pretty easy. As an example, see the documentation I wrote for https://github.com/bradrn/Conkey, which makes extremely heavy use of all three features. (As documentation for a keyboard layout, it uses characters from pretty much every corner of Unicode, and accompanying tables of many shapes and sizes to show how to type these characters; I needed to use Gentium in order to render all these characters, with Times New Roman as a fallback. I found that LaTeX could ably handle all of these complecations.)

What are some alternatives?

When comparing rofimoji and Conkey you can also consider the following projects:

rofi-emoji - Emoji selector plugin for Rofi

espanso - Cross-platform Text Expander written in Rust

ibus - Intelligent Input Bus for Linux/Unix

Scoop-Core - Shovel. Alternative, more advanced, and user-friendly implementation of windows command-line installer scoop.

noto-color-emoji-font - Color emoji SVGinOT font using Noto emoji, with multiple releases, such as Lollipop and Nougat. Linux/MacOS/Windows

ScienceNotes - Just a keyboard for science notes on a Mac

Parachute - Look at your windows and desktops from above.

9ime - Plan 9's unicode input method ported to windows

Emote - Emoji Picker for Linux written in GTK3

https-bot - Find http urls that can be safely replaced by https url