Sign inSign up

remco1271/everything

By remco1271

Updated 8 months ago

Builds a file list for Everything

Image
0

962

remco1271/everything repository overview

EverythingDocker

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.

Source code

Docker Image

The Docker image is automatically built and published to Docker Hub:

  • Repository: remco1271/everything:latest
  • Platforms: linux/amd64, linux/arm64
Pull the Image
docker pull remco1271/everything:latest
Run the Container
docker 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:latest
Environment Variables

The following environment variables need to be set to run the script:

  • LOCALDIR: The local directory to scan for files
  • FILENAME: The name of the output filelist file
  • FILEDIR: The directory where the filelist will be saved
  • DATADIR: The data directory to scan

What it Does

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

Tag summary

Content type

Image

Digest

sha256:694a1649c

Size

321.9 MB

Last updated

8 months ago

docker pull remco1271/everything