iprithv
v4.0.0
Published
Shellink — terminal intro & contact menu for Prithvi S (@iprithv)
Maintainers
Readme
Shellink
My introduction from the terminal. One command prints a short intro, then an interactive menu opens links for email, resume, Calendly, portfolio, GitHub, LinkedIn, Google Scholar, and DEV so nobody has to dig through old tabs for how to reach you.
npx iprithvFrom this repo:
git clone https://github.com/iprithv/shellink.git && cd shellink && npm install && node card.jsWhat happens
- An intro panel prints first — copy, color, borders — the handshake before the menu.
- A list menu appears. Choose an action; it runs and the menu comes back until you’re finished.
- Quit is the only exit — everything else keeps you in the flow.
Menu at a glance
| Action | What it does |
|--------|----------------|
| Email | Opens your mail client to my gmail address |
| Resume | Copies the bundled PDF ./Prithvi-S.pdf and opens it (see below for overrides) |
| Calendly | 30‑minute slot |
| Portfolio | Opens the portfolio URL |
| LinkedIn · GitHub · Scholar · DEV blog | Opens the profile and site |
Screenshot

Preview is generated from the real copy and menu labels (see scripts/generate_demo_gif.py). To regenerate after you change the intro or menu:
python3 scripts/generate_demo_gif.pyLicense
Apache License 2.0 — see LICENSE.
