findex
Crawls a directory you give it to to search for .url
files, then indexes those URLs into Elasticsearch.
Setup
- Install this package globally with
npm i -g tqn/findex#[VERSION TAG]
. - Invoke with
findex
To Configure
- Run
findex --config
to find the location of the configuration file. - Edit the file.
Todo
- Increase coverage.