https://github.com/cablehead/scru128-cli
scru128-cli
https://github.com/cablehead/scru128-cli
Last synced: 8 months ago
JSON representation
scru128-cli
- Host: GitHub
- URL: https://github.com/cablehead/scru128-cli
- Owner: cablehead
- License: mit
- Created: 2023-02-21T18:20:05.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-11-12T16:54:40.000Z (over 1 year ago)
- Last Synced: 2025-04-11T18:24:40.561Z (about 1 year ago)
- Language: Rust
- Size: 10.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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