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

https://github.com/cablehead/scru128-cli

scru128-cli
https://github.com/cablehead/scru128-cli

Last synced: 8 months ago
JSON representation

scru128-cli

Awesome Lists containing this project

README

          

# 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
```

## Install

```bash
cargo install scru128-cli
```

## 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