citadel

My dotfiles, scripts and nix configs
git clone git://jb55.com/citadel
Log | Files | Refs | README | LICENSE

steamoji-only-code (114B)


      1 #!/usr/bin/env bash
      2 out=$(steamoji-code | tail -n1 | sed -E -n 's,.*([1-9]{6}),\1,p')
      3 xclip <<<"$out"
      4 echo "$out"