Closed Seirdy closed 4 years ago
Sounds good as long as it's not too complex (judging from that link, it works similar to dmenu/rofi by just filtering stdin?) If it does turn out to be very complex it's probably best off in its own repo, as I'll be the one who will have to maintain it (and I don't know anything about fzf) :-)
It just filters stdin, so in brief
#!/bin/sh
uni -q emoji "${*:-all}" | fzf | cut -d' ' -f1
Looks good! Send a patch and I'll merge it.
Adding an integration to FZF could make this tool replace emoji-fzf. I'm up for implementing this and opening a PR after exams finish.