Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

rory660/kaomoji-picker

Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
8 Commits
 
 
 
 
 
 

Repository files navigation

kaomoji-picker (◕‿◕)

A lightweight command-line tool for quickly selecting and copying kaomoji to your clipboard, organized by mood. ٩(◕‿◕。)۶

Features (^▽^)

  • 100 kaomojis organized by mood
  • Two-stage selection: pick a mood, then pick a kaomoji
  • Interactive terminal UI powered by gum
  • Instant clipboard copying
  • Fetches kaomoji data from remote source (or local with -l flag)

Prerequisites (´・ω・`)?

  • gum - Terminal UI toolkit
  • jq - JSON processor
  • curl
  • macOS (uses pbcopy for clipboard)

Installing dependencies (macOS) (∩^o^)⊃━☆

brew install gum jq curl

Usage ᕕ( ᐛ )ᕗ

./kaomoji.sh           # fetch from GitHub
./kaomoji.sh -l        # use local kaomojis.json
./kaomoji.sh --local   # use local kaomojis.json

First, select a mood:

$ ./kaomoji.sh
Pick a mood:
> happy
  sad
  angry
  love
  surprised
  confused
  cool
  silly
  excited
  neutral

Then select a kaomoji from that mood:

Pick a kaomoji:
> (◕‿◕)
  (。◕‿◕。)
  (ᵔ◡ᵔ)
  (≧◡≦)
  (•‿•)
  ヽ(´▽`)/
  (^▽^)
  (◠‿◠)
  (☆▽☆)
  (✿◠‿◠)

The selected kaomoji is copied to your clipboard.

Available Moods (ノ◕ヮ◕)ノ*:・゚✧

Mood Count Examples
happy 10 (◕‿◕) (≧◡≦) ヽ(´▽)/`
sad 10 (ಥ﹏ಥ) (╥_╥) (T_T)
angry 10 (╯°□°)╯︵ ┻━┻ ಠ_ಠ (ง'̀-'́)ง
love 10 (づ。◕‿‿◕。)づ (♡°▽°♡) (。♥‿♥。)
surprised 10 (⊙_⊙) (°ロ°) `Σ(°△°
confused 10 ¯\_(ツ)_/¯ (・・?) ლ(ಠ_ಠლ)
cool 10 (⌐■_■) ( ͡° ͜ʖ ͡°) ᕕ( ᐛ )ᕗ
silly 10 ʕ•ᴥ•ʔ (ノ◕ヮ◕)ノ*:・゚✧ (~˘▾˘)~
excited 10 \(★ω★)/ ٩(◕‿◕。)۶ (∩^o^)⊃━☆
neutral 10 (´・ω・) ( ̄ω ̄) (-_-) zzZ`

Adding Kaomojis (⌐■_■)

Edit kaomojis.json to add more entries:

[
  {"kaomoji": "(◕‿◕)", "mood": "happy"},
  {"kaomoji": "(ಥ﹏ಥ)", "mood": "sad"}
]

About

٩(◕‿◕。)۶ Instantly copy kaomojis to your clipboard (⌐■_■)

Topics

Resources

Stars

Watchers

Forks

Contributors

Languages

Morty Proxy This is a proxified and sanitized view of the page, visit original site.