/timeout

Primary LanguageHaskellBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

timeout

Build Status

This is a tool for managing host files for productivity.

install

You can get the latest version from the releases page or install via homebrew:

$ brew update
$ brew install philwade/tools/timeout

usage

Checkout the website for usage or:

$ timeout help

development

To build/run:

$ stack build
$ stack exec timeout

Build watch:

$ stack build --test --pedantic --fast --file-watch