项目作者: bcongdon

项目描述 :
⛏ A CLI Emoji Picker
高级语言: Go
项目地址: git://github.com/bcongdon/ep.git
创建时间: 2018-08-30T23:20:12Z
项目社区:https://github.com/bcongdon/ep

开源协议:MIT License

下载


ep

⛏ Emoji Picker

ep is an emoji picker for the CLI.

Demo:

Installation

  1. go install github.com/bcongdon/ep

Via HomeBrew

  1. brew tap bcongdon/ep
  2. brew install ep

(Brew definition is at
bcongdon/homebrew-ep)

Usage

  1. Usage of ./ep:
  2. ./ep [QUERY]
  3. -noninteractive
  4. If set, doesn't display emoji picker -- instead just outputting the first selection for the provided query.
  5. -output string
  6. The output of ep. Choices: clipboard, stdout (default "clipboard")

Navigation can be done with the arrow keys. Pressing Enter copies the selected
emoji to the clipboard.

Examples

  • ep - Opens the default emoji picker.
  • ep wink - Opens the default emoji picker with the query “wink” already
    entered
  • ep -noninteractive wink - Copies the first search result for “wink” to the
    clipboard
  • ep -noninteractive -output=stdout wink - Outputs the first search result for
    “wink” to stdout

Troubleshooting

  • If you see blank squares in the emoji grid, these emojis cannot be rendered by
    your terminal’s font.

Acknowledgements

Emoji list sourced from emojilib

Prior Art