/$$$$$$ /$$$$$$ /$$ /$$/$$$$$$ /$$$$$$$ /$$__ $$|____ $$| $$ /$$/$$__ $$| $$__ $$ | $$ \__/ /$$$$$$$ \ $$/$$/ $$$$$$$$| $$ \ $$ | $$ /$$__ $$ \ $$$/| $$_____/| $$ | $$ | $$ | $$$$$$$ \ $/ | $$$$$$$| $$ | $$ |__/ \_______/ \_/ \_______/|__/ |__/
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
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 |