Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

ksylvestre

macrumors newbie
Original poster
Dec 4, 2023
4
3
Hello All

I'm developing a cross-platform application and I'm looking for feedback from macOS users. With this application, you can search for text within files and for filenames themselves. It has been in development for a few months and now it's ready for public beta. There is a free demo for macOS in the provided link, the minimum system supported is OS X Mavericks 10.9. The demo is a universal binary so it is compatible with both arm and intel based systems

link to demo
 

Attachments

  • preview.png
    preview.png
    118.9 KB · Views: 117

Basic75

macrumors 68020
May 17, 2011
2,049
2,400
Europe
Can this do anything that grep, find, mdfind and friends can't do in a shell with a couple of pipes? Does the use of imgui increase the processor load?
 

ksylvestre

macrumors newbie
Original poster
Dec 4, 2023
4
3
Incremental searching of pattern text, i.e. restarting the search as soon as new text is entered. You can provide an editor command with $filepath, $line, and $column replacement strings so you can jump to a match via left clicking a row. This program is also NFD aware when it comes to filename matching. There is a processor cost associated with imgui but the majority of time is spent waiting for the next frame.
 
  • Like
Reactions: Basic75

ksylvestre

macrumors newbie
Original poster
Dec 4, 2023
4
3
Released version 0.13.0, key features for macOS:

  • signed and notarized software builds
  • added context option: show lines above/below matches
  • switched demo to dmg format
 

Attachments

  • Screenshot 2024-07-16 at 5.21.59 PM.png
    Screenshot 2024-07-16 at 5.21.59 PM.png
    538.7 KB · Views: 30

gilby101

macrumors 68030
Mar 17, 2010
2,832
1,582
Tasmania
I'm developing a cross-platform application and I'm looking for feedback from macOS users. With this application, you can search for text within files and for filenames themselves.
My view:

The big value of this is it being cross-platform. And there will be those (e.g. linux developers) who value that.

But I suspect it will not make much headway with Mac only users. Most are satisfied by Spotlight, but those that want some thing different are well provided for by Find Any File (which can do RegEx searches on name and content and is lightning fast), along with utilities which use the Spotlight index (HoudahSpot, Alfred, etc.). Also Mac search tools use Quick Look to display file content which includes displaying the content of speciality file types as well as plain text content.
 

ksylvestre

macrumors newbie
Original poster
Dec 4, 2023
4
3
My view:

The big value of this is it being cross-platform. And there will be those (e.g. linux developers) who value that.

But I suspect it will not make much headway with Mac only users. Most are satisfied by Spotlight, but those that want some thing different are well provided for by Find Any File (which can do RegEx searches on name and content and is lightning fast), along with utilities which use the Spotlight index (HoudahSpot, Alfred, etc.). Also Mac search tools use Quick Look to display file content which includes displaying the content of speciality file types as well as plain text content.
They definitely have the full text search market covered, hopefully I can attract the more niche developer crowd for searching plaintext files
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.