{"id":23534998,"url":"https://github.com/tina-lel/bpm","last_synced_at":"2026-03-02T12:07:26.060Z","repository":{"id":268023519,"uuid":"898888892","full_name":"Tina-lel/bpm","owner":"Tina-lel","description":"A package manager for linux written in bash","archived":false,"fork":false,"pushed_at":"2025-02-13T19:12:22.000Z","size":105,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-23T04:19:11.395Z","etag":null,"topics":["bash","bash-script","bash-scripting","package","package-management","package-manager"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Tina-lel.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":"2024-12-05T08:23:00.000Z","updated_at":"2025-02-13T19:12:26.000Z","dependencies_parsed_at":"2025-02-04T14:22:19.889Z","dependency_job_id":"1c0229d0-f3b1-4a3d-939e-6b6dc0cfa023","html_url":"https://github.com/Tina-lel/bpm","commit_stats":null,"previous_names":["tina-lel/bpm"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tina-lel%2Fbpm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tina-lel%2Fbpm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tina-lel%2Fbpm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tina-lel%2Fbpm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Tina-lel","download_url":"https://codeload.github.com/Tina-lel/bpm/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250366715,"owners_count":21418772,"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","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","bash-script","bash-scripting","package","package-management","package-manager"],"created_at":"2024-12-26T01:14:08.354Z","updated_at":"2026-03-02T12:07:25.984Z","avatar_url":"https://github.com/Tina-lel.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Bash Package Manager\n\n\u003cp align=\"left\"\u003e\n    \u003c!-- Stars Badge --\u003e\n\t\u003ca href=\"https://github.com/Tina-lel/bpm/stargazers\"\u003e\u003cimg src=\"https://img.shields.io/github/stars/Tina-lel/bpm?colorA=1e1e2e\u0026colorB=b7bdf8\u0026style=for-the-badge\"\u003e\u003c/a\u003e\n    \u003c!-- Issues Badge --\u003e\n\t\u003ca href=\"https://github.com/Tina-lel/bpm/issues\"\u003e\u003cimg src=\"https://img.shields.io/github/issues/Tina-lel/bpm?colorA=1e1e2e\u0026colorB=f5a97f\u0026style=for-the-badge\"\u003e\u003c/a\u003e\n    \u003c!-- Contributors Badge --\u003e\n\t\u003ca href=\"https://github.com/Tina-lel/bpm/contributors\"\u003e\u003cimg src=\"https://img.shields.io/github/contributors/Tina-lel/bpm?colorA=1e1e2e\u0026colorB=a6da95\u0026style=for-the-badge\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n\u003cp align=\"left\"\u003e\n    \u003c!-- License Badge --\u003e\n    \u003ca href=\"https://github.com/Tina-lel/bpm/blob/main/LICENSE\"\u003e\u003cimg src=\"https://img.shields.io/github/license/Tina-lel/bpm?logo=Github\u0026colorA=1e1e2e\u0026colorB=cba6f7\u0026style=for-the-badge\"\u003e\u003c/a\u003e\n    \u003c!-- Version Badge --\u003e\n    \u003ca href=\"https://github.com/Tina-lel/bpm/blob/main/bpm\"\u003e\u003cimg src=\"https://img.shields.io/badge/Version-0.1-blue?colorA=1e1e2e\u0026colorB=cdd6f4\u0026style=for-the-badge\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\nA ~fully functioning~ package manager for linux written in bash\n\n# Information\n\n\u003e [!NOTE]\n\u003e This is work in progress,\n\u003e proceed with caution.\n\n# Installation\n\n```shell\ngit clone https://github.com/Tina-lel/bpm\ncd bpm/\n ./install.sh\n```\n\n# Usage\n\n```plaintext\nusage: bpm \u003coperation\u003e [...]\noperations:\n    bpm add     [package(s)]\n    bpm del     [package(s)]\n    bpm update\n    bpm upgrade\n    bpm config\n    bpm search  [package]\n    bpm info    [package]\n    bpm list\n    bpm index\n    bpm clean\n    bpm depclean\n    bpm help\n    bpm version\n\n```\n\n# Todo\n\n## Frontend\n\n- [x] File Checksums\n- [x] Full Tool Arguments\n- [x] Local packages list\n- [x] ~/.config/bpm.conf for various stuff\n- [x] Search by package name and description\n- [x] Update function with new version display\n- [x] Installed, Upgraded, Removed Packages net size\n- [ ] x86 64bit, 32bit and arm support\n\n## Backend\n\n- [x] Package builder script with checksum generation\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftina-lel%2Fbpm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftina-lel%2Fbpm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftina-lel%2Fbpm/lists"}