Skip to content
This repository was archived by the owner on Jan 31, 2026. It is now read-only.

emerson000/file-caddy

Repository files navigation

File Caddy

File Caddy is a tool to generate a static HTML file tree browser.

Use case

The primary motivation for this tool is to allow easy browsing of a file structure while it is inaccessible or archived in cold storage.

Usage

  1. Use the Python script to generate a files.json index.
python3 filecaddy.py <root directory>
  1. Install Node dependencies.
npm install
  1. Run development server.
npm run start
  1. View the file browser at http://localhost:3000.

About

A simple tool to generate a static HTML file tree browser.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors