Skip to content

Instantly share code, notes, and snippets.

@rogeruiz
Created June 17, 2021 14:12
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/e38a92a9a6583b57f307be5aa66334f2 to your computer and use it in GitHub Desktop.
Save rogeruiz/e38a92a9a6583b57f307be5aa66334f2 to your computer and use it in GitHub Desktop.
Get all Tick timer names
tickName() {
tick list | \
rg -o "\[\s[a-z-]+\s\]" | \
sort | \
uniq | \
sd '\[\s|\s\]' ''
}
alias tick-names=tickName
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment