https://github.com/jonathanrocher/utils
Utilities for software development
https://github.com/jonathanrocher/utils
Last synced: 7 months ago
JSON representation
Utilities for software development
- Host: GitHub
- URL: https://github.com/jonathanrocher/utils
- Owner: jonathanrocher
- Created: 2011-08-01T21:21:44.000Z (almost 15 years ago)
- Default Branch: master
- Last Pushed: 2013-06-18T17:11:10.000Z (almost 13 years ago)
- Last Synced: 2024-12-27T03:41:38.849Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 112 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.txt
Awesome Lists containing this project
README
This folder contains a few utilities for dealing with files recursively
on the filesystem:
* multi_search_replace does a search and replace recusively in all the
files satisfying certain conditions (extension, name in an include list
or not in a exclude list)
* recursiv_remove removes all files satisfying the same type of
conditions.
This can (should?) be done using the safe mode, meaning that a new
folder is created as a copy of the one to be worked on.
The folder 'test_folder' is there for testing of these scripts.
For information or feature request, contact:
Jonathan Rocher