executor
executor copied to clipboard
Custom icon for each command
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...
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>