Giter VIP home page Giter VIP logo

fastfilefinder's Introduction

Fast File Finder

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. Version 2.0 is now about 30% faster and also handles very long filenames.

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!

Usage:
FF [-regex] [-includedir] [-nostats] [-path <directory>] pattern*

-regex            - Treat the patterns as regular expressions. The default
                    follows DOS wildcard usage. Make sure to use regex values
                    in patterns with this flag. (short: -re)
-includedir       - Include directory names when searching for matches. The
                    default is only to look at the file name. (short: -i)
-includestats          - Show the search statistics at the end. (short: -is)
-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)
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.

Examples:
- Search the current directory tree for all .CMD files
     ff *.cmd
- Search the Windows directory for all log and txt files
     ff -p c:\windows *.log *.txt

fastfilefinder's People

Contributors

aslanhead avatar johnwintellect avatar daulet avatar kirillosenkov avatar barakwei avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.