executor icon indicating copy to clipboard operation
executor copied to clipboard

Custom icon for each command

Open raujonas opened this issue 5 years ago • 2 comments

raujonas avatar Jan 04 '21 14:01 raujonas

Thanks for this extension! I love it. Maybe not a super custom command, but I can see an icon that I set as output of a command...

jacostag avatar Jun 05 '25 21:06 jacostag

I get pretty far by either

  • using emojis in outputs of commands, like pgrep pppd > /dev/null && echo 🔒️ or
  • using emojis in outputs of a previous echo , like echo "🐒 ";<do something else that produces an output>

leflamm avatar Sep 22 '25 10:09 leflamm