repren icon indicating copy to clipboard operation
repren copied to clipboard

Rename anything

Results 20 repren issues
Sort by recently updated
recently updated
newest added

Hi, Thanks for all of the great work on this tool. I use it daily. Since python 2 was removed from homebrew, it's been a pain to keep using repren....

great code thanks is it possible randomly rename all variables in python file so have file from github and want to make it not recognizable for others?

`./bin/k2pdfopt_linux` is a binary file which should not be touched: ``` repren --dry-run --literal --from agC --to ag_c . Dry run: No files will be changed Using 1 patterns: 'agC'...

Support both or simply migrate to Python 3.

enhancement
help wanted

Hi, I can't seem to get the "--at-once" option working. My OS is "Linux Mint 17 Qiana". I'm not really sure what version of Python is being used. "python2.7 -V"...

For only replacing in files matching a filename pattern. e.g. ```bash $ ./repren --dry-run --literal --from map:for-each-entry --to map:for-each --include=.*\.xq[lm]? exist-backups/db ```

Hi there! the tool is really useful. I think it would be great if a simple config file would be supported where the settings are specified. also would be useful...

Hi there, great tool, really useful. From the documentation, it is implicitly deduced that the expressions may be regular expressions. It would be nice to know exactly what dialect of...

It is not clear from the documentation or from the --help page which mode is the default one. I'd suggest either adding this into --help page: ``` - repren: Multi-pattern...