{"id":39055486,"url":"https://github.com/virtualroot/asdf-bfs","last_synced_at":"2026-01-17T18:00:40.368Z","repository":{"id":191955751,"uuid":"685909230","full_name":"virtualroot/asdf-bfs","owner":"virtualroot","description":"An asdf plugin for bfs, the breadth-first UNIX find variant","archived":false,"fork":false,"pushed_at":"2025-12-30T17:43:10.000Z","size":49,"stargazers_count":0,"open_issues_count":2,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-03T13:47:13.823Z","etag":null,"topics":["asdf-plugin","bfs","breadth-first-search","command-line","directory-tree","find","linux","macos"],"latest_commit_sha":null,"homepage":"https://tavianator.com/projects/bfs.html","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/virtualroot.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"contributing.md","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-09-01T09:36:37.000Z","updated_at":"2025-12-30T17:43:12.000Z","dependencies_parsed_at":"2023-09-01T18:33:08.855Z","dependency_job_id":"ab63235e-41ca-4580-9821-6441d7f59029","html_url":"https://github.com/virtualroot/asdf-bfs","commit_stats":null,"previous_names":["virtualroot/asdf-bfs"],"tags_count":3,"template":false,"template_full_name":"asdf-vm/asdf-plugin-template","purl":"pkg:github/virtualroot/asdf-bfs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/virtualroot%2Fasdf-bfs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/virtualroot%2Fasdf-bfs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/virtualroot%2Fasdf-bfs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/virtualroot%2Fasdf-bfs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/virtualroot","download_url":"https://codeload.github.com/virtualroot/asdf-bfs/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/virtualroot%2Fasdf-bfs/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28514939,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-17T17:57:59.192Z","status":"ssl_error","status_checked_at":"2026-01-17T17:57:52.527Z","response_time":85,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":["asdf-plugin","bfs","breadth-first-search","command-line","directory-tree","find","linux","macos"],"created_at":"2026-01-17T18:00:23.724Z","updated_at":"2026-01-17T18:00:40.363Z","avatar_url":"https://github.com/virtualroot.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n\n# asdf-bfs [![Build](https://github.com/virtualroot/asdf-bfs/actions/workflows/build.yml/badge.svg)](https://github.com/virtualroot/asdf-bfs/actions/workflows/build.yml) [![Lint](https://github.com/virtualroot/asdf-bfs/actions/workflows/lint.yml/badge.svg)](https://github.com/virtualroot/asdf-bfs/actions/workflows/lint.yml)\n\n[bfs](https://github.com/tavianator/bfs) plugin for the [asdf version manager](https://asdf-vm.com).\n\n\u003c/div\u003e\n\n# Contents\n\n- [Dependencies](#dependencies)\n- [Install](#install)\n- [Contributing](#contributing)\n- [License](#license)\n\n# Dependencies\n\n- C compiler, GNU make, `bash`, `curl`, `tar`: generic POSIX utilities.\n- `acl`, `attr`, `libcap`, `oniguruma` libs.\n\n# Install\n\nDependencies:\n\nTo build bfs from source, you need to install some [dependencies](https://github.com/tavianator/bfs/blob/main/README.md#installation).\n\n\u003cpre\u003e\n\u003cstrong\u003eAlpine Linux\u003c/strong\u003e\n# apk add acl{,-dev} attr{,-dev} libcap{,-dev} oniguruma-dev\n\n\u003cstrong\u003eArch Linux\u003c/strong\u003e\n# pacman -S acl attr libcap oniguruma\n\n\u003cstrong\u003eDebian/Ubuntu\u003c/strong\u003e\n# apt install acl libacl1-dev attr libattr1-dev libcap2-bin libcap-dev libonig-dev\n\n\u003cstrong\u003eFedora\u003c/strong\u003e\n# dnf install acl libacl-devel libattr-devel libcap-devel oniguruma-devel\n\n\u003cstrong\u003eNixOS\u003c/strong\u003e\n# nix-env -i acl attr libcap oniguruma\n\n\u003cstrong\u003eVoid Linux\u003c/strong\u003e\n# xbps-install -S acl-{devel,progs} attr-{devel,progs} libcap-{devel,progs} oniguruma-devel\n\n\u003cstrong\u003eMacPorts\u003c/strong\u003e\n# port install oniguruma6\n\n\u003cstrong\u003eHomebrew\u003c/strong\u003e\n$ brew install oniguruma\n\u003c/pre\u003e\n\nPlugin:\n\n```shell\nasdf plugin add bfs\n# or\nasdf plugin add bfs https://github.com/virtualroot/asdf-bfs.git\n```\n\nbfs:\n\n```shell\n# Show all installable versions\nasdf list-all bfs\n\n# Install specific version\nasdf install bfs latest\n\n# Set a version globally (on your ~/.tool-versions file)\nasdf global bfs latest\n\n# Now bfs commands are available\nbfs --version\n```\n\nCheck [asdf](https://github.com/asdf-vm/asdf) readme for more instructions on how to\ninstall \u0026 manage versions.\n\n# Contributing\n\nContributions of any kind welcome! See the [contributing guide](contributing.md).\n\n[Thanks goes to these contributors](https://github.com/virtualroot/asdf-bfs/graphs/contributors)!\n\n# License\n\nSee [LICENSE](LICENSE) © [Alejandro Lazaro](https://github.com/virtualroot/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvirtualroot%2Fasdf-bfs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvirtualroot%2Fasdf-bfs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvirtualroot%2Fasdf-bfs/lists"}