0.0
No commit activity in last 3 years
No release in over 3 years
Library that provides a simple mechanism to find and cache a list of files on your system (much like slocate).
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

>= 1.3.3
>= 1.3.3
 Project Readme
This class provides a simple mechanism to find and cache a list 
of files on your system (much like slocate). It expects only 3 parameters:
* db_name - The name of the sqlite database to create/use
* logfile - The name of the logfile to use
* dir - The directory to be searched/cached
* regex - The regular expression detailing the files to be cached   
The class uses sqlite3 by default for storage of its information and logs
debug information to hungrynoodle.txt
Author::    Philip Mcmahon  (mailto:philip@packetnode.com)
Copyright:: Copyright (c) 2011 Packetnode, LLC
License::   Distributes under the same terms as Ruby