Joshua Levy
Joshua Levy
More things to consider including. Batching a bunch in this issue. Please add a comment here if you have other suggestions! (Will track and add credits, too.) - [ ]...
E.g. https://twitter.com/elisedopson/status/1304024471628640257
Expand this list! - [ ] Gumroad - [ ] Leanpub - [ ] Reedsy
Via one of the yq or similar tools.
Repren works on Mac and Linux. Currently no testing has been done on Windows. Would be great to have some help with this.
repren recurses into directories if they are supplied as arguments. This always makes sense for search/replace. One feature I've heard: If you're doing renames and not search/replace, you might want...
This is a big omission. Currently testing informally. Need some end-to-end automated test to cover lots of corner cases by doing some complex renames on a complex tree of files...
When using dry-run mode (`-n`), files won't be modified. However, if we are renaming entire paths, the implementation of transform_file() temporarily creates the parent paths of the new, rewritten path...