I got tired of always digging through directories to and then through files to find the file I was searching for. FilePile attempts to solve this problem by storing files in a MongoDB backend, and allowing you to add an arbitrary number of tags to each file. Then when you go to find a file, you can filter the file list by selecting tags to narrow your search.
There are still several known bugs or missing features as this is not ready for release yet.
- Default Tags - Adding a file when tags are selected, should add those tags to the file
- Server Filtering - Need to figure out how to filter the results in spinejs by passing the tags[] to the files list request
- Remove Tag - There is currently no way to remove a tag from a file once added
Copyright (c) 2012 Richard Kent Jordan
MIT License (see the LICENSE file)