An open API service indexing awesome lists of open source software.

https://github.com/icij/qdir

Fast, recursive queueing of a directory tree to Redis.
https://github.com/icij/qdir

dir-scanner directory-tree queueing redis

Last synced: 7 months ago
JSON representation

Fast, recursive queueing of a directory tree to Redis.

Awesome Lists containing this project

README

          

# Qdir

A CLI program for putting every file path in a directory tree into a Redis list.

## Usage

Build and run `qdir -h` to see the list of available of options.

## Building

Requires `pkg-config` and `hiredis` to build. Run `apt-get install pkg-config libhiredis-dev` on Debian-like systems to install both.

Run `make` to build `qdir`.