colorful rat Ratfactor.com > Dave's Repos

faceclick

A lightweight Emoji picker popup library with labels and keyword search.
git clone http://ratfactor.com/repos/faceclick/faceclick.git

faceclick/data/customizer_golfed.jq

Download raw file: data/customizer_golfed.jq

1 map( 2 if 3 any( 4 (.label | test( 5 "^regional indicator", 6 "facing right", 7 "keycap:", 8 "family:", 9 "(person|(wo)?man):? ", 10 "^Japanese" 11 )), 12 .group == (2, 9), 13 .version > 13 14 ; .) 15 then empty 16 end | 17 {label, emoji, group, tags} 18 )