Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pwambach/fat-file-finder
Electron app for finding large files on your filesystem. Build with React, Redux and ES6.
https://github.com/pwambach/fat-file-finder
Last synced: 22 days ago
JSON representation
Electron app for finding large files on your filesystem. Build with React, Redux and ES6.
- Host: GitHub
- URL: https://github.com/pwambach/fat-file-finder
- Owner: pwambach
- Created: 2015-09-11T19:23:02.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2021-08-12T10:01:39.000Z (over 3 years ago)
- Last Synced: 2024-07-31T19:39:54.640Z (4 months ago)
- Language: JavaScript
- Homepage:
- Size: 1.03 MB
- Stars: 163
- Watchers: 12
- Forks: 24
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-electron-zh - FatFileFinder - Find large files on your machine. (Apps / Open Source)
README
# 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.
![FatFileFinder](assets/fatFileFinder.png)
View [Video](https://youtu.be/6KVVW3l_XDs)
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
[FatFileFinder-0.1.0.zip](https://github.com/pwambach/fat-file-finder/releases/download/0.1.0/FatFileFinder-0.1.0.zip)
# Build it on your own
1. `git clone https://github.com/pwambach/fat-file-finder.git && cd fat-file-finder`
2. `npm install`
3. `npm start`# License
MIT