sven / emote-cli
Unicode-character based emotes from the command line ⊂(◉‿◉)つ
Requires
- php: ^7.0
- symfony/console: ^3.2
This package is auto-updated.
Last update: 2024-11-05 19:05:27 UTC
README
Emote Cli
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.