File Caddy is a tool to generate a static HTML file tree browser.
The primary motivation for this tool is to allow easy browsing of a file structure while it is inaccessible or archived in cold storage.
- Use the Python script to generate a
files.jsonindex.
python3 filecaddy.py <root directory>- Install Node dependencies.
npm install- Run development server.
npm run start- View the file browser at
http://localhost:3000.