Skip to content

facelessuser/Rummage

Repository files navigation

Donate via PayPal Discord Build Coverage PyPI Version PyPI - Python Version License

Rummage

Rummage is a cross platform search and replace tool. Rummage crawls directories and searches for specified patterns (either regular expression or literal) and can optionally replace those targets with desired text.

Rummage is written in Python and is currently available on Python 3. Rummage by default uses Python's Re regular expression engine, but you can also use the fantastic, feature rich Regex search engine and do interesting things like fuzzy searching and more.

Screenshots

Rummage Search

Rummage Files

Rummage Content

Documentation

https://facelessuser.github.io/Rummage/

License

Rummage is released under the MIT license.