- A CLI tool that converts number system.
- This will support binary, decimal, octal, and hexadecimal systems.
- Note:
The root main.go is a symbolic link
.
- Run the app.
# Change permission for the run script.
sudo chmod +x run.sh
# Run the app.
./run.sh
- Below are the installation commands.
# 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