dots

Dotfiles for Linux
git clone https://git.ckiri.com/cmk/dots.git
Log | Files | Refs | README

emojipicker.sh (123B)


      1 #!/bin/sh
      2 #
      3 # Pick emojis interactively.
      4 
      5 cat $HOME/.cache/emojilist \
      6 	| wmenu -l 20 \
      7 	| cut -d ' ' -f 2 \
      8 	| wl-copy -n