Fabian Winter

Results 207 comments of Fabian Winter

I'll close this issue for now. Please re-open if you have a good source for them. Or open a PR 😉

There is already a way to add your own characters of any kind, and I already linked [the relevant readme section](https://github.com/fdw/rofimoji#custom-character-files-and-descriptions). If you have questions about it, please ask them...

Then please describe your issue! In your original post, you just asked > Could you add lenny faces, or at least possibility to plug your own emotes? and I answered...

The problem seems to be exactly what I said: The file you linked still separates characters from descriptions with tabs, not spaces. Additionally, the one you used in the video...

As I said, it's not just about parsing the file, but also about the communication with `rofi`. Even if I add escaping for spaces, that would be visible in `rofi`....

I've finally tried to use a real csv format for the data files, which would be the first step to enable characters with spaces. However, the performance is much worse...

Hey, that's a very valid point, thank you! I haven't looked too deeply into the PR yet, but do I read it right that there is no limit anymore in...

The way I read it (and please correct me if I'm wrong), it's now hashing the whole character set and using that as a filename. I think the general idea...

Thanks for the test regarding performance 🙂 That does help. The other problem I have with hashing the characters is that at least the distributed data files are updated more...

Hey, I'm sorry I vanished there; I never meant to ghost you! I just had a lot of other things to do. But I'm still interested in the PR. Just...