NOTE: This is the main branch, written in C, there is a "rust" branch that is fully working, and a just for fun "asm" branch that is only partially build
This became my go to project while learning new languages, so new branches will be created in the future
Command line interface number converter with many functionalities and cool features
# Compile the code
make
# Clear all folders, compile the code and move the executable into ./bin
make test
# Compile the code and move the executable into /bin
sudo make install
conv <number> <base> <new_base>Options:
-h --help Show help page
-l <n> --last <n> Print last-n conversion
-r <n> --redo <n> Remake last conversion with new <n> baseNOTE: The conversion history file, conv_history.bin, is stored into /tmp