Welcome Guest.   Make a donation to an author on the site November 21, 2009, 07:03:33 AM  *

Please login or register.
Or did you miss your validation email?


Login with username and password (forgot your password?)
Why not become a lifetime supporting member of the site with a one-time donation of any amount? Your donation entitles you to a ton of additional benefits, including access to exclusive discounts and downloads, the ability to enter monthly free software drawings, and a single non-expiring license key for all of our programs.


You must sign up here before you can post and access some areas of the site. Registration is totally free and confidential.
 
Learn about the DonationCoder.com microdonation system (DonationCredits).
   
   Forum Home   Thread Marks Chat! Downloads Search Login Register  
Pages: [1] 2 3 4 5 6 7   Go Down
  Print  
Author Topic: Locate 3.0 - great *FAST* HD search tool!  (Read 53275 times)
brotherS
Master of Good Ideas
Honorary Member
**
Posts: 1,927


To make a difference, be different.

View Profile WWW Read user's biography. Give some DonationCredits to this forum member
« on: November 01, 2005, 09:17:18 AM »

Check out http://fileforum.betanews...etail/Locate/1044509669/1 (if you want to install the latest beta you need to install the latest full version from the Locate homepage (listed there too) before you install the beta)

Publisher's Description:
Locate saves names of all files in your hard drives to file database. After that you can locate files. This program works like updatedb and locate in Unix systems. Win32 based locating program also included.


Is that the perfect replacement for Windows' Win+f search? It is!  Kiss

Only needing ~5 seconds (yes, that includes typing your search) to find a file? Great!!

I tested Locate waaaay back and didn't look at it again for a long time - it's unbelievable how great it works now; and it only uses 2 MB RAM! This is how Locate could look for you (the great (and free!) FastStone Image Viewer is in the background):




By clicking the Presets button (or using its keyboard shortcut, which I prefer) a menu pops up, showing you the searches you already saved, and allowing you to remove and add presets. Presets are very helpful for those searches that you are using again and again. A preset could include filenames, extensions, size limits... you name it. Very helpful!




This is the latest settings window - you can now set the first two "Locate dialog" settings to always have Locate running in the tray when you hit ESC or click the close button - then just press Windows+f to have it pop up again - very handy:




Here you see the Database settings. A Database could be one partition or just one or three directories - you decide! You could also exclude certain paths. It's very easy to create several databases with include and exclude options. Clicking on one and clicking "Edit" will get you to the details:




In the Auto update settings you can choose when which database is supposed to be updated - for example, you can set one not-so-interesting database to be only updated once a day (should you really need an up to date database you can just right-click the tray icon, indexing is quite fast) and another one every hour - splitting them up saves time in this case:




What I also like about Locate is that I can set it to close to the tray when I hit ESC. I'm using AutoHotkey to start it (bring it back from tray) instead of Windows' own search when I press Win+F, and I use Shift+Win+F to run a second instance of Locate when I need it:

[copy or print]
#Persistent
#f::
IfExist,C:\Programme\Locate
  run, C:\Programme\Locate\Locate32.exe
return


#Persistent
#+f::
IfExist,C:\Programme\Locate
  run, C:\Programme\Locate\Locate32.exe -i
return


Update: Searches like *URL.txt;*lol*.jpg work in the latest beta now!

Update: I asked "how to set Locate to 'activate' the first found file when the search is done (like in the Windows search) or maybe even already when the first file is found." - thanks to the nice coder this features has been added!

[edit by mouser: please upload pictures instead of linking to them!]



* locate.jpg (73.82 KB, 580x515 - viewed 391 times.)
« Last Edit: February 24, 2008, 06:47:40 AM by brotherS » Logged

"I learned long ago, never to wrestle with a pig. You get dirty, and besides, the pig likes it." -- George Bernard Shaw

"The cost of education is nothing, compared to the price of ignorance." -- Dan Pena
Carol Haynes
Waffles for England (patent pending)
Global Moderator
*****
Posts: 5,841



see users location on a map View Profile WWW Give some DonationCredits to this forum member
« Reply #1 on: November 01, 2005, 10:13:55 AM »

Looks interesting - could it be used as a backend for find and run (rather than GDS) ???

