It would be very useful to be able to restrict the search/replace to certain filetypes. For example, say we want to switch to space indentation in our python files, but not javascript. ripgrep has a very handy --glob flag for this, e.g.
ambr --regex '\t' ' ' --glob '*.py'
Could amber support something like this?
It would be very useful to be able to restrict the search/replace to certain filetypes. For example, say we want to switch to space indentation in our python files, but not javascript.
ripgrephas a very handy--globflag for this, e.g.Could amber support something like this?