Last active
September 30, 2018 22:42
-
-
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
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
############################### | |
### 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