0.1.2 • Published 4 years ago

emojier v0.1.2

Weekly downloads
72
License
MIT
Repository
github
Last release
4 years ago

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

0.1.2

4 years ago

0.1.0

4 years ago

0.1.1

4 years ago

0.0.1

4 years ago

0.0.0

4 years ago