{"id":20651983,"url":"https://github.com/foiovituh/bddf","last_synced_at":"2026-05-05T10:32:28.408Z","repository":{"id":65824761,"uuid":"600756040","full_name":"foiovituh/bddf","owner":"foiovituh","description":"Broken Dynamic Dependencies Finder ⛓️","archived":false,"fork":false,"pushed_at":"2023-02-13T16:14:31.000Z","size":8,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-17T10:29:09.068Z","etag":null,"topics":["bash","dependencies","ldd","libs","linux","script","shell"],"latest_commit_sha":null,"homepage":"","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/foiovituh.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":"CODE_OF_CONDUCT.md","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-02-12T14:05:04.000Z","updated_at":"2023-02-12T14:16:56.000Z","dependencies_parsed_at":"2023-05-18T01:30:57.985Z","dependency_job_id":null,"html_url":"https://github.com/foiovituh/bddf","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/foiovituh%2Fbddf","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/foiovituh%2Fbddf/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/foiovituh%2Fbddf/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/foiovituh%2Fbddf/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/foiovituh","download_url":"https://codeload.github.com/foiovituh/bddf/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242750785,"owners_count":20179257,"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","dependencies","ldd","libs","linux","script","shell"],"created_at":"2024-11-16T17:31:17.964Z","updated_at":"2026-05-05T10:32:28.403Z","avatar_url":"https://github.com/foiovituh.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ⛓️ bddf (broken dynamic dependencies finder)\n![GitHub License](https://img.shields.io/github/license/foiovituh/bddf)\n![GitHub Release](https://img.shields.io/github/v/release/foiovituh/bddf)\n\n🧩 A simple Bash script to check system commands for missing shared libraries (.so files) with ldd.\n\n## 🔗 Dependencies\nRequires basic Unix tools:\n- `bash`\n- `cut`\n- `grep`\n- `ldd`\n- `which`\n\nThese are available by default on most Linux systems, but may be missing in minimal environments (e.g. Alpine, Docker).\n\n## 📦 Installation\n```bash\ngit clone https://github.com/foiovituh/bddf.git\ncd bddf\nchmod +x bddf.sh\nsudo ln -s \"$PWD/bddf.sh\" /usr/local/bin/bddf\n```\n\n## 🚀 Usage\n### Command syntax :\n```bash\nbddf [type of search] [binary name or dependencies file path]\n```\n\n### Type of search:\n```bash\n-b \u003cbinary_name\u003e          binary name to check\n-d \u003cdependencies_file\u003e    file that contains a list of binaries to check\n```\n\n### Optional:\n```bash\n-v                        show script version\n-h                        show a help message\n```\n\n### Examples:\n- Only one binary to check:\n```bash\nbddf -b compton\n```\n\n- Check multiple binaries from a file:\n```bash\n# Example content of dependencies.txt:\n# jq\n# figlet\n# compton\n\nbddf -d /home/user/project/dependencies.txt\n```\n\n## ⭐ Support the Project\nIf you like this project or find it useful, please give it a star! It helps with visibility and motivates continued development.\n\n## 📄 License\nDistributed under the MIT License. See [`LICENSE`](LICENSE) for more information.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffoiovituh%2Fbddf","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffoiovituh%2Fbddf","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffoiovituh%2Fbddf/lists"}