Skip to content

AdityaMotale/raven

Repository files navigation

                               /$$$$$$  /$$$$$$  /$$    /$$/$$$$$$  /$$$$$$$ 
                             /$$__  $$|____  $$|  $$  /$$/$$__  $$| $$__  $$ 
                            | $$  \__/ /$$$$$$$ \  $$/$$/ $$$$$$$$| $$  \ $$ 
                            | $$      /$$__  $$  \  $$$/| $$_____/| $$  | $$ 
                            | $$     |  $$$$$$$   \  $/ |  $$$$$$$| $$  | $$ 
                            |__/      \_______/    \_/   \_______/|__/  |__/ 

CI Release

📥 Install

Install using the install script

# Default (non‑root → ~/.local/bin)
curl -sSL https://raw.githubusercontent.com/AdityaMotale/raven/master/install.sh | bash

# As root (→ /usr/local/bin)
curl -sSL https://raw.githubusercontent.com/AdityaMotale/raven/master/install.sh | sudo bash

# Custom directory
curl -sSL https://raw.githubusercontent.com/AdityaMotale/raven/master/install.sh 
| bash -s -- /opt/bin

🚀 Usage

raven <command> <value>
Command What it does Example
d2b Decimal → Binary raven d2b 10
b2d Binary → Decimal raven b2d 1010
d2h Decimal → Hexadecimal raven d2h 255
h2d Hexadecimal → Decimal raven h2d FF

About

Crunch numbers with the intelligence of the namesake.

Topics

Resources

License

Stars

Watchers

Forks