From f47a065fe735f72baf96e910b6842403052eaf44 Mon Sep 17 00:00:00 2001 From: Philipp Wambach Date: Fri, 18 Sep 2015 09:59:47 +0200 Subject: [PATCH] Add readme --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..4c5b713 --- /dev/null +++ b/README.md @@ -0,0 +1,12 @@ +# FatFileFinder + +Experimental [electron](http://electron.atom.io/) app which helps to find large files recursively on your filesystm. Build with [React](https://facebook.github.io/react/) and [Redux](https://github.com/rackt/redux) in ES6. + + + +For performance reasons FatFileFinder currently ignores files smaller than 1 MB (shouldn't matter if you are searching for the big boys). + +# Download Mac OSX build + +# License +MIT