Skip to main content

Tailor your resume to any job posting from your terminal.

Project description

finch-cli

a terminal client for job hunting. browse fresh internship + new-grad postings, tailor your resume to any of them, see an ats-style match score with matched + missing keywords, keep a library of the tailored versions.

jobs tab

tailor tab with match panel

install

pip install finch-cli
export DEEPSEEK_API_KEY=sk-...
finch ui

deepseek keys are cheap (~30x cheaper than the major frontier models). get one at https://platform.deepseek.com/api_keys.

other providers work too. any openai-compatible chat-completions endpoint: openai, together, groq, fireworks. pass --base-url and the matching --api-key, or set FINCH_BASE_URL and OPENAI_API_KEY. the same finch_cli/tailor.py runs against all of them.

what it does

three tabs, one keyboard.

jobs pulls the simplifyjobs internship and new-grad lists (the same two feeds the finch backend mirrors). 3000+ active postings, filterable by query, source, term. press T on a row, the job loads into the tailor tab pre-filled.

library is the list of tailored resumes you've saved. Markdown preview on the right.

tailor is the three-pane editor: base resume / job posting / tailored output. the model rewrites bullets and ordering to fit the posting. won't invent skills you don't have. a match-analysis panel at the bottom shows an ats-style score, which job keywords your resume covers, which ones it doesn't, and how much the tailored version moved the needle vs the base.

install (pure cli, no tui)

finch tailor --resume resume.md --job https://jobs.example.com/swe-intern -o tailored.md

if the job site is js-heavy (workday, some greenhouse iframes), the fetch fails clean and tells you to use --job-file with a pasted description:

finch tailor -r resume.md --job-file pasted.txt -o tailored.md

tui keys

key action
1 / 2 / 3 jump to jobs / library / tailor
Ctrl+T tailor; on jobs tab loads the selected job first
Ctrl+U paste a job url, fetches it into the tailor pane
Ctrl+O open a resume file
Ctrl+R refetch the job feeds
Ctrl+L save the tailored output to the library
Ctrl+S save the tailored output to a file
Ctrl+D load the bundled demo
Ctrl+Q quit

filter inputs at the top of the jobs tab are live; type and the table updates.

cli flags

finch tailor

flag what
-r, --resume PATH base resume in markdown or plain text (required)
-j, --job URL job posting url
--job-file PATH local file with the job description (use if --job won't extract)
-o, --out PATH save tailored resume here, else stdout
--model NAME model name (default deepseek-chat)
--api-key KEY override $DEEPSEEK_API_KEY / $FINCH_API_KEY / $OPENAI_API_KEY
--base-url URL override openai-compatible base url (default https://api.deepseek.com)

finch ui

flag what
--demo preload the bundled example into the tailor tab
--model NAME model name

where stuff lives

path
job feed cache (~6h ttl) ~/.cache/finch-cli/{intern,newgrad}.json
saved tailored resumes ~/.local/share/finch-cli/resumes/
bundled example resume + job examples/ in the repo

why a cli

most of these tools are saas you have to sign up for. this is the opposite. install, run, the only thing leaving your machine is the llm call you control.

the autofill side - the part that actually fills out the application form - lives in the web app at applyfinch.com, free during beta.

known limits

  • workday and some greenhouse iframe pages need js. the fetch fails clean and tells you to use --job-file.
  • tailored output is markdown. pipe to pandoc for pdf, or paste into overleaf if you have a tex template.
  • the model won't invent skills. if the base resume is thin, the tailored version is thin. fix the base first.

roadmap

  • a built-in pdf renderer (drop the pandoc step)
  • finch apply to autofill the application after tailoring, same engine as the web app
  • optional sign-in to view your real applyfinch.com pipeline from the terminal

license

mit.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

finch_cli-0.1.2.tar.gz (55.1 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

finch_cli-0.1.2-py3-none-any.whl (26.8 kB view details)

Uploaded Python 3

File details

Details for the file finch_cli-0.1.2.tar.gz.

File metadata

  • Download URL: finch_cli-0.1.2.tar.gz
  • Upload date:
  • Size: 55.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.3

File hashes

Hashes for finch_cli-0.1.2.tar.gz
Algorithm Hash digest
SHA256 6e218c211b772230f5a54d735b408203a5628262d988176a2d6982da9b82e347
MD5 862a9defdb55f440806b563a3380028e
BLAKE2b-256 b42d8e44df7e4edc79e61db338f0dd0d97f74ce5495daa8d0eb318915381c9bb

See more details on using hashes here.

File details

Details for the file finch_cli-0.1.2-py3-none-any.whl.

File metadata

  • Download URL: finch_cli-0.1.2-py3-none-any.whl
  • Upload date:
  • Size: 26.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.3

File hashes

Hashes for finch_cli-0.1.2-py3-none-any.whl
Algorithm Hash digest
SHA256 03c738a1f2710d616281af6d5d547904fb79ad07e0f2078c4a8faed77807e0ab
MD5 b624c5b75906daa737c7952d332dc9d7
BLAKE2b-256 a79816698dcb5480faff2f516d263893a947b5d639ab77c83d538fd09a93585a

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page