You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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.Could amber support something like this?
The text was updated successfully, but these errors were encountered: