Tracks job applications and contacts
- Given -r
req number
, print out that job request - Given -p
POC name
, prints out that Point of Contact - [TODO] Given -a, and -r or -p, and data, adds to the end of the file
- Given -r or -p, and -s
string
, searches the relevant file and prints any job or poc that matchesstring
-
- An empty
string
prints all jobs or pocs
- An empty
-
- Not really going to use wildcards or regexs yet
./job_seeker.py -p
Fred Smythe, (555.555.1212) fred@example.com [Example, Inc]
First Contact: 20230123, Last Contact: 20202102
Jayne Johnson, (123.456.7890) jj@otherexample.com [Other Recruiter, LLC]
First Contact: 20221212, Last Contact: 20221212
Jason Jayson, (br-549) jay@whocares.com [Whocares, Inc]
First Contact: 20230101, Last Contact: 20230101
./job_seeker.py -p -s smythe
Fred Smythe, (555.555.1212) fred@example.com [Example, Inc]
First Contact: 20230123, Last Contact: 20202102
./job_seeker.py -j -s linux
Senior Automation Engineer
Active: y Notes: linux, ansible, python
Some Great Place, LLC, https://example.com/r12345
Fred Smythe
Last chat: 20230123, First chat: 20230201