This commit is contained in:
2026-04-26 16:33:33 +02:00
parent cf556004cb
commit b441bf5580
13 changed files with 201 additions and 51 deletions
Executable
+17
View File
@@ -0,0 +1,17 @@
#!/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 and my details from @knowledge_base.md. Include contact information for submission. Save the application and contact details to applications/[company name].txt"
vibe -p "$PROMPT"