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
Sometimes I want to do an ambitious search or search/replace but I get a bunch of junk files I don't want to touch, like a CHANGELOG.md or a package-lock.json.
It would be nice to add an argument to ambs/ambr to ignore these files, e.g.
The current workarounds I've been using are grep -v and trying to manually select 'no' on the replace query for the files I don't want to replace text inside. I can assure you, this is a very error prone process 😅
The text was updated successfully, but these errors were encountered:
Use case:
Sometimes I want to do an ambitious search or search/replace but I get a bunch of junk files I don't want to touch, like a CHANGELOG.md or a package-lock.json.
It would be nice to add an argument to ambs/ambr to ignore these files, e.g.
and
ambr --ignore-file '*-lock.json' fromString toString
The current workarounds I've been using are grep -v and trying to manually select 'no' on the replace query for the files I don't want to replace text inside. I can assure you, this is a very error prone process 😅
The text was updated successfully, but these errors were encountered: