ICIJ / qdir

Fast, recursive queueing of a directory tree to Redis.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Fast, recursive queueing of a directory tree to Redis.

License:MIT License


Languages

Language:C 95.5%Language:Makefile 4.5%