mtimkovich / autoindex

Silly little nginx autoindex clone.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

autoindex

Silly little nginx autoindex clone.

Features

My goal was to create a file server like nginx's autoindex but add some additional features like file path breadcrumbing and field sorting. But at the same time I wanted to keep the simple display of nginx's UI.

Usage

Usage: autoindex [--port PORT] [--dir DIR]

Options:
  --port PORT, -p PORT   port to run on [default: 3333]
  --dir DIR, -d DIR      directory to serve [default: .]
  --help, -h             display this help and exit

Roadmap

  • List filenames, sizes, and modTime
  • Create server, output to html
  • File path links
  • Sort directories first
  • File path breadcrumb
  • Mobile display
  • Sort by name, modTime, or size (JavaScript)

About

Silly little nginx autoindex clone.

License:MIT License


Languages

Language:Go 82.5%Language:HTML 17.5%