By the way the homepage location for this is http://locate32.webhop.org/ which also has a daily builds section ... no source code unfortunately ...
« Last Edit: November 01, 2005, 10:15:55 AM by CarolHaynes » Logged

Things I like to do ... PlayOutdoors.co.uk ... Lairdswood.com ... and I support
m_s
Charter Member
***
Posts: 428


View Profile Give some DonationCredits to this forum member
« Reply #2 on: November 01, 2005, 10:56:42 AM »

I have used Mythicsoft's Agent Ransack for a few years, and found it to be very good.  Recently upgraded to their FileLocatorPro, and I am incubating a mini-review of that, which I'll hopefully have up in a few weeks' time.  Thanks for pointer to Locate, which I'm trying now...
Logged
Veign
Charter Honorary Member
***
Posts: 861



plarker chris see users location on a map View Profile WWW Give some DonationCredits to this forum member
« Reply #3 on: November 01, 2005, 12:26:47 PM »

Give Seeker a try and tell me what you think..

It does not create index files but is an active search and replace tool. 

Features:
    * Search for files based on a file name mask, multiple file extensions, date restriction, or size restriction
    * Replace text inside of files
    * Command line parameter support
    * Regular expression support
    * Preview all search results in a convienent highlight view mode (from detailed or structure report mode)
    * Powerful reporting with four different modes

I use this tool all the time for doing mass find and replace in website I design.  Also good for locating code quickly in web dev projects. 

A new version will be worked on next year that will introduce special file handlers to search inside of proprietary files with their native search tools (like Word and Excel documents).
Logged

Edvard
Coding Snacks Author
Charter Honorary Member
***
Posts: 1,319



View Profile Give some DonationCredits to this forum member
« Reply #4 on: November 01, 2005, 01:31:39 PM »

Since experimenting with replacement shells, I have been on a hunt for file finder apps for a long time. I am familiar with the Unix thingummys, I'll give Locate 3.0 a try. If you like the Unix way of doing things, you might also try the tools from the CygWin Project and pipe your Locate through Grep to get multiple 'hits'. On the other hand, things I have found so far as useful replacements for file finding:

the ever-venerable Agent Ransack
http://www.mythicsoft.com/agentransack/

newcomer ScanDir (and current favorite...)
http://www.skybird.net/ScanDir/

supposed-to-be-really-cool-but-never-worked-for-me XFind (from the makers of power tool X-Setup)
http://www.xteq.com/products/xfnd/

$.02

Logged

Want moar lightsabers? -> Moar Lightsabers PLZ!!

All children left unattended will be given a mocha and a puppy.
mouser
First Author
Administrator
*****
Posts: 21,839



plarker mouser see users location on a map View Profile WWW Read user's biography. Give some DonationCredits to this forum member
« Reply #5 on: November 01, 2005, 01:41:29 PM »

speaking of agent ransack, we may have a few copies to give away this month of it's bigger non-free brother, FileLocator Pro:
http://www.mythicsoft.com/flpro/default.aspx
Logged
mouser
First Author
Administrator
*****
Posts: 21,839



plarker mouser see users location on a map View Profile WWW Read user's biography. Give some DonationCredits to this forum member
« Reply #6 on: November 01, 2005, 01:42:39 PM »

never heard of scandir before - looks like its worth a try..

i couldn't use x-find if it still looks like this: http://www.xteq.com/products/xfnd/xfnd.jpg
Logged
Edvard
Coding Snacks Author
Charter Honorary Member
***
Posts: 1,319



View Profile Give some DonationCredits to this forum member
« Reply #7 on: November 01, 2005, 02:24:24 PM »

Hehe
It does. Grin ScanDir is much nicer...
http://www.skybird.net/ScanDir/scd08.png
Logged

Want moar lightsabers? -> Moar Lightsabers PLZ!!

All children left unattended will be given a mocha and a puppy.
CGA
Charter Member
***
Posts: 29

View Profile Give some DonationCredits to this forum member
« Reply #8 on: November 02, 2005, 04:47:49 AM »

Check out http://fileforum.betanews...etail/Locate/1044509669/1

Publisher's Description:
Locate saves names of all files in your hard drives to file database. After that you can locate files. This program works like updatedb and locate in Unix systems. Win32 based locating program also included.


