An open API service indexing awesome lists of open source software.

https://github.com/spencerwi/now.ml

A quick-and-simple tool for figuring out relative times/dates
https://github.com/spencerwi/now.ml

Last synced: 9 months ago
JSON representation

A quick-and-simple tool for figuring out relative times/dates

Awesome Lists containing this project

README

          

# now.ml
A quick-and-simple tool for figuring out relative times/dates

## Usage

```
now (plus|minus) n (years|months|days|hours|minutes|seconds)
```

Examples:

```
$ now minus 1 hour

$ now minus 5 days
```

## Installation

Drop the `now` binary somewhere in your `$PATH`

## Building

1. Install opam, ocaml, and ocamlbuild
2. Run `make`.