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?
- Host: GitHub
- URL: https://github.com/jakewilliami/pt
- Owner: jakewilliami
- License: mit
- Created: 2022-11-14T06:31:57.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-08-30T09:32:11.000Z (over 2 years ago)
- Last Synced: 2025-02-05T09:23:51.865Z (about 1 year ago)
- Topics: cli, command-line-tool, date, dates, rust, rust-lang
- Language: Rust
- Homepage:
- Size: 347 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```