All Projects → watilde → Emoji Cli

watilde / Emoji Cli

Licence: mit
Emoji searcher

Programming Languages

javascript
184084 projects - #8 most used programming language

Labels

Projects that are alternatives of or similar to Emoji Cli

Vue Emoji
An emoji component for vue2.0
Stars: ✭ 39 (-42.65%)
Mutual labels:  emoji
Emoji Art Generator
Use a genetic algorithm to evolve an image by putting emojies on a canvas
Stars: ✭ 53 (-22.06%)
Mutual labels:  emoji
Emoji Regex
A regular expression to match all Emoji-only symbols as per the Unicode Standard.
Stars: ✭ 1,134 (+1567.65%)
Mutual labels:  emoji
Twemoji Color Font
Twitter Unicode 13 emoji color OpenType-SVG font for Linux/MacOS/Windows
Stars: ✭ 1,006 (+1379.41%)
Mutual labels:  emoji
Code Review Emoji Guide
An emoji legend to help convey intention and added meaning in code review comments.
Stars: ✭ 52 (-23.53%)
Mutual labels:  emoji
Unicode Proposals
Proposals for new characters to encode and canonic character sequences to register
Stars: ✭ 55 (-19.12%)
Mutual labels:  emoji
Emotion Ratings
😠 😞 😑 😊 😍 This plugin allows you to create ratings using emojis
Stars: ✭ 37 (-45.59%)
Mutual labels:  emoji
Ideogram
Insert emoji anywhere in elementary OS, even in non-native apps
Stars: ✭ 68 (+0%)
Mutual labels:  emoji
Weird Json
A collection of strange encoded JSONs. For connoisseurs.
Stars: ✭ 53 (-22.06%)
Mutual labels:  emoji
Normalize country
Convert country names and codes to a standard.
Stars: ✭ 60 (-11.76%)
Mutual labels:  emoji
Superbadges
Emoji Tab Bar button badges ✨
Stars: ✭ 47 (-30.88%)
Mutual labels:  emoji
Emojitaco
Alfred Emoji Script with Taco and other unicode 9 emoji
Stars: ✭ 51 (-25%)
Mutual labels:  emoji
Gitmoji Commit Hook
Start the commit message with an applicable emoji
Stars: ✭ 58 (-14.71%)
Mutual labels:  emoji
Fliplog
fluent logging with verbose insight, colors, tables, emoji, filtering, spinners, progress bars, timestamps, capturing, stack traces, tracking, presets, & more...
Stars: ✭ 41 (-39.71%)
Mutual labels:  emoji
Country Code Emoji
convert country codes (ISO 3166-1 alpha-2) to corresponding emoji flags (unicode regional indicator symbols)
Stars: ✭ 65 (-4.41%)
Mutual labels:  emoji
Unicode Tr51
Emoji data extracted from Unicode Technical Report #51.
Stars: ✭ 38 (-44.12%)
Mutual labels:  emoji
Awesome Emoji Picker
Add-on/WebExtension that provides a modern emoji picker that you can use to find and copy/insert emoji into the active web page.
Stars: ✭ 54 (-20.59%)
Mutual labels:  emoji
Codefont
60余种常用的等宽字体 愉快的code吧 欢迎issues我 收录更多字体 Happy code bar with more than 60 common fonts of equal width. Welcome issues. I include more fonts.
Stars: ✭ 68 (+0%)
Mutual labels:  emoji
Emojis List
Complete list of standard emojis.
Stars: ✭ 65 (-4.41%)
Mutual labels:  emoji
Mojilist
🛍 Create shopping lists with emojis!
Stars: ✭ 60 (-11.76%)
Mutual labels:  emoji

emoji-cli Build Status

Emoji searcher

install

via npm

$ npm install -g emoji-cli

usage

See emoji -h

Usage: emoji <keywords>

Options:

  -h, --help     output usage information
  -V, --version  output the version number
  -f, --fuzzy    use fuzzy search
  -r, --random   pick a emoji randomly and copy it to clipboard

screenshots

One result emoji

Multiple results emojis

Pick a emoji randomly random emoji

Emoji not found emoji not found

api

Basic usage. Checkout the test/ folder for require('emoji-cli') examples.

var emoji = require('emoji-cli')

// callback ------------------------------------------+
// options ---------------------------+               |
// keywords -------+                  |               |
// method -+       |                  |               |
//         v       v                  v               v
    emoji.search(['face', 'smile'], {random: true}, function (err, emoji) {
      console.log(emoji)
    })

emoji.search(keywords, options, callback)

  • keywords {Array} Arguments to emoji command
  • options {Object} Can be random: true, or fuzzy: true
  • callback {Function} To receive results

License

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].