Skip to content

Instantly share code, notes, and snippets.

@andscoop
Last active September 30, 2018 22:42
Show Gist options
  • Save andscoop/4fccb6014bec2d8fc5e681e23d97941c to your computer and use it in GitHub Desktop.
Save andscoop/4fccb6014bec2d8fc5e681e23d97941c to your computer and use it in GitHub Desktop.
One line shell script using ripgrep to scrape all dev directories for all TODO.md files
###############################
### TODO shortcuts
export TD_PATH=""
alias td="rg -n -g 'TODO.md' '\- \[\]' $TD_PATH
###############################
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment