Skip to content

Instantly share code, notes, and snippets.

@rogeruiz
Created June 9, 2021 01:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rogeruiz/2388b885ba847685c15abb5003502883 to your computer and use it in GitHub Desktop.
Save rogeruiz/2388b885ba847685c15abb5003502883 to your computer and use it in GitHub Desktop.
Get Tick timers for today with an optional filter
tickDay() {
timerIs=$1
today=$(date +"%m-%d")
tick list | rg "${today}" | rg "${timerIs}"
}
alias tick-today=tickDay
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment