Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/brian3647/nto

Easily convert base10 numbers with a cli :)
https://github.com/brian3647/nto

Last synced: about 13 hours ago
JSON representation

Easily convert base10 numbers with a cli :)

Awesome Lists containing this project

README

        

# nto

Easily convert base10 numbers with a cli :)

## Examples

```sh
$ nto hex 14
E
$ nto bin 255
11111111
$ nto b64 61
z
```

## Install

```
cargo install --git https://github.com/Brian3647/nto.git
```