diff --git a/home/.local/bin/scripts/gh-notification b/home/.local/bin/scripts/gh-notification index 41d0bcf..2b8d57f 100755 --- a/home/.local/bin/scripts/gh-notification +++ b/home/.local/bin/scripts/gh-notification @@ -204,14 +204,36 @@ if [ "$total" -gt 0 ]; then # Parse out the data from given output lines issue_type="$(echo "$line" | awk '{print $4}' | sed 's/\x1b\[[0-9;]*m//g')" repo_id="$(echo "$line" | awk '{print $3}' | sed 's/\x1b\[[0-9;]*m//g')" - issue_id="$(echo "$line" | awk '{print $5}' | sed 's/\x1b\[[0-9;]*m//g' | cut -c2-)" - description="$(echo "$line" | awk '{for (i=6; i