emojier
v0.1.2
Published
Put those d@m emojis on your writings
Downloads
3
Readme
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
- Edit
sublime_emojier.py
to set your paths tonode
andemojier
. - Place
sublime_emojier.py
in yourPackages/User
folder. - 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