Skip to content

zambodev/cli_converter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

cli_converter

Command line interface number converter with many functionalities and cool features


How to install

# 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


How to use

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

About

Linux x64 command line number converter

Topics

Resources

License

Stars

Watchers

Forks

Contributors