{"id":31702319,"url":"https://github.com/niblicat/rendercv-branching-utility-scripts","last_synced_at":"2025-10-08T21:50:50.514Z","repository":{"id":316658829,"uuid":"1049325995","full_name":"niblicat/rendercv-branching-utility-scripts","owner":"niblicat","description":"some scripts to ease the process of personalizing resumes by using the active Git branch to output to a unique directory","archived":false,"fork":false,"pushed_at":"2025-09-25T22:17:12.000Z","size":16,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-09-26T00:24:08.435Z","etag":null,"topics":["cv","resume","shell-scripts"],"latest_commit_sha":null,"homepage":"","language":"Typst","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/niblicat.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-09-02T20:10:53.000Z","updated_at":"2025-09-25T22:38:16.000Z","dependencies_parsed_at":"2025-09-26T00:37:16.755Z","dependency_job_id":null,"html_url":"https://github.com/niblicat/rendercv-branching-utility-scripts","commit_stats":null,"previous_names":["niblicat/rendercv-branching"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/niblicat/rendercv-branching-utility-scripts","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/niblicat%2Frendercv-branching-utility-scripts","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/niblicat%2Frendercv-branching-utility-scripts/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/niblicat%2Frendercv-branching-utility-scripts/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/niblicat%2Frendercv-branching-utility-scripts/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/niblicat","download_url":"https://codeload.github.com/niblicat/rendercv-branching-utility-scripts/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/niblicat%2Frendercv-branching-utility-scripts/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279000701,"owners_count":26082837,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-08T02:00:06.501Z","response_time":56,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cv","resume","shell-scripts"],"created_at":"2025-10-08T21:50:49.354Z","updated_at":"2025-10-08T21:50:50.506Z","avatar_url":"https://github.com/niblicat.png","language":"Typst","funding_links":[],"categories":[],"sub_categories":[],"readme":"# [rendercv](https://docs.rendercv.com) Branching Utility Scripts\n\nThe scripts and configuration in this repository were designed to streamline resume design and rendering using [rendercv](https://docs.rendercv.com). Since resumes are often iterative and slight variations on one another, it makes sense to use git version control to switch between and modify resumes.\n\n## Table of Contents\n\n1. [Table of Contents](#table-of-contents)\n2. [Requirements](#requirements)\n3. [Scripts](#scripts)\n    1. [render](#render)\n    2. [watch](#watch)\n    3. [initconda](#initconda)\n    4. [colortest](#colortest)\n4. [Setup](#setup)\n    1. [configuration](#configuration)\n    2. [conda](#conda)\n5. [Visual Studio Code](#visual-studio-code)\n\n## Requirements\n\nThe following are **required** to use the tool.\n\n- Python (v3.10+)\n- rendercv (v2.2)\n\nThe following are **optional**, but recommended.\n\n- git\n- conda\n\n## Scripts\n\n### [render](./render.sh)\n\nRenders your cv to a directory that depends on the current git branch. By default, the rendered output directories are saved at `./history/`. If your current branch is \"main\", the rendered output files will be contained within `./history/branch-main/`.\n\nIf you *do not* have git, the rendered output files will be contained within `./history/standard/`.\n\n```bash\n./render.sh\n```\n\n### [watch](./watch.sh)\n\nRenders your cv with live updates as you modify the input YAML file. By default, the rendered output files will be contained within `./watch/`.\n\n```bash\n./watch.sh\n```\n\n### [initconda](./initconda.sh)\n\nAutomatically initializes a conda environment with rendercv.\n\n```bash\n./initconda.sh\n```\n\n### [colortest](./colortest.sh)\n\nSimply displays the colors defined in the configuration file to the terminal.\n\n```bash\n./colortest.sh\n```\n\n## Setup\n\nAssuming you have Python, follow the [rendercv user guide](https://docs.rendercv.com/user_guide/) to install rendercv. That's about it, really.\n\n### Configuration\n\nYou can modify the configuration (see [config.cfg](./config.cfg)) to output your rendered cv to a different directory, modify the expected YAML source, modify the terminal colors, and more. See the [rendercv docs](https://docs.rendercv.com/) to learn how to modify themes, create new themes, and more.\n\n### Conda\n\nIf you use the conda environment manager, it is easy to setup an environment using the [`environment.yaml`](./environment.yaml).\n\n```bash\nconda env create -f environment.yaml\n```\n\nAlternatively, you can execute the [`initconda.sh`](./initconda.sh) script to do the same thing.\n\n```bash\n./initconda.sh\n```\n\n## Visual Studio Code\n\nThe [`.vscode/tasks.json`](.vscode/tasks.json) defines some tasks for quick execution from the Visual Studio Code command palette. To access, perform the following keyboard shortcut and then write \"Tasks: Run Task\".\n\n- Windows/Linux: `Ctrl` + `Shift` + `P`\n- macOS: `Cmd` + `Shift` + `P`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fniblicat%2Frendercv-branching-utility-scripts","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fniblicat%2Frendercv-branching-utility-scripts","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fniblicat%2Frendercv-branching-utility-scripts/lists"}