#ulid #timestamp #generate #parser #unix-timestamp #print #seconds

程序 ulid-cli

一个用于生成和解析 ULID 的简单 CLI

13 个版本

0.1.12 2024 年 1 月 29 日
0.1.11 2024 年 1 月 29 日
0.1.7 2023 年 4 月 29 日

#1479命令行工具

WTFPL 许可协议

6KB
85

A very simple CLI to generate and parse ULIDs

Usage: ulid [OPTIONS] [TIMESTAMP_OR_ULID]

Arguments:
  [TIMESTAMP_OR_ULID]
          UNIX timestamp in *seconds* or ULID
          
          If you provide a ULID, it will print the timestamp in milliseconds. Otherwise, it will print the ULID based on timestamp you provide.

Options:
  -n, --count <COUNT>
          Amount of ULIDs to generate
          
          [default: 1]

  -o, --output <FILENAME>
          Write output to filename if it is provided

  -h, --help
          Print help (see a summary with '-h')

  -V, --version
          Print version

依赖项

~2.2–3MB
~56K SLoC