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.
- Host: GitHub
- URL: https://github.com/tpkn/seqd
- Owner: tpkn
- License: mit
- Created: 2025-01-18T01:39:50.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-02-03T03:16:40.000Z (4 months ago)
- Last Synced: 2025-02-03T04:22:23.455Z (4 months ago)
- Topics: date, go, seq, sequence, tool
- Language: Go
- Homepage:
- Size: 262 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![]()
Just likeseq
, 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
```