{"id":19686146,"url":"https://github.com/loiccoyle/localleaf","last_synced_at":"2026-05-09T05:03:38.176Z","repository":{"id":116544843,"uuid":"591767579","full_name":"loiccoyle/localleaf","owner":"loiccoyle","description":"🍃 Easy breezy latex, monitor .tex files \u0026 builds pdf on change - a local overleaf","archived":false,"fork":false,"pushed_at":"2025-09-07T22:11:09.000Z","size":90,"stargazers_count":6,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-08T00:16:21.940Z","etag":null,"topics":["docker","latex","overleaf","papers","script"],"latest_commit_sha":null,"homepage":"https://loiccoyle.com/projects/localleaf","language":"Shell","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/loiccoyle.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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}},"created_at":"2023-01-21T19:57:21.000Z","updated_at":"2025-09-07T22:11:12.000Z","dependencies_parsed_at":null,"dependency_job_id":"aad7679f-b59c-4179-b71b-7f7c5b20dde9","html_url":"https://github.com/loiccoyle/localleaf","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/loiccoyle/localleaf","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/loiccoyle%2Flocalleaf","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/loiccoyle%2Flocalleaf/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/loiccoyle%2Flocalleaf/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/loiccoyle%2Flocalleaf/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/loiccoyle","download_url":"https://codeload.github.com/loiccoyle/localleaf/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/loiccoyle%2Flocalleaf/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32807861,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-08T08:22:46.396Z","status":"online","status_checked_at":"2026-05-09T02:00:06.633Z","response_time":123,"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":["docker","latex","overleaf","papers","script"],"created_at":"2024-11-11T18:26:25.924Z","updated_at":"2026-05-09T05:03:38.165Z","avatar_url":"https://github.com/loiccoyle.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://loiccoyle.com/images/projects/localleaf/cover.png\" alt=\"Localleaf cover image\" /\u003e\n  \u003ca href=\"https://github.com/loiccoyle/localleaf/actions/workflows/ci.yml\"\u003e\u003cimg src=\"https://github.com/loiccoyle/localleaf/actions/workflows/ci.yml/badge.svg\"\u003e\u003c/a\u003e\n  \u003ca href=\"https://aur.archlinux.org/packages/localleaf-git\"\u003e\u003cimg src=\"https://img.shields.io/aur/version/localleaf-git\" alt=\"AUR version\"\u003e\u003c/a\u003e\n  \u003cimg src=\"https://img.shields.io/github/license/loiccoyle/localleaf\" alt=\"License\"\u003e\n\u003c/p\u003e\n\u003ch1 align=\"center\"\u003e🍃 localleaf 🍃\u003c/h1\u003e\n\u003cp align=\"center\"\u003e\u003cstrong\u003eEasy breezy LaTeX:\u003c/strong\u003e A tool to monitor and build LaTeX projects, powered by Docker.\u003c/p\u003e\n\n## ✨ Key Features\n\n- Monitors source files and rebuilds the project automatically.\n- Supports various LaTeX engines (e.g., `pdflatex`, `xelatex`, `lualatex`).\n- Keeps your project directory clean with configurable output paths.\n\n## 📋 Usage\n\nTo start monitoring and building a LaTeX project, run:\n\n```bash\nlocalleaf project_dir/ -m project_dir/main_document.tex\n```\n\nIf in doubt check the `-h`elp.\n\n\u003c!-- help start --\u003e\n\n```console\n$ localleaf -h\nSelected container engine: podman\nEasy breezy latex.\n\nSpins up a latex docker image, monitors source files and builds on change.\n\nUsage: localleaf [OPTIONS] [PROJECT_DIR] -- [EXTRA_ARGS]\n  -h                          Show this message and exit.\n  -m MAIN_DOCUMENT            The main document of the latex project.\n  -e ENGINE                   Latex engine. [pdflatex] {latex,pdflatex,xelatex,lualatex}\n  -i IMAGE                    Docker image. [loiccoyle/localleaf]\n  -c                          Commit changes on exit.\n  -1                          Don't monitor, build once and exit.\n  PROJECT_DIR                 Root directory of the latex project. ['.']\n  EXTRA_ARGS                  Extra arguments to pass to latexmk, e.g. --outdir=build/\n```\n\n\u003c!-- help end --\u003e\n\n\u003e [!TIP]\n\u003e Run with `localleaf {your args} -- --outdir=build/ --auxdir=aux/` to not clutter the root directory with the build and auxiliary files.\n\n## 📦 Installation\n\n### Dependencies\n\nYou only need `docker`.\n\n### Manual\n\nClone this repo and add the script somewhere on your `$PATH`.\n\n```bash\ngit clone https://github.com/loiccoyle/localleaf\nmv localleaf/localleaf ~/.local/bin/\n```\n\n### Arch\n\nUsing your favourite AUR helper:\n\n```bash\nparu -S localleaf-git\n```\n\n\u003e [!TIP]\n\u003e To keep the docker image up to date, run `docker pull loiccoyle/localleaf` from time to time.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Floiccoyle%2Flocalleaf","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Floiccoyle%2Flocalleaf","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Floiccoyle%2Flocalleaf/lists"}