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> base
NOTE: The conversion history file, conv_history.bin, is stored into /tmp