Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/kdesp73/baseconv

A base conversion tool for the terminal
https://github.com/kdesp73/baseconv

baseconverter cli go golang tui

Last synced: about 2 months ago
JSON representation

A base conversion tool for the terminal

Awesome Lists containing this project

README

        

# baseconv

A base conversion tool for the terminal

## Build

```bash
$ git clone https://github.com/KDesp73/baseconv --depth=1
$ cd baseconv
$ make
```
This will build both the cli and tui tool

## TUI
![2024-09-12-203651_hyprshot](https://github.com/user-attachments/assets/c5a93212-1116-4aca-9a97-a88500f495bf)

## CLI

```bash
$ baseconv-cli -value 10 -hex -conv BIN
```

## License

[MIT](./LICENSE)