Skip to content

hooverdirt/fandro2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

Rewrote Fandro in C#. Will search. BMH.

Fandro2 ("nee, Fandro Winforms")

I've been working on this version since 2011 or so - but I finally had time to sort of 'wrap it up'.

Why use it?

No idea. You can search files while also filtering out your files based on specific FileInfo filters? You want to learn some BMH?

Features

  • Fast multi-threaded search for text in files with optional FileInfo filters (creation, access, mod date and file size - more coming!)
  • Multi folder selection mode - select which folders you want to search thru/filter thru

Tech features:

  • Non recursive file search
  • Self-written components for datagrid ("controlgrid")
  • Removed a lot of windows specific stuff

Future

  • Separate out BMH routines.
  • Fandro.Terminal/CLI
  • Multiplatform (low priority because of the crazy amount of "desktop frameworks" for .Net)

Multiplatform?

Fandro at this stage is a good test bed to experiment with all these other UI frameworks available for .Net

Screenshots:

Single folder mode

Fandro Single folder mode

Multi-folder mode

Fandro Multi folder mode

Filter screen

Fandro