logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

adsf - a dead simple fileserver

Description

       adsf (A Dead Simple Fileserver) is a tiny web server that can be spawned in any directory to serve static
       files. It can be used programmatically in Rack and other Ruby applications.

       -H, --handler [handler]
              Specify the handler to use

       -h, --help
              Display help

       -i [index-filenames],
              Specify index filenames (comma-separated)

       --index-filenames-p, --port [port]
              Specify the port number to use

       -r, --root [root]
              Specify the web root to use

       -l, --local-only
              Only listen to requests from localhost (short for "-a localhost")

       -a, --listen-address [host]
              Specify the address to listen to

       -L, --live-reload
              Reload on changes (requires adsf-live)

ruby 1.4.6+dfsg1                                    July 2024                                            ADSF(1)

Name

       adsf - a dead simple fileserver

Synopsis

adsf [options]