Awesome Coding Tools
Ripgrep
A good configuration for .ripgreprc
is listed below:
-glob
!{node_modules,*.har,*.map,*.spec.ts}
--ignore-case
--type-add
code:*.{js,ts,tsx}
--type-add
doc:*.{md}
Sample Search Queries
Many Paths. Follow Yours.
A good configuration for .ripgreprc
is listed below:
-glob
!{node_modules,*.har,*.map,*.spec.ts}
--ignore-case
--type-add
code:*.{js,ts,tsx}
--type-add
doc:*.{md}
Many Paths. Follow Yours.