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

https://github.com/tpkn/seqd

Just like "seq", but for date.
https://github.com/tpkn/seqd

date go seq sequence tool

Last synced: 3 months ago
JSON representation

Just like "seq", but for date.

Awesome Lists containing this project

README

        





Just like seq, but for date.

## Usage

```
seqd [-Y | -M | -D | -h | -m | -s] [-r]
```

## Options

```
Can also be a "eom" (end of month) or "eoy" (end of year)
-Y Step by years
-M Step by months
-D Step by days
-h Step by hours
-m Step by minutes
-s Step by seconds
-r Reversed order
--help Help
--version Version
```