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.
- Host: GitHub
- URL: https://github.com/icij/qdir
- Owner: ICIJ
- License: mit
- Created: 2016-11-14T09:10:26.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-11-16T14:57:50.000Z (about 9 years ago)
- Last Synced: 2025-05-19T23:43:39.912Z (8 months ago)
- Topics: dir-scanner, directory-tree, queueing, redis
- Language: C
- Homepage:
- Size: 7.81 KB
- Stars: 1
- Watchers: 6
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`.