0.1.2 • Published 6 years ago
emojier v0.1.2
Emojier
Put those d@m emojis on your writings
npm install --global emojier
cat writing.txt | emojiercheck out available options.
Not-so Vim Integration
Open a text file, e.g., vim {filename}, and run
:%! emojierThanks stackexchange.
Kind-of Sublime Plugin
- Edit sublime_emojier.pyto set your paths tonodeandemojier.
- Place sublime_emojier.pyin yourPackages/Userfolder.
- Run view.run_command('emojier')in the sublime console (accessible viaCtrl+~).
- Create key bindings
 and use them like a pro.{ "keys": ["super+ctrl+e"], "command": "emojier" }, { "keys": ["super+ctrl+r"], "command": "emojier", "args": {"args": ["-r"] }}
Acknowledgement
- nickswalker for inspiring me
- sindresorhus for creating emoj