scru128-cli 0.3.0

CLI frontend for the scru128 crate, a library for generating and parsing SCRU128 identifiers
# scru128-cli

CLI frontend for lib [scru128](https://crates.io/crates/scru128)

## Usage

```bash
$ scru128
0390WDHD7NYLH9EFT2DPNVMD4

$ scru128 parse 0390WDHD7NYLH9EFT2DPNVMD4
1677003390.222

# parse can also read from stdin
printf 0390WDHD7NYLH9EFT2DPNVMD4 | scru128 parse
1677003390.222
```

## Pairs well with

- https://github.com/qtfkwk/dtg

```bash
$ printf 0390WDHD7NYLH9EFT2DPNVMD4 | scru128 parse | xargs dtg -l
Tue 21 Feb 2023 13:16:30 EST
```

- https://github.com/yoshihitoh/ut-cli

## Similar

- https://github.com/scru128/python