Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/kdesp73/baseconv
- Owner: KDesp73
- License: mit
- Created: 2024-09-10T14:25:58.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-09-12T23:01:06.000Z (4 months ago)
- Last Synced: 2024-09-14T00:13:36.767Z (4 months ago)
- Topics: baseconverter, cli, go, golang, tui
- Language: Go
- Homepage:
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)