Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mpgirro/fshugo
file system search engine
https://github.com/mpgirro/fshugo
Last synced: 12 days ago
JSON representation
file system search engine
- Host: GitHub
- URL: https://github.com/mpgirro/fshugo
- Owner: mpgirro
- Created: 2014-07-23T09:53:29.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-08-07T21:24:17.000Z (over 10 years ago)
- Last Synced: 2024-04-21T03:15:49.373Z (7 months ago)
- Language: Ruby
- Homepage:
- Size: 457 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# fshugo: file system search engine
This is a webservice based file system search engine.
## Populate file system info database
In order populate the database structure needed to perform search options, their is a script in ```lib``` called ```invimport.rb```. It takes a inventory file (currently only JSON file types are supported) created by the [fsinv](https://github.com/mpgirro/fsinv) tool. There are two imporz modi available:
**new**: will purge any existing database and repopulate it from scratch
**extend**: will add a given inventory structure to the existing data pool. Use this to make search available for multiple file system not necessarily being connected in any way
### Usage
bin/invimport.rb inventory_file
## Screenshots
![Screenshot 1](https://github.com/mpgirro/fshugo/blob/master/public/Screenshot%201.png)
![Screenshot 2](https://github.com/mpgirro/fshugo/blob/master/public/Screenshot%202.png)