Go to file
ehlxr 6b0c005568 update at 2019-12-02 10:36:30 by ehlxr 2019-12-02 10:36:30 +08:00
assets update at 2019-09-19 16:45:45 by ehlxr 2019-09-19 16:45:45 +08:00
cmd update at 2019-10-03 10:27:40 by ehlxr 2019-10-03 10:27:40 +08:00
converter update at 2019-09-19 16:45:45 by ehlxr 2019-09-19 16:45:45 +08:00
gen update at 2019-09-19 16:45:45 by ehlxr 2019-09-19 16:45:45 +08:00
metadata release v1.0.1 2019-10-02 17:24:19 +08:00
server release v1.0.1 2019-10-02 17:24:19 +08:00
.gitignore update at 2019-09-19 16:45:45 by ehlxr 2019-09-19 16:45:45 +08:00
LICENSE init 2018-10-28 14:52:38 +08:00
Makefile update Makefile 2019-10-08 17:51:19 +08:00
README.md update at 2019-12-02 10:36:30 by ehlxr 2019-12-02 10:36:30 +08:00
go.mod update go.mod 2019-09-27 18:04:22 +08:00
go.sum update go.mod 2019-09-27 18:04:22 +08:00
main.go init 2018-10-28 14:52:38 +08:00
version release v1.0.1 2019-10-02 17:24:19 +08:00

README.md

hex-convert

license

支持 76 位以内的任意进制相互转换

Usage:
  hc [command]

Available Commands:
  b           转换为二进制
  d           转换为十进制
  h           转换为十六进制
  help        Help about any command
  o           转换为八进制
  server      启动 HTTP Server
  version     Print version

Flags:
  -d, --data string   要转换数值
  -h, --help          help for hc
  -s, --scale int     要转换的进制

Use "hc [command] --help" for more information about a command.
➜ hex-convert version

    __                                                    __
   / /_  ___  _  __      _________  ____ _   _____  _____/ /_
  / __ \/ _ \| |/_/_____/ ___/ __ \/ __ \ | / / _ \/ ___/ __/
 / / / /  __/>  </_____/ /__/ /_/ / / / / |/ /  __/ /  / /_
/_/ /_/\___/_/|_|      \___/\____/_/ /_/|___/\___/_/   \__/



Name: hc
Version: v1.0.1
BuildTime: 2019-10-02 17:26:13
GitCommit: ede4bd17e9749a011d4bcec953db0ae6b6c5695b
GoVersion: go version go1.13.1 darwin/amd64