emojier

0.1.2 • Public • Published

Emojier

Put those d@m emojis on your writings

npm install --global emojier
cat writing.txt | emojier

check out available options.

Not-so Vim Integration

Open a text file, e.g., vim {filename}, and run

:%! emojier

Thanks stackexchange.

Kind-of Sublime Plugin

  1. Edit sublime_emojier.py to set your paths to node and emojier.
  2. Place sublime_emojier.py in your Packages/User folder.
  3. Run view.run_command('emojier') in the sublime console (accessible via Ctrl+~).
  4. Create key bindings
    { "keys": ["super+ctrl+e"], "command": "emojier" },
    { "keys": ["super+ctrl+r"], "command": "emojier", "args": {"args": ["-r"] }}
    
    and use them like a pro.

Acknowledgement

Readme

Keywords

none

Package Sidebar

Install

npm i emojier

Weekly Downloads

1

Version

0.1.2

License

MIT

Unpacked Size

4.04 kB

Total Files

6

Last publish

Collaborators

  • mjyc