So I wanted to switch to scss #Sass from indented sass in a large #React project. I ran sass-convert recursively and then did a rm -r src/**/*.sass. However, I still had to change all of my file imports. #Emacs helm & the Silver Searcher to the rescue!
Silver Searcher (AG) is a regex friendly code searching program that works in several editors. I used it in conjunction with helm-do-ag-project-root to snipe all my sass import statements throughout my whole project. Check it out!
https://github.com/ggreer/the_silver_searcher
@trevdev I went through a progression of:
- ack looks awesome, forget grep.
- Ooh! Forget ack, ag is the best.
- Nah! ripgrep (rg) is THE best. Forget ag, ack, grep ;-)
https://github.com/BurntSushi/ripgrep