Giter Club home page Giter Club logo

the-mif's Introduction

The MIF

The MIF is file searching tool based on FastSearchLibrary. This tool uses a high-speed multithreading search algorithm that consumes a significant part of processor resources.

Downloads

Main window

Functional opportunities:

  • Search files
  • View finding files
  • Copying finding files
  • Moving finding files
  • Deleting finding files

SEARCHING MODES

Tool allows to execute search using either conventional text pattern or sophisticated regular expression.

Conventional pattern mode

Text pattern represents conventional text that can include two special symbols: ? and *:

  • ? means zero or one any symbol. For example, pattern a?.txt matches ab.txt, aa.txt, aw.txt, a.txt etc.
  • * means any amount of any symbols. For example, if one need to find all .txt files, one can use next pattern: *.txt.

Pattern may not include any special symbols in conventional mode. In this case search results will contain all files, that contain pattern in their names. For example, if one use word temporary as pattern, one may get next result:

C:\Users\temporary.txt
C:\Users\Contemporary science.pdf
D:\Temporary_files.zip  

Note that pattern in conventional mode IS NOT case sensitive.

Regular expression pattern mode

If one need to execute some complicated search, one should use regular expression search mode. One can read about regular expressions on Wikipedia.

Note that pattern in regular expression mode IS case sensitive.

COMMAND LINE ARGUMENTS

As search process consumes a lot of resources, by default one can launch only one instance of program. But if really necessity to launch several instances exists, one should use -fl command line argument.

Example: C:\Program Files\MIF.exe -fl

Instance of program launched with -fl argument will have (Forced Launch) note in window caption.

RECOMMENDATIONS

  1. Don't use any "heavy" software while you execute search.
  2. Don't launch several searches at the same time.
  3. Don't copy, move or delete big amount of files because you will not have opportunity to cancel this operation.
  4. Use "conventional" search mode for maximal search speed and "regular expression" search mode for maximal search flexibility.
  5. Leave the directories field empty if you want to execute search on all drives.

the-mif's People

Contributors

vladpvs avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

the-mif's Issues

FileUtility.dll ???

Hi
Where is the code of "FileUtility.dll" ?
Thanks for all
PS I try to adapt your "The-MIF" for the Framework 4.0... I found your code to rebuild the "FastSearchLibrary.dll"... but did'nt find "FileUtility.dll"

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.