If you install the 3.0 Beta make sure to install the full 2.99 version first (read the readme in the archive you download).

Is that the perfect replacement for Windows' Win+f search? It looks that way!

I didn't test Locate for a long time and it's unbelievable how great it works now! cheesy

Lots of new options too, I just didn't yet find out

a) how to do searches like *URL.txt;*lol*.jpg (to search for several files in one single search) like they are possible in the Windows search.

b) how to set Locate to 'activate' the first found file when the search is done (like in the Windows search) or maybe even already when the first file is found.

Anyone knows?


I suggest You contact the author, jmhuttun@uku.fi. He usually responds quickly to your questions.
Logged
brotherS
Master of Good Ideas
Honorary Member
**
Posts: 1,927


To make a difference, be different.

View Profile WWW Read user's biography. Give some DonationCredits to this forum member
« Reply #9 on: November 06, 2005, 05:41:26 AM »

He did cheesy

(Also bumping the topic here, check the images in my first post!)
Logged

"I learned long ago, never to wrestle with a pig. You get dirty, and besides, the pig likes it." -- George Bernard Shaw

"The cost of education is nothing, compared to the price of ignorance." -- Dan Pena
Zero3K
Charter Member
***
Posts: 147


View Profile Give some DonationCredits to this forum member
« Reply #10 on: November 08, 2005, 09:29:39 AM »

The latest build now supports searching for multiple files at the same time (ex: *.tmp;*.bak).
« Last Edit: November 08, 2005, 09:31:11 AM by Zero3K » Logged
dpierron
Charter Honorary Member
***
Posts: 29


see users location on a map View Profile WWW Give some DonationCredits to this forum member
« Reply #11 on: November 11, 2005, 08:21:40 AM »

Very interesting software here, specially this 'Locate' thingie...
However, I'm wondering why nobody mentionned the excellent Total Commander (http://www.ghisler.com/) with its almighty all-powerful search feature ?
It's one of the few shareware I actually bought  Cool
David.
http://www.davidsoft.org
Logged

http://davidsoft.free.fr --- De l'influence du ciel bleu sur le moral des motocyclistes
http://gallery.me.com/david.pierron --- Photos
brotherS
Master of Good Ideas
Honorary Member
**
Posts: 1,927


To make a difference, be different.

View Profile WWW Read user's biography. Give some DonationCredits to this forum member
« Reply #12 on: November 11, 2005, 08:38:23 AM »

Very interesting software here, specially this 'Locate' thingie...
Hi there! You need to test way more stuff, especially mouser's Screenshot Captor and skrommel's Coding Snacks on this very site!

Quote
However, I'm wondering why nobody mentionned the excellent Total Commander (http://www.ghisler.com/) with its almighty all-powerful search feature ?
It's one of the few shareware I actually bought  Cool
Then you should consider donating a few bucks here to enjoy this LOAD of great programs! smiley Makes forum usage more fun too btw!

I tried Total Commander once but didn't really like the look and feel of it.
Logged

"I learned long ago, never to wrestle with a pig. You get dirty, and besides, the pig likes it." -- George Bernard Shaw

"The cost of education is nothing, compared to the price of ignorance." -- Dan Pena
Innuendo
Charter Member
***
Posts: 908

View Profile Give some DonationCredits to this forum member
« Reply #13 on: November 11, 2005, 12:58:36 PM »

Total Commander is truly the one ring that rules them all. With more plugins than ya can shake a stick at one would be hard-pressed to find anything it cannot do. It's got a mass-rename feature that cannot be beat, IMHO.

It's old school, however. Based on the powerful, but venerable Norton Commander it's for those of us who were weaned on DOS & if a mouse was ever spotted next to our computers we knew it was time to set out traps.  Cool

Icons, menus, and toolbars can all be custom-crafted to taste. All hotkeys are changeable. It supports skinning by programs such as WindowBlinds & StyleXP. Its looks can be changed to suit one's fancy.

Logged
mouser
First Author
Administrator
*****
Posts: 21,839



plarker mouser see users location on a map View Profile WWW Read user's biography. Give some DonationCredits to this forum member
« Reply #14 on: November 11, 2005, 03:35:49 PM »

