On Mac, Secure ShellFish widgets don't know about lifetime unlock or something... not sure
On Mac, Secure ShellFish widgets don't know about lifetime unlock or something... not sure
@scottaw A new Mac version is out and should fix the widget problem.
Please let me know if it still happens.
@scottaw I'm pretty happy with this one:
JSON=$(curl -s https://api.github.com/repos/libgit2/libgit2/pulls?per_page=1)
TITLE=$(echo $JSON | jq -r '.[0].title')
URL=$(echo $JSON | jq -r '.[0].html_url')
widget --target pr arrow.triangle.merge $URL '#0c0' "$TITLE"
that shows the latest pull request from a repository and opens that PR when tapped.