Skip to content

AlanRosenthal/emoji-fzf

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Code style: black Travis (.com) branch PyPI version PyPI pyversions License: MIT

emoji fzf

Small utility for manipulating emojis via fzf's --preview hook!

Depends on fzf being installed to the system (integrates via bash alias/ function rather than using fzf bindings or whatnot).

Use it

To use with fzf's preview browser, you'll need to install fzf, see instructions: https://github.com/junegunn/fzf#installation

pip install emoji-fzf

# if you aren't installing to a virtual env, you may need to add this to path
# (if it wasn't already) to access the tool
export PATH=$PATH:~/.local/bin

# add me to your ~/.bashrc or ~/.zshrc or whatnot
alias emoj="emoji-fzf preview | fzf --preview 'emoji-fzf get --name {1}' | cut -d \" \" -f 1 | emoji-fzf get"
# to copy to xclip system keyboard (on mac use pbcopy) after selecting
emoj | xclip -selection c

About

🕵emoji picker that pairs nicely with fzf --preview

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%