Rummage

Rummage
软件
软件描述
Rummage 是一个跨平台工具,用于遍历目录并在文本文件中进行搜索和替换。它使用 Python 编写,并采用 wxPython 实现图形用户界面。Rummage 支持字面量或正则表达式搜索,并提供配置选项以限制文件等条件。
官方网站
访问软件的官方网站了解更多信息
facelessuser.github.io
什么是 Rummage?
Rummage is a cross platform tool for crawling directories and searching and replacing in text files. It is written in Python and uses wxPython for the GUI. Rummage allows for literal or regex searches and has configurations for limiting the files that are searched. Rummage was inspired by the tool we use in windows called grepWin. I wanted a similar tool in OSX and Linux, but I found none that I liked... So I wrote Rummage. The look and feel is obviously loosely based off of GrepWin. It is written in Python; therefore, it will be slower on searches than it would be if the searching were written in C. If you specify an encoding when searching large projects, it should perform quite reasonably as it won't have to guess the encoding of files. On small projects, encoding guessing isn't too bad, but chardet (which is what Rummage uses to guess encoding), just is not the fastest. Though I still use grepWin on Windows, Rummage can come in handy as it you can use the fantastic regex search engine and do interesting things like fuzzy searching which grepWin cannot do. Rummage can also dump its results to either CSV or HTML which is sometimes nice as well.