Rummage icon
Rummage icon

Rummage

 1 like

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 etc.

Rummage - Search Tab

License model

  • FreeOpen Source

Platforms

  • Mac
  • Windows
  • Linux
  No rating
1 like
1comment
0 news articles

Features

Suggest and vote on features
  1.  Support for regular expressions
  2.  Search and Replace

Rummage News & Activities

Highlights All activities

Recent activities

No activities found.
Show all activities

Rummage information

  • Developed by

    Isaac Muse
  • Licensing

    Open Source (MIT) and Free product.
  • Written in

  • Alternatives

    26 alternatives listed
  • Supported Languages

    • English

GitHub repository

  •  79 Stars
  •  9 Forks
  •  8 Open Issues
  •   Updated Dec 17, 2024 
View on GitHub

Popular alternatives

View all

Our users have written 1 comments and reviews about Rummage, and it has gotten 1 likes

Rummage was added to AlternativeTo by greenitsolution on Apr 26, 2017 and this page was last updated Jan 27, 2021.

Comments and Reviews

   
 Post comment/review
greenitsolution
CommentApr 26, 2017

Best grepWin alternative tool for Windows, Linux & Mac OS.

0

What is 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.

Official Links