Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 641 Bytes

README.md

File metadata and controls

33 lines (20 loc) · 641 Bytes

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