small pixel drawing of a pufferfish dotfiles

bin/jira-fuzzel

1 2 3 4 5 6 7 8 9
#!/bin/sh
#
# this script launches fuzzel, takes a jira
# ticket, and opens it

# upcase because jira wants that i guess
jira_id=$(printf "" | fuzzel -d | tr '[a-z]' '[A-Z]')

xdg-open "https://jira.internal.digitalocean.com/browse/$jira_id"