Skip to content

m9810223/emojiPy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

17 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

emojiPy


Install

  • (recommended) Download & Install
    wget https://raw.githubusercontent.com/m9810223/emojiPy/master/emojiPy \
        -O /tmp/emojiPy && chmod +x $_ && cp $_ /usr/local/bin
  • or Clone & Build & Install
    git clone https://github.com/m9810223/emojiPy emojiPy && cd $_
    make
    cp emojiPy /usr/local/bin

Speed Comparison

Save 99.43% of time.

cat test.gitlog | time emojify > /dev/null
# emojify > /dev/null  3.45s user 1.06s system 98% cpu 4.586 total

cat test.gitlog | time emojiPy > /dev/null
# emojiPy > /dev/null  0.02s user 0.00s system 94% cpu 0.026 total

Alias for git log

alias glol="git log --graph --pretty='%Cred%h%Creset -%C(auto)%d%Creset %s %Cgreen(%ar) %C(bold blue)<%an>%Creset' --color | emojiPy | less"

CLI

Faster πŸš€ Python 🐍 emojify πŸ€—

Usage:  emojiPy [OPTIONS] [INPUT]

Options:
    -l, --list     List all emojies.
    -r, --random   Print a random emoji.

About

An emoji tool. Faster πŸš€ Python 🐍 emojify πŸ€—

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published