Skip to content

Latest commit

 

History

History
44 lines (31 loc) · 827 Bytes

README.md

File metadata and controls

44 lines (31 loc) · 827 Bytes

unichoose is a simple Unicode character selector with Rofi and fzf frontends.

Getting started

Requirements,

  • rofi or fzf
  • go (setup only)
  • python3 (setup only)
  • curl (setup only)
  • make (setup only)
  • unzip (setup only)

Setup,

git clone https://github.com/c2nes/unichoose
cd unichoose
make

# Install somewhere in $PATH (optional)
sudo cp unichoose /usr/local/bin

Usage,

$ ./unichoose -h
usage: ./unichoose [options] [--] [rofi/fzf options...]

  -h     show this help
  -rofi  rofi mode (default)
  -fzf   fzf mode
  -n     suppress newline in output

# Try entering "smiling" and choose "smiling face with open mouth"
$ ./unichoose
😃

Screen shot,

Screenshot of unichoose