This commit is contained in:
2026-04-27 14:31:53 +02:00
parent fb82833621
commit 45c2b99237
9 changed files with 143 additions and 16 deletions

View File

@@ -1,19 +1,5 @@
#!/bin/bash
# $1 is file with companys list
# template of file is
# "
# Company name
# company url
# ---
# company name
# company url
# ---
# "
# I want to read this file get get urls of the compani end run the prompt below
PROMPT="Research $1, identify their focus areas, and draft a tailored job application using the template from @general_application.txt or @general_reach_out.txt based on whether the company has open positions or not. Include contact information for submission. Save the application and contact details to applications/[company name].txt. Write the contact information at the bottom of the application."
vibe -p "$PROMPT"
git add *
git commit -m"add application"