Releases
v.1.1.0
Compare
Sorry, something went wrong.
No results found
mecab
released this
27 Mar 17:19
Add format specifiers.
%s -- Extracted to synonym. It is the part after than ≊ of the NAME column in the emoji full list.
%S -- %s with leading ≊ (i.e., same as ≊ %s). This print nothing if synonym is not available.
Add conditional format specifier. These are useful when you want to put characters if the fields, which could be empty, are available
%?s(<foo>) -- Extracted to <foo> if has synonym. Othewise print nothing.
%?g(<foo>) -- Extracted to <foo> if has gfm. Othewise print nothing.
[Breaking change] Default formatting is changed to %C %n %S%?s( )(%c) - %a%?g( )%G
synonym is added with lead by ≊ if available.
Removed trailing space for the emojis which does not have gfm field.
[Breaking change] the formatting for -f all is changed to %c\t%C\t%n\t%s\t%y\t%d\t%a\t%G
Fourth column is changed to synonym. Following fields are shifted.
You can’t perform that action at this time.