Go to file
ehlxr 863442bbce update go.mod 2019-09-27 18:04:22 +08:00
assets update at 2019-09-19 16:45:45 by ehlxr 2019-09-19 16:45:45 +08:00
cmd init 2018-10-28 14:52:38 +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 init 2018-10-28 14:52:38 +08:00
server Merge branch 'master' of https://github.com/ehlxr/hex-convert 2019-09-19 16:46:03 +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 站点更新:2018-11-01 18:38:58 2018-11-01 18:38:58 +08:00
README.md init 2018-10-28 14:52:38 +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

README.md

hex-convert

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

Usage:
  hc [command]

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

Flags:
  -d, --data string   要转换数值
  -h, --help          help for hc
  -s, --scale int     要转换的进制
  -v, --version       show version of the hc.