Skip to content

Small python script to mass search and replace text recursively within a file system

License

Notifications You must be signed in to change notification settings

wtraceyv/infile-refactor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

infile-refactor

Now in GUI form!

Really good for rectifying resource paths in Godot scripts. Run with python3, don't know about compatibility with anything earlier.

Usage

To install, just run git clone https://github.com/wtraceyv/infile-refactor.git and use the included .py files.

To use, run

python3 refactor-gui.py

or

python3 refactor-cmd.py

For the cmd version, it will search the directory it is in, or you can supply a root directory like

python3 refactor.py ../git/project.

Dependencies

This is not compiled to anything for an OS, you must have python3 and pyside6 via pip for the gui.


gui cmd

About

Small python script to mass search and replace text recursively within a file system

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages