dlalic / resume

Store the resume in one place and use it to render a TeX file or populate web forms

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Resume

Continuous integration CodeFactor

Tired of having resume stored in different places and formats? Store it in one place: a human readable yaml and use it to generate a LaTeX pdf or populate web forms with a help of browser extension.

Integrations

cargo run -- tex

Outputs a output.tex file that renders into the below pdf based on example data in examples/resume.yaml.

resume

Notes

  1. tectonic isn't used due to its external dependencies, render the output to pdf with locally installed XeLaTeX. Plain LaTeX won't work due to custom font usage.
  2. The fonts used are located in examples/fonts directory and licensed under SIL Open Font License.
  3. A similar project is pyresume.

cargo run -- browser-extension

Generates a web browser extension with the employment and education fields of the resume. The extension is a panel shown on the left side below. The fields are copied to clipboard on click for convenience and suggestions are shown if possible.

resume

Notes

  1. Read the user agreement and all terms and conditions of the website before using this extension. Some popular professional networks have explicit clauses that disallow using tools to interact with their websites.
  2. Currently only Firefox is supported.
  3. The suggestions aren't 100% correct.

About

Store the resume in one place and use it to render a TeX file or populate web forms

License:MIT License


Languages

Language:Rust 56.6%Language:HTML 17.3%Language:TeX 15.0%Language:JavaScript 11.2%