A search tool for filenames in your directories.
Requirements
Installation
Add this line to your application's Gemfile:
gem "findrr"
And then execute:
$ bundle
Or install it yourself as:
$ gem install findrr
Usage
Collect filenames (take a few minutes)
$ findrr collect PATH
Search for filenames in the collection
$ findrr search PART_OF_FILENAME
License
Copyright (c) 2013 Masafumi Yokoyama
LGPLv3 or later.
See 'license/lgpl-3.0.txt' or 'http://www.gnu.org/licenses/lgpl-3.0' for details.
Contributing
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request