Description:¶ ↑
Ffetch is a Graphical user interface which allows search for files based on regex pattern of their names. files containing in this lib are [“lib/data.rb”, “lib/ffetch.rb”, “lib/gui.rb”].
The Gui
searches a default directory you specify in the data.rb file. The menu allows you to choose any directory on the system which will be searched for a match.
Once a list of fetched files is displayed in the text window, you can open any one of these files by selecting it (clicked) and then double clicking the selection. The file will be opened in the associated editor such as Windows Notepad.
Installation:¶ ↑
Add this line to your application’s Gemfile:
gem “ffetch”
And then execute:
$ bundle
Or install it yourself as:
$ gem install “ffetch
Usage¶ ↑
require ‘ffetch’ ffetch
add those two lines to a file saved as “fetch.rb”. If Ruby is installed on your system and is in the environment path, it will run the application.