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

https://github.com/jakewilliami/pt

When is the penultimate Tuesday of the month?
https://github.com/jakewilliami/pt

cli command-line-tool date dates rust rust-lang

Last synced: about 1 year ago
JSON representation

When is the penultimate Tuesday of the month?

Awesome Lists containing this project

README

          

pt


When is the penultimate Tuesday of the month?

## Description

A simple command line tool to display the date of the next penultimate Tuesday of the month (for [no particular reason](https://mathsjam.com/)).

The calculation of the dates is ported from [PenultimateDays.jl](https://github.com/jakewilliami/PenultimateDays.jl).

## Quick Start

```commandline
$ ./compile.sh
$ ./pt -h
```

## Usage

```commandline
$ pt -h
When is the next penultimate Tuesday of the month?

Usage: pt

Options:
-h, --help Print help information
-V, --version Print version information
```