Skip to content

Instantly share code, notes, and snippets.

View redraw's full-sized avatar

Agustin Bacigalup V redraw

  • 22:01 (UTC -03:00)
View GitHub Profile
#!/bin/bash
# brew install xbar jq
# pip install astro-cli
PATH=$PATH:/usr/local/bin
ASTRO=$(pyenv which astro)
$ASTRO --date "a week ago" -f json moon phases | jq -r "first | .emoji"
echo "---"
echo "phases | size=10"