{"id":37173294,"url":"https://github.com/lucas-ingemar/packtrak","last_synced_at":"2026-01-14T20:15:19.039Z","repository":{"id":203807767,"uuid":"710417218","full_name":"lucas-ingemar/packtrak","owner":"lucas-ingemar","description":"Track your package managers","archived":false,"fork":false,"pushed_at":"2025-03-11T10:44:32.000Z","size":454,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-01T12:45:17.929Z","etag":null,"topics":["bash","cli","dnf","git","golang","manager","package","package-manager","packtrak"],"latest_commit_sha":null,"homepage":"","language":"Go","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/lucas-ingemar.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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-10-26T16:41:01.000Z","updated_at":"2025-03-11T10:41:53.000Z","dependencies_parsed_at":"2023-11-23T17:30:14.693Z","dependency_job_id":"abbdd0c0-b3f6-4506-86a4-68f7ff6d7b42","html_url":"https://github.com/lucas-ingemar/packtrak","commit_stats":null,"previous_names":["lucas-ingemar/mdnf"],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/lucas-ingemar/packtrak","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lucas-ingemar%2Fpacktrak","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lucas-ingemar%2Fpacktrak/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lucas-ingemar%2Fpacktrak/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lucas-ingemar%2Fpacktrak/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lucas-ingemar","download_url":"https://codeload.github.com/lucas-ingemar/packtrak/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lucas-ingemar%2Fpacktrak/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28434422,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T18:57:19.464Z","status":"ssl_error","status_checked_at":"2026-01-14T18:52:48.501Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["bash","cli","dnf","git","golang","manager","package","package-manager","packtrak"],"created_at":"2026-01-14T20:15:18.233Z","updated_at":"2026-01-14T20:15:19.026Z","avatar_url":"https://github.com/lucas-ingemar.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n    \u003cpicture\u003e\n      \u003cimg alt=\"packtrak\" title=\"packtrak\" src=\"docs/assets/img/logowtext.png\"\u003e\n    \u003c/picture\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://github.com/lucas-ingemage/packtrack/releases\" style=\"text-decoration: none\"\u003e\n    \u003cimg alt=\"GitHub release\" src=\"https://img.shields.io/github/v/release/lucas-ingemar/packtrak?style=flat-square\u0026label=Latest%20Version\"\u003e\n  \u003c/a\u003e\n\n  \u003cimg alt=\"GitHub Stars\" src=\"https://img.shields.io/github/stars/lucas-ingemar/packtrak?style=flat-square\u0026logo=github\u0026label=Stars\"\u003e\n  \u003cimg alt=\"Go Version\" src=\"https://img.shields.io/github/go-mod/go-version/lucas-ingemar/packtrak?style=flat-square\u0026logo=go\u0026label=Version\"\u003e\n  \u003cimg alt=\"License\" src=\"https://img.shields.io/github/license/lucas-ingemar/packtrak?style=flat-square\u0026label=License\"\u003e\n\n  \u003ca href=\"https://goreportcard.com/badge/github.com/lucas-ingemar/packtrak\" style=\"text-decoration: none\"\u003e\n    \u003cimg alt=\"Go Report Card\" src=\"https://goreportcard.com/badge/github.com/lucas-ingemar/packtrak?style=flat-square\"\u003e\n  \u003c/a\u003e\n\n  \u003cimg alt=\"Build\" src=\"https://img.shields.io/github/actions/workflow/status/lucas-ingemar/packtrak/go-test.yml?style=flat-square\u0026logo=github\u0026label=Tests\"\u003e\n\n\u003c/p\u003e\n\n\n## Track Your Package Managers\nYou have all your dotfiles in sync between your systems and you know you can set up a new system instantly. You get a new computer, download your dotfiles and think you are ready to go. But now you remember - I need to install a lot of system packages to get my setup working...\nNow there is a solution to this problem! Packtrak tracks your package managers and keeps a manifest containing all the packages you want your system to have. \nThe manifest is easily revisioned and can just like your dotfiles be shared across systems.\n\n## Install\n\n### Go \nUse go install to compile locally. \n\n``` bash\ngo install github.com/lucas-ingemar/packtrak/cmd/packtrak@latest\n```\n\n## Quick Usage Guide\n\nInstall a package:\n``` bash\npacktrak [manager] install [package]\n```\n\nRemove a package:\n``` bash\npacktrak [manager] remove [package]\n```\n\nInstall a depencdency:\n``` bash\npacktrak [manager] install --dependency [dependency]\n```\n\nRemove a dependency:\n``` bash\npacktrak [manager] remove --dependency [dependency]\n```\n\nSynchronize manifest and system: \n``` bash\npacktrak sync \n```\n\nSee the [documentation](docs/cmd/packtrak.md) for more information.\n\n\n## Autocompletion\nPacktrak generates its own autocompletion for the commands. Simply put the following command in your `.bashrc`, `.zshrc` or the corresponding file for your setup:\n\n``` bash\nsource \u003c(packtrak completion [shell])\n```\n\n## Manifest File\nThe wanted package state for the managers is listed in `~/.config/packtrak/manifest.yaml`. This file can be shared between computers to sync the state between them. When installing and removing packages this file will be updated.\n\nAn example of the file layout:\n\n``` yaml\ndnf:\n  global:\n    dependencies:\n      - copr:copr.fedorainfracloud.org/phracek/PyCharm\n    packages:\n      - sway\n      - kanshi\n      - btop\n  conditional:\n    - type: group\n      value: work\n      dependencies: \n        - cm:https://rpm.releases.hashicorp.com/fedora/hashicorp.repo\n      packages: \n        - terraform\n    - type: group\n      value: home\n      dependencies: []\n      packages:\n        - htop\n    - type: host\n      value: spock\n      dependencies: []\n      packages: \n        - krita\ngit:\n  global:\n    dependencies: []\n    packages:\n      - https://github.com/zsh-users/zsh-autosuggestions.git\n      - https://github.com/binpash/try.git\n      - https://github.com/ahmetb/kubectx\n  conditional: []\ngo:\n  global:\n    dependencies: []\n    packages:\n      - github.com/lucas-ingemar/packtrak/cmd/packtrak\n      - github.com/mikefarah/yq/v4\n      - github.com/lucas-ingemar/clergo/cmd/clergo\n      - github.com/golangci/golangci-lint/cmd/golangci-lint\n      - golang.org/x/tools/gopls\n      - sigs.k8s.io/kind\n      - github.com/rogpeppe/godef\n  conditional: []\n_version: v0.9.0\n\n```\n### Global\nEverything under `global` will be installed on all machines with this file. This should contain the all the packages that you want to share between all your systems. \nIf a package or dependency is installed without any arguments they will be added under the global category.\n\n### Conditional\nUnder `conditional` different rules can be applied. These rules are used to only install packages or dependencies on systems that match the rules.\n\n#### Group\nThe group is matched against what is defined in the config file under `groups`. If the group in the manifest matches one of the groups in the config file the rule is applied.\n\n#### Host\nThe host matches the hostname of the system. If it is a match the rule is applied.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flucas-ingemar%2Fpacktrak","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flucas-ingemar%2Fpacktrak","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flucas-ingemar%2Fpacktrak/lists"}