DEV Community

Ella
Ella

Posted on

I Built a "Command Center" for My Job Hunt Because Spreadsheets Are Where Dreams Go to Die

This is a submission for the GitHub Copilot CLI Challenge

What I Built

I built Jhella, a terminal-based "Command Center" for developers who are officially done with messy job-hunt spreadsheets.

We’ve all been there: 47 LinkedIn tabs open, a flooded inbox, and a spreadsheet named Job_Hunt_Final_v3_REAL_THIS_TIME.xlsx that is a total disaster by week two. I got tired of tracking my high-tech career in a low-tech table, so I built a tool that lives where I do: the terminal. Jhella lets me log applications, auto-convert salary shorthand (like typing $120k and having it actually save as $120,000), and get visual ⚠️ alerts if I haven't followed up on an application in 7 days.

Demo

You can try Jhella right now without even installing it:
npx jobhunt-ella-cli

📸 Screenshots

Jhella Dashboard
The view I check every morning to make sure I'm not getting ghosted.
Interactive Wizard
The step-by-step way I add new job leads.
Salary Parsing
I type $150k and Jhella actually knows what I mean.
Pipeline Insights
A little motivation, seeing the 'Potential Max' salary helps on the tough days.

My Experience with GitHub Copilot CLI

GitHub Copilot CLI was basically my pair programmer for this whole build. Here’s how it actually helped:

  1. No more Tab-Switching: I used gh copilot explain whenever I got confused by commander.js or inquirer. It saved me from constant context-switching between my code and documentation.
  2. Regex without the Headache: Honestly, I probably would have spent hours fighting with Regex patterns for the salary parser if I hadn't just asked Copilot CLI to help me generate the logic for currency shorthand.
  3. Fixing my NPM drama: When I hit a 403 Forbidden error trying to publish my first package, I used the CLI to troubleshoot my 2FA and auth settings without ever leaving the terminal.

Instead of getting stuck on CLI boilerplate, Copilot CLI let me focus on making Jhella actually useful for my job hunt.


✨ Support & Connect

If Jhella helps you stay organized (or you just want to support a fellow dev on the hunt), I’d love your support:

Good luck to everyone else in the challenge!

githubcopilotclichallenge #productivity #typescript #career

Top comments (2)

Collapse
 
trickell profile image
John A Madrigal

I think this is a great use of the copilot tool and I will for sure be trying this out later on, as I can actively use this tool. Great post!

Collapse
 
fluffyfi3 profile image
Ella

Thanks so much John 😊
Hope it helps you out.
Let me know what you think when you try it and if you have any feature ideas