{"id":34231195,"url":"https://github.com/abenz1267/bmv","last_synced_at":"2026-03-10T20:34:32.580Z","repository":{"id":225462609,"uuid":"766039275","full_name":"abenz1267/bmv","owner":"abenz1267","description":"bulk rename files from stdin. drop-in mv replacement.","archived":false,"fork":false,"pushed_at":"2024-03-11T20:13:57.000Z","size":1486,"stargazers_count":9,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-02-10T06:22:23.880Z","etag":null,"topics":["cli","go","productivity","rename"],"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/abenz1267.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-03-02T06:59:14.000Z","updated_at":"2024-11-24T13:58:49.000Z","dependencies_parsed_at":"2024-03-02T09:31:04.421Z","dependency_job_id":"b78e1439-e8cb-4754-8f76-eabc7d6e0f01","html_url":"https://github.com/abenz1267/bmv","commit_stats":null,"previous_names":["abenz1267/bmv"],"tags_count":14,"template":false,"template_full_name":null,"purl":"pkg:github/abenz1267/bmv","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abenz1267%2Fbmv","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abenz1267%2Fbmv/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abenz1267%2Fbmv/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abenz1267%2Fbmv/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/abenz1267","download_url":"https://codeload.github.com/abenz1267/bmv/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abenz1267%2Fbmv/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30352882,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-10T15:55:29.454Z","status":"ssl_error","status_checked_at":"2026-03-10T15:54:58.440Z","response_time":106,"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":["cli","go","productivity","rename"],"created_at":"2025-12-16T01:09:53.455Z","updated_at":"2026-03-10T20:34:32.573Z","avatar_url":"https://github.com/abenz1267.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# BMV - Bulkmove\n\nWrapper around `mv` which allows bulk operations via stdin.\n\nbmv will also create missing directories and cleanup directories that became empty in the process. Both are configurable via flags.\n\n## Features\n\n- bulk renaming via stdin\n- rename file(s) in editor ($EDITOR)\n- define processor for renaming, f.e. `sed`\n- create missing directories on the fly\n- delete directories that became empty after moving\n- drop-in replacement for `mv`: args/flags will be passed to `mv`\n- handles circular renaming\n\n## Installation\n\n```sh\n# Arch\nyay -S bmv\nyay -S bmv-bin\n\n# via Go\ngo install github.com/abenz126/bmv@latest\n```\n\n`mv` instance being used is `/usr/bin/mv`, unless `$BMV_MV` is specified.\n\n## Usage\n\n```sh\n# normal 'mv' actions, simply passed to 'mv':\nbmv oldfile newfile\n\n# bmv specific:\n\u003c2 column output from external [src dest\\n]\u003e | bmv\nfzf -m | bmv -e # defaults to $EDITOR\nfzf -m | bmv -e=vim\nls | bmv -p sed 's/old/new/'\nbmv -p sed 's/old/new/' # implicit call to 'ls'\nbmv # same as 'ls | bmv -e'\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabenz1267%2Fbmv","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fabenz1267%2Fbmv","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabenz1267%2Fbmv/lists"}