- A CLI tool that converts number system.
- This will support binary, decimal, octal, and hexadecimal systems.
- Snap : https://snapcraft.io/baseshift
- BaseShift Development Board: https://github.com/users/kenttonino/projects/16
- Make sure you have a
GNU Make,GNU Debugger (GDB), andGNU Compiler Collection (GCC).
# Run the app.
make run
- 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