Total Commander seems to be one of those apps that people love or cannot stand using.  No doubt it is super powerful. The interface seems to suit some people and rub others the wrong way.
Logged
Edvard
Coding Snacks Author
Charter Honorary Member
***
Posts: 1,319



View Profile Give some DonationCredits to this forum member
« Reply #15 on: November 11, 2005, 03:43:42 PM »

Funny thing, whenever I'm in windows-land I can't stand flat, text based interfaces. When in Linux (Slackware, natch...) using KDE or XFCE, I reach for Midnight Commander every time. Go figure.
Logged

Want moar lightsabers? -> Moar Lightsabers PLZ!!

All children left unattended will be given a mocha and a puppy.
brotherS
Master of Good Ideas
Honorary Member
**
Posts: 1,927


To make a difference, be different.

View Profile WWW Read user's biography. Give some DonationCredits to this forum member
« Reply #16 on: November 12, 2005, 12:29:59 AM »

It's old school, however. Based on the powerful, but venerable Norton Commander it's for those of us who were weaned on DOS & if a mouse was ever spotted next to our computers we knew it was time to set out traps.  Cool
cheesy

I'm using keyboard only whereever possible, but still prefer programs with a nice UI, that don't look like coded in 1992 Wink

Quote
Icons, menus, and toolbars can all be custom-crafted to taste. All hotkeys are changeable. It supports skinning by programs such as WindowBlinds & StyleXP. Its looks can be changed to suit one's fancy.
I use Windows 2000 Pro (don't like XP that much) and don't want to use WindowBlinds. So there's no way to improve the look, right?

You should do a mini-review to wake our interest in that, keep it small like I did for Locate here if you like: http://www.donationcoder....ic=1385.new;topicseen#new  Thmbsup
Logged

"I learned long ago, never to wrestle with a pig. You get dirty, and besides, the pig likes it." -- George Bernard Shaw

"The cost of education is nothing, compared to the price of ignorance." -- Dan Pena
Carol Haynes
Waffles for England (patent pending)
Global Moderator
*****
Posts: 5,841



see users location on a map View Profile WWW Give some DonationCredits to this forum member
« Reply #17 on: November 13, 2005, 08:04:14 PM »

Quote
I use Windows 2000 Pro (don't like XP that much)

Can I ask why? (Just curious). If it is the 'blue theme' that can easily be turned off, and you can revert the Start Menu etc. so it all looks like 2000.

Granted it isn't a huge increase in terms of new stuff over 2000 but it is better supported these days by MS, and looks like it will be more so in the future (despite the huge corporate use of win2k).

I swapped from W98 to W2k and then WXP and I must say I was reluctant at each step (familiarity I suppose) but I have grown to like WinXP.
Logged

Things I like to do ... PlayOutdoors.co.uk ... Lairdswood.com ... and I support
mouser
First Author
Administrator
*****
Posts: 21,839



plarker mouser see users location on a map View Profile WWW Read user's biography. Give some DonationCredits to this forum member
« Reply #18 on: November 13, 2005, 08:07:26 PM »

btw.
a lot of us really dislike the default windows xp "skinned" blue appearance and start menu, etc.,
thankfully it can easily be changed into "classic" look which looks just like win2k.
Logged
brotherS
Master of Good Ideas
Honorary Member
**
Posts: 1,927


To make a difference, be different.

View Profile WWW Read user's biography. Give some DonationCredits to this forum member
« Reply #19 on: November 14, 2005, 12:29:22 AM »

Quote
I use Windows 2000 Pro (don't like XP that much)

Can I ask why? (Just curious). If it is the 'blue theme' that can easily be turned off, and you can revert the Start Menu etc. so it all looks like 2000.
Yeah, I know, but when I decided what to use for this PC XP was still waiting for SP1 and I prefer an OS that's most stable and secure for the user. There were some other reasons too, don't remember right now.
Logged

"I learned long ago, never to wrestle with a pig. You get dirty, and besides, the pig likes it." -- George Bernard Shaw

"The cost of education is nothing, compared to the price of ignorance." -- Dan Pena
rjbull
Charter Member
***
Posts: 1,317

View Profile Give some DonationCredits to this forum member
« Reply #20 on: November 14, 2005, 04:13:10 AM »

It's old school, however. Based on the powerful, but venerable Norton Commander it's for those of us who were weaned on DOS & if a mouse was ever spotted next to our computers we knew it was time to set out traps.  Cool
cheesy

I'm using keyboard only whereever possible, but still prefer programs with a nice UI, that don't look like coded in 1992 Wink

But... but...  that was back when programmers were REAL PROGRAMMERS, and wrote REAL PROGRAMS smiley Many in assembler, too, for which you need to be close to genius level.  Anyone ever looked at Vsevolod Volkov's assembler-written Volkov Commander, which some people thought the best Norton Commander clone ever for DOS?

I love Total Commander; it was the first program I found that made Windows almost semi-tolerable.  I think Locate still has a place beside TC because it's indexed, which makes file-searching quicker.  It's one of a small class of like programs which include Catfish, Cathy, and  recently FastFind (most of these are noted at http://www.tinyapps.org).  However, on a quick look, Locate may well be one of the best, perhaps THE best.

Being at heart a DOS command-line person I also use another Locate, the one by Charles Dye;  http://www.highfiber.com/~raster/freeware.htm

It has a vast array of features well worth checking out by anyone who uses command lines, which amongst other things means that you can build your own batch files for specific jobs.  Though a DOS program (hand-coded assembler again) it understands Windows LFNs, extending its usefulness.
Logged
brotherS
Master of Good Ideas
Honorary Member
**
Posts: 1,927


To make a difference, be different.

View Profile WWW Read user's biography. Give some DonationCredits to this forum member
« Reply #21 on: January 09, 2006, 10:27:19 AM »

Just want to tell you that I'm even more satisfied with the latest Locate version (check the URL in my first post in this thread). Some tiny but helpful changes had been made.

It's still beta but works perfectly here!
Logged

"I learned long ago, never to wrestle with a pig. You get dirty, and besides, the pig likes it." -- George Bernard Shaw

"The cost of education is nothing, compared to the price of ignorance." -- Dan Pena
brotherS
Master of Good Ideas
Honorary Member
**
Posts: 1,927


To make a difference, be different.

View Profile WWW Read user's biography. Give some DonationCredits to this forum member
« Reply #22 on: January 09, 2006, 01:08:59 PM »

I moved the upcoming Assembly discussion to http://www.donationcoder....s/bb/index.php?topic=2062 smiley
« Last Edit: January 09, 2006, 01:13:41 PM by brotherS » Logged

"I learned long ago, never to wrestle with a pig. You get dirty, and besides, the pig likes it." -- George Bernard Shaw

"The cost of education is nothing, compared to the price of ignorance." -- Dan Pena
Darwin
Charter Member
***
Posts: 6,046



see users location on a map View Profile Read user's biography. Give some DonationCredits to this forum member
« Reply #23 on: January 09, 2006, 08:33:49 PM »

Quote
I use Windows 2000 Pro (don't like XP that much)

I swapped from W98 to W2k and then WXP and I must say I was reluctant at each step (familiarity I suppose) but I have grown to like WinXP.

Funny, I took that exact same route, kicked and screamed the whole way but find that I wouldn't back now. I find Win2k tolearble (very stable) but LOATHE Win98 now and can't believe I was so reluctant to leave it!
Logged

"Some people have a way with words, other people,... oh... have not way" - Steve Martin
rjbull
Charter Member
***
Posts: 1,317

View Profile Give some DonationCredits to this forum member
« Reply #24 on: January 10, 2006, 03:38:26 AM »

Veign,

Give Seeker a try and tell me what you think..

    * Regular expression support

Regexps are nice, but I'd prefer Boolean searches for extracting information from files.  Also, I often want to make lists of files for use in other processes;  can it save its "hit lists?"
Logged
Pages: [1] 2 3 4 5 6 7   Go Up
  Print  
 
Jump to:  
   Forum Home   Thread Marks Chat! Downloads Search Login Register  

DonationCoder.com | About Us
DonationCoder.com Forum | Powered by SMF
SMF © 2006-2009, Simple Machines LLC

social bookmark this page