8000 GitHub - jdmichaud/cnv: Converts numbers in different format quickly in the command line
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

jdmichaud/cnv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cnv

Converts numbers in the command line.

$ cnv 123
123 0x7b 0b1111011 (7 bits)
$ cnv 0xDEADBEEF
3735928559 0xdeadbeef 0b11011110101011011011111011101111 (34 bits)
$ cnv 0b10101010
170 0xaa 0b10101010 (8 bits)

Build cnv

git clone git@github.com:jdmichaud/cnv.git
cd cnv
zig build

cnv will be built in zig-out/bin/cnv

Create a release

Update CHANGELOG.md with the version, put the tag on the master branch and push it. A release will be automatically created.

About

Converts numbers in different format quickly in the command line

Resources

License

Stars

Watchers

Forks

Sponsor this project

Packages

No packages published

Languages

0