swaldman / latest   0.0.1

GitHub

A web service that lets you configure paths for a bunch of directories and serves the "latest" file it finds within.

Scala versions: 3.x

latest

This is a very simple library that runs an http server which serves the "latest" file from each of a collection of directories you configure.

What "latest" means for each directory is user-configurable. By default, it's the file in the directory with the latest modification time. When any of the directories change, it recomputes all the latests.

Note

Dotfiles are always ignored! This cannot be overridden.