Created
December 1, 2012 13:21
-
-
Save joshearl/4182231 to your computer and use it in GitHub Desktop.
Sublime Text 2 Recruiter Response Snippet
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<snippet> | |
<content><![CDATA[]]></content> | |
<tabTrigger></tabTrigger> | |
<scope></scope> | |
<description></description> | |
</snippet> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<snippet> | |
<content><![CDATA[ | |
Dear ${1:Recruiter Name}, | |
Thanks for ${2:effort put put into resume review} my resume and considering me for the position of ${3:title} at ${4:company name}. It definitely sounds like the ${5:positive adjective} opportunity for programmers since ${6:hottest new social network}. | |
While my experience in ${7:ancient and cringe-inducing technology} is only ${8:experience level}, normally I'd jump at the chance to pursue this position. But I'm currently ${9:lame excuse}. | |
I wish you ${10:degree to which you hope the recruiter succeeds} in your quest to fill this position. | |
${11:friendly or sarcastic sign off}, | |
${0:Your Name} | |
]]></content> | |
<tabTrigger>recruiter</tabTrigger> | |
<scope>text</scope> | |
<description>Crush a recruiter's dreams with a snarky reply</description> | |
</snippet> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment