A Docker image that generates a filelist for Everything from VoidTools.
Everything is a powerful file search utility for Windows that uses a filelist to index files. This Docker container generates that filelist from a Linux/Docker environment.
The Docker image is automatically built and published to Docker Hub:
- Repository:
remco1271/everything:latest - Platforms:
linux/amd64,linux/arm64
docker pull remco1271/everything:latestdocker run -it \
-e LOCALDIR=/path/to/local/directory \
-e FILENAME=filelist.txt \
-e FILEDIR=/path/to/output/directory \
-e DATADIR=/path/to/data/directory \
remco1271/everything:latestThe following environment variables need to be set to run the script:
LOCALDIR: The local directory to scan for filesFILENAME: The name of the output filelist fileFILEDIR: The directory where the filelist will be savedDATADIR: The data directory to scan
This container runs a script that:
- Scans the filesystem
- Generates a filelist file compatible with Everything from VoidTools
- Outputs the filelist in the format required by Everything