Page 1 of 1

grepWin - search and replace

Posted: Wed Mar 16, 2011 12:58 pm
by Gunner
[Moderator note: this thread was split from the Windows GREP thread.]

---

How about a freeware version like this one: grepWin... been using it for a long time. Works on Win7 and has a 64 bit version..
http://tools.tortoisesvn.net/... never tested for portable... don't have a thumb drive...but it is open source so easy to check....

Re: Windows GREP

Posted: Thu Mar 17, 2011 6:32 am
by webfork
Gunner wrote:How about a freeware version like this one: grepWin... been using it for a long time. Works on Win7 and has a 64 bit version..
http://tools.tortoisesvn.net/... never tested for portable... don't have a thumb drive...but it is open source so easy to check....
Yeah, that looks really good. I'll check that one out as well.

Re: Windows GREP

Posted: Sun Jan 22, 2012 4:02 am
by lautrepay
Gunner wrote:How about a freeware version like this one: grepWin... been using it for a long time. Works on Win7 and has a 64 bit version..
http://tools.tortoisesvn.net/... never tested for portable... don't have a thumb drive...but it is open source so easy to check....
http://code.google.com/p/grepwin/wiki/c ... parameters
Command line parameters for grepWin

parameter | description
...
/portable | stores ini settings file in the same directory as the one in which grepwin.exe resides

Re: Windows GREP

Posted: Sun Feb 12, 2012 9:54 am
by guinness
I tested GrepWin suggested by lautrepay with the commandline parameter /portable and when I opened and closed it didn't save any settings, but then when I search for something it saved history in HKCU\Software\grepWin.

Tested: Not Portable

Re: Windows GREP

Posted: Wed May 08, 2013 4:52 am
by joby_toss
Issue confirmed. Author notified.

Am I too late? :)

Re: Windows GREP

Posted: Wed May 08, 2013 5:58 am
by guinness
joby_toss wrote:Am I too late? :)
Not at all :mrgreen:

Re: Windows GREP

Posted: Tue May 14, 2013 4:04 pm
by Ascend4nt
Thanks guys for making me aware of another good program =)

There's a portable version of grepWin at PortableApps.com, in case anyone hasn't seen it.

Works pretty nicely - I just used it to get rid of all that extra data that Firefox tacks onto internet shortcuts. I wish there was an option to not include icon paths when creating them. (and those paths include your logon name!)

This is the RegEx I used for deleting that, btw (file name filter: *.url):

Code: Select all

IDList=\v+HotKey=\d+\v+IconFile=C:\\.*\v+IconIndex=\d+\v+

Re: grepWin

Posted: Sun Oct 27, 2013 12:55 pm
by Midas
@Ruby: So sorry, my mistake (I checked http://busybox.net/downloads/) current is v1.21.1, but v1.20.2 is there -- I was only looking at the tail...
http://busybox.net/ wrote:http://busybox.net/]2 July 2012 -- BusyBox 1.20.2
EDIT: contrary to Windows GREP, which is shareware, free OSS grepWin (referred by Gunner at viewtopic.php?p=32122#p32122) is mostly portable if (always!) run with the /portable command line parameter -- it still saves some settings (window position) to 'HKCU\Software\grepWin'...

grepWin is currently v1.6.3.546 (2013/10/27 build date), available in 32 and 64 bit variants from the homepage at http://stefanstools.sourceforge.net/grepWin.html.

Image


@webfork: present topic should probably be moved to 'Resources and Links' or the like... :)

Re: grepWin

Posted: Tue Jun 24, 2014 8:06 am
by Midas
grepWin is currently v1.6.5 (changelog not found, download at http://sourceforge.net/projects/stefans ... s/grepWin/)

Re: grepWin

Posted: Fri Jun 12, 2015 5:12 am
by Midas
grepWin is currently v1.6.9(.612, released 2015-06-09; changelog not found, download from http://sourceforge.net/projects/grepwin/files/1.6.9/).

There are now portable versions with both 32 and 64-bits executables that appear to be completely stealth -- settings are saved to (a mostly empty) 'grepwin.ini' file in program folder, and I didn't find the the previously reported registry entry at 'HKCU\Software\grepWin'. In the interest of running the adequate bitness version, you could use the following config for a yaP launcher:

Code: Select all

; configuration file for yaP v0.6.5.293B (http://rolandtoth.hu/yaP/)
; application name: grepWin
; version: v1.6.9.612
; website: http://stefanstools.sourceforge.net/grepWin.html

[GENERAL]
application = grepWin32.main :: grepWin64.main
; commandline = 
; workdir = 

[BEFORE]
nowait = 1
[...]
Please note that download of both portable versions and renaming each one -- to 'grepWin32.main' and 'grepWin64.main' -- is required for this launcher configuration to work.

Image


Having compressed said executables with UPX and mpress, respectively, my whole portable grepWin folder is thus less than 1MB... :mrgreen:

Re: Windows GREP

Posted: Fri Jun 12, 2015 5:25 pm
by TP109
Windows XP not supported. See here: http://stefanstools.sourceforge.net/grepWin.html.

Re: Windows GREP

Posted: Mon Jul 03, 2017 9:56 am
by Midas
grepWin portable(?) v1.7.0 released (no changelog; download is at https://sourceforge.net/projects/grepwin/files/).

Portability info (also at http://stefanstools.sourceforge.net/grepWin_cmd.html):
https://sourceforge.net/p/grepwin/wiki/commandlineparameters/ wrote:/portable -- stores ini settings file in the same directory as the one in which 'grepwin.exe' resides.

grepWin

Posted: Sun Apr 15, 2018 5:44 am
by smaragdus
It seems that grepWin has completely switched from SourceForge to GitHub, the latest version (1.7.2.730) is available for download only from GitHub.

Links
Website
Project - SourceForge
Project - GitHub
Download - SourceForge
Download - GitHub
Command line parameters
Tickets - SourceForge
Issues - GitHub
Publisher - SourceForge
Publisher - GitHub
Publisher

Latest version - 1.7.2 (1.7.2.730 - released on 2018-03-30), there is no change log.

Parameter

Code: Select all

grepWin.exe /portable
still works.

Re: grepWin - search and replace

Posted: Sat Jul 25, 2020 11:55 am
by webfork
As noted in a Notepad3 post, there is a new search-and-replace tool that's based off grepWin called "grepWinNP3."

As yet, I don't see a substantial difference between the two programs, though I get the sense that grepWinNP3 has a few more features/filters but is still in beta (I saw a few minor issues in testing).

Re: grepWin - search and replace

Posted: Mon Sep 26, 2022 9:31 am
by Midas
Topic update: grepWin current release is v2.0.11 (changes and downloads at https://github.com/stefankueng/grepWin/releases/).