dotfiles/.dotfiles/docs/khal.md

196 B

Khal

Get only next event

# -df "": Show empty day headers
# grep -v "^ ": remove all-day events
# head -n 1: Get only the first item
khal list now -df "" | grep -v "^ " | head -n 1