sven/emote-cli

Unicode-character based emotes from the command line ⊂(◉‿◉)つ

1.1.0 2017-05-25 21:13 UTC

This package is auto-updated.

Last update: 2024-04-05 17:53:27 UTC


README

emote-cli

Emote Cli

Latest Version on Packagist Total Downloads Software License Code Climate StyleCI

Emotes at your fingertips! ᕕ( ᐛ )ᕗ See all the emotes available in this package here.

The emotes were found here. If you want to add your favorite emote, just add it to emotes.json and send a pull request!

Installation

Via composer:

$ composer global require sven/emote-cli

Ensure Composer's global bin directory is included in your path. This directory is located at ~/.composer/vendor/bin on macOS / Linux, and at %APPDATA%/Composer/vendor/bin on Windows.

Usage

Fetch an emote by its name:

$ emote get cute
(。◕‿◕。)

Copy it to your clipboard immediately:

$ emote get cute | clip

Note: This is an OS-dependent feature, and there are several options available per OS. It just outputs the emote to stdout, which should be enough information for people familiar with the command line to figure it out.

Contributing

All contributions (pull requests, issues and feature requests) are welcome. Make sure to read through the CONTRIBUTING.md first, though. See the contributors page for all contributors.

License

sven/emote-cli is licensed under the MIT License (MIT). Please see the license file for more information.