https://github.com/kenttonino/sw-baseshift
A CLI tool that converts number system.
https://github.com/kenttonino/sw-baseshift
bash-script cli golang linux number-system snapcraft
Last synced: 10 months ago
JSON representation
A CLI tool that converts number system.
- Host: GitHub
- URL: https://github.com/kenttonino/sw-baseshift
- Owner: kentlouisetonino
- License: mit
- Created: 2023-10-29T13:20:18.000Z (over 2 years ago)
- Default Branch: develop
- Last Pushed: 2024-08-11T09:22:33.000Z (almost 2 years ago)
- Last Synced: 2024-09-27T01:23:25.851Z (almost 2 years ago)
- Topics: bash-script, cli, golang, linux, number-system, snapcraft
- Language: Go
- Homepage: https://snapcraft.io/baseshift
- Size: 46.1 MB
- Stars: 2
- Watchers: 0
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
## SW - BaseShift

> - A CLI tool that converts number system.
> - This will support binary, decimal, octal, and hexadecimal systems.
> - Snap : https://snapcraft.io/baseshift
## Local Development
> - Note: `The root main.go is a symbolic link`.
> - Run the app.
```bash
# Change permission for the run script.
sudo chmod +x run.sh
# Run the app.
./run.sh
```
> - Below are the installation commands.
```bash
# If app is already installed.
sudo snap refresh baseshift
# If app is not yet installed.
sudo snap install baseshift
# Remove the app using snap.
sudo snap remove baseshift
# Running the app.
baseshift
```