Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 :)
- Host: GitHub
- URL: https://github.com/brian3647/nto
- Owner: Brian3647
- License: gpl-2.0
- Created: 2022-01-06T19:25:59.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-01-06T19:35:30.000Z (almost 3 years ago)
- Last Synced: 2024-04-24T03:38:05.533Z (7 months ago)
- Language: Rust
- Size: 12.7 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```