Skip to content

powehihihi/jobleaf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jobleaf

What is it

Ever struggled with boilerplate code when writing your resume?

Jobleaf is an ultimate low-latency high-level ai-powered low-code blockchainsawman maybe-encrypted almost-magic solution for writting your CV!

What is it 2

Jobleaf converts yaml to latex/html/md/groff templates, that's all.

Examples!!!

This piece of art is generated from lorem.yaml:

cool resume

Getting started

Install jobleaf:

go install github.com/powehihihi/jobleaf@latest

Initialize and fill resume.yaml

jobleaf init --edit # you might put your favourite editor here

Generate latex code and...

...print to stdout:

jobleaf run 

...save to clipboard

# linux with wayland
jobleaf run | wl-copy
# linux with xorg
jobleaf run | xclip
# windows
jobleaf run | clip
# mac
jobleaf run | pbcopy

...save to file

jobleaf run --output WHERE/PUT/TEX

Using your own template

Jobleaf uses text/template for code generation. Adapting your template to my resume format shouldn't be hard. However, it's too boring. Please open an issue, i'll help you.

Plans...

I really like this tiny project of mine, i'm planning to add:

  • TUI wizard for filling resume.yaml
  • Mods integration/example??
  • Clear example of how to use golang text/template
  • HTML/markdown templates
  • What if... TUI resume template

Special thanks

main template is a fork of Muhammadjon's resume. He did a great job!