Skip to content

v.1.1.0

Choose a tag to compare

@mecab mecab released this 27 Mar 17:19
· 6 commits to master since this release
  • 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.