Skip to content

Commit

Permalink
Updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnWintellect committed Feb 21, 2016
1 parent c11a288 commit c0c5aa4
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
3 changes: 2 additions & 1 deletion FF/Constants.resx
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,8 @@ FF [-regex] [-includedir] [-nostats] [-path <directory>] pattern*
-path <directory> - The directory tree to search. The default is the current
directory. Because of command line parsing weakness in
Windows, don't end the directories with '\' characters
(short: -p)attern* - The patterns/files to search for. Specify as many patterns
(short: -p)
pattern* - The patterns/files to search for. Specify as many patterns
as you want separated by spaces. Enclose patterns/files in
quotes to use spaces in the pattern or name.

Expand Down
11 changes: 8 additions & 3 deletions ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,12 @@

For some reason, I always seem to be looking for file and directory names. Since desktop search is a GUI and I'm a command line kind of guy, I got tired of waiting on PowerShell to slowly grind through the file system on its single thread. With lots of cores and an SSD, I shouldn't be waiting on simple file finds! On a plane trip I threw together this command line tool to speed up my file finding and give me an extra five seconds each day I used to spend waiting on file searches to finish. This little program scratched my itch and maybe someone will find it useful.

You can search with wild cards as well as regular expressions and for as many patterns as you want. It will also handle directory names if you want. Yes, it’s a full featured fast file finder. Here are all the command line flags and usage instructions:
You can search with wild cards as well as regular expressions and for as many patterns as you want. It will also handle directory names if you want. Yes, it’s a full featured fast file finder. Version 2.0 is now about 30% faster and also handles very long filenames.

FF 1.0.0.0

Here are all the command line flags and usage instructions:

FF 2.0.0.0
(c) 2012, John Robbins/Wintellect - [email protected]
Find file and directory names fast!

Expand All @@ -19,7 +22,9 @@ You can search with wild cards as well as regular expressions and for as many pa
-nostats - Don't show the search statistics at the end. Useful when
you just want the list of matching files. (short: -ns)
-path <directory> - The directory tree to search. The default is the current
directory. (short: -p)
directory. Because of command line parsing weakness in
Windows, don't end the directories with '\' characters
(short: -p)
pattern* - The patterns/files to search for. Specify as many patterns
as you want separated by spaces. Enclose patterns/files in
quotes to use spaces in the pattern or name.
Expand Down

0 comments on commit c0c5aa4

Please sign in to comment.