{"id":29333250,"url":"https://github.com/samasaur1/mvp","last_synced_at":"2025-10-17T11:08:02.538Z","repository":{"id":297855802,"uuid":"997691441","full_name":"Samasaur1/mvp","owner":"Samasaur1","description":"mvp. move with a prefix","archived":false,"fork":false,"pushed_at":"2025-06-12T06:05:27.000Z","size":19,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-07-08T04:27:13.128Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Samasaur1.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2025-06-07T01:21:27.000Z","updated_at":"2025-06-12T06:05:30.000Z","dependencies_parsed_at":"2025-06-07T23:38:06.696Z","dependency_job_id":null,"html_url":"https://github.com/Samasaur1/mvp","commit_stats":null,"previous_names":["samasaur1/mvp"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Samasaur1/mvp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Samasaur1%2Fmvp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Samasaur1%2Fmvp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Samasaur1%2Fmvp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Samasaur1%2Fmvp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Samasaur1","download_url":"https://codeload.github.com/Samasaur1/mvp/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Samasaur1%2Fmvp/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265716306,"owners_count":23816354,"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":[],"created_at":"2025-07-08T02:43:46.416Z","updated_at":"2025-10-17T11:08:02.476Z","avatar_url":"https://github.com/Samasaur1.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"Given the following tree of files:\n\n```shell\ndrwxr-xr-x - sam wheel  7 Jun 15:32 dest\ndrwxr-xr-x - sam wheel  7 Jun 14:35 src\n.rw-r--r-- 0 sam wheel  7 Jun 14:57 ├── 'other prefix[85].txt'\n.rw-r--r-- 0 sam wheel  7 Jun 14:57 ├── 'other prefix[468].txt'\n.rw-r--r-- 0 sam wheel  7 Jun 14:57 ├── 'other prefix[547].txt'\n.rw-r--r-- 0 sam wheel  7 Jun 14:57 ├── 'other prefix[758].txt'\n.rw-r--r-- 0 sam wheel  7 Jun 14:57 ├── 'other prefix[1343].txt'\n.rw-r--r-- 0 sam wheel  7 Jun 14:57 ├── 'other prefix[3462].txt'\n.rw-r--r-- 0 sam wheel  7 Jun 14:57 ├── 'other prefix[6532].txt'\n.rw-r--r-- 0 sam wheel  7 Jun 14:57 ├── 'other prefix[24546].txt'\n.rw-r--r-- 0 sam wheel  7 Jun 14:57 ├── 'other prefix[654345].txt'\n.rw-r--r-- 0 sam wheel  7 Jun 14:57 ├── pref[11]suf.txt\n.rw-r--r-- 0 sam wheel  7 Jun 14:57 ├── pref[12]suf.txt\n.rw-r--r-- 0 sam wheel  7 Jun 14:57 ├── pref[14]suf.txt\n.rw-r--r-- 0 sam wheel  7 Jun 14:57 ├── pref[52]suf.txt\n.rw-r--r-- 0 sam wheel  7 Jun 14:57 ├── pref[74]suf.txt\n.rw-r--r-- 0 sam wheel  7 Jun 14:57 └── pref[458]suf.txt\n```\n\nRunning\n\n```\nmvp src/ dest/ --id-regex '\\[(\\d\\d+)\\]'\n```\n\n\u003cdetails\u003e\n\n\u003csummary\u003eproduces this output\u003c/summary\u003e\n\n```\ndrwxr-xr-x - sam wheel  7 Jun 15:41 dest\ndrwxr-xr-x - sam wheel  7 Jun 15:41 ├── 1\ndrwxr-xr-x - sam wheel  7 Jun 15:41 │   ├── 1\n.rw-r--r-- 0 sam wheel  7 Jun 14:57 │   │   └── pref[11]suf.txt\ndrwxr-xr-x - sam wheel  7 Jun 15:41 │   ├── 2\n.rw-r--r-- 0 sam wheel  7 Jun 14:57 │   │   └── pref[12]suf.txt\ndrwxr-xr-x - sam wheel  7 Jun 15:41 │   ├── 3\n.rw-r--r-- 0 sam wheel  7 Jun 14:57 │   │   └── 'other prefix[1343].txt'\ndrwxr-xr-x - sam wheel  7 Jun 15:41 │   └── 4\n.rw-r--r-- 0 sam wheel  7 Jun 14:57 │       └── pref[14]suf.txt\ndrwxr-xr-x - sam wheel  7 Jun 15:41 ├── 2\ndrwxr-xr-x - sam wheel  7 Jun 15:41 │   └── 4\n.rw-r--r-- 0 sam wheel  7 Jun 14:57 │       └── 'other prefix[24546].txt'\ndrwxr-xr-x - sam wheel  7 Jun 15:41 ├── 3\ndrwxr-xr-x - sam wheel  7 Jun 15:41 │   └── 4\n.rw-r--r-- 0 sam wheel  7 Jun 14:57 │       └── 'other prefix[3462].txt'\ndrwxr-xr-x - sam wheel  7 Jun 15:41 ├── 4\ndrwxr-xr-x - sam wheel  7 Jun 15:41 │   ├── 5\n.rw-r--r-- 0 sam wheel  7 Jun 14:57 │   │   └── pref[458]suf.txt\ndrwxr-xr-x - sam wheel  7 Jun 15:41 │   └── 6\n.rw-r--r-- 0 sam wheel  7 Jun 14:57 │       └── 'other prefix[468].txt'\ndrwxr-xr-x - sam wheel  7 Jun 15:41 ├── 5\ndrwxr-xr-x - sam wheel  7 Jun 15:41 │   ├── 2\n.rw-r--r-- 0 sam wheel  7 Jun 14:57 │   │   └── pref[52]suf.txt\ndrwxr-xr-x - sam wheel  7 Jun 15:41 │   └── 4\n.rw-r--r-- 0 sam wheel  7 Jun 14:57 │       └── 'other prefix[547].txt'\ndrwxr-xr-x - sam wheel  7 Jun 15:41 ├── 6\ndrwxr-xr-x - sam wheel  7 Jun 15:41 │   └── 5\n.rw-r--r-- 0 sam wheel  7 Jun 14:57 │       ├── 'other prefix[6532].txt'\n.rw-r--r-- 0 sam wheel  7 Jun 14:57 │       └── 'other prefix[654345].txt'\ndrwxr-xr-x - sam wheel  7 Jun 15:41 ├── 7\ndrwxr-xr-x - sam wheel  7 Jun 15:41 │   ├── 4\n.rw-r--r-- 0 sam wheel  7 Jun 14:57 │   │   └── pref[74]suf.txt\ndrwxr-xr-x - sam wheel  7 Jun 15:41 │   └── 5\n.rw-r--r-- 0 sam wheel  7 Jun 14:57 │       └── 'other prefix[758].txt'\ndrwxr-xr-x - sam wheel  7 Jun 15:41 └── 8\ndrwxr-xr-x - sam wheel  7 Jun 15:41     └── 5\n.rw-r--r-- 0 sam wheel  7 Jun 14:57         └── 'other prefix[85].txt'\ndrwxr-xr-x - sam wheel  7 Jun 15:41 src\n```\n\n\u003c/details\u003e\n\nRunning\n\n```\ncpp src/ dest/ --id-regex '\\[(\\d\\d+)\\]'\n```\n\n\u003cdetails\u003e\n\n\u003csummary\u003eproduces this output\u003c/summary\u003e\n\n```\ndrwxr-xr-x - sam wheel  7 Jun 15:38 dest\ndrwxr-xr-x - sam wheel  7 Jun 15:38 ├── 1\ndrwxr-xr-x - sam wheel  7 Jun 15:38 │   ├── 1\n.rw-r--r-- 0 sam wheel  7 Jun 14:57 │   │   └── pref[11]suf.txt\ndrwxr-xr-x - sam wheel  7 Jun 15:38 │   ├── 2\n.rw-r--r-- 0 sam wheel  7 Jun 14:57 │   │   └── pref[12]suf.txt\ndrwxr-xr-x - sam wheel  7 Jun 15:38 │   ├── 3\n.rw-r--r-- 0 sam wheel  7 Jun 14:57 │   │   └── 'other prefix[1343].txt'\ndrwxr-xr-x - sam wheel  7 Jun 15:38 │   └── 4\n.rw-r--r-- 0 sam wheel  7 Jun 14:57 │       └── pref[14]suf.txt\ndrwxr-xr-x - sam wheel  7 Jun 15:38 ├── 2\ndrwxr-xr-x - sam wheel  7 Jun 15:38 │   └── 4\n.rw-r--r-- 0 sam wheel  7 Jun 14:57 │       └── 'other prefix[24546].txt'\ndrwxr-xr-x - sam wheel  7 Jun 15:38 ├── 3\ndrwxr-xr-x - sam wheel  7 Jun 15:38 │   └── 4\n.rw-r--r-- 0 sam wheel  7 Jun 14:57 │       └── 'other prefix[3462].txt'\ndrwxr-xr-x - sam wheel  7 Jun 15:38 ├── 4\ndrwxr-xr-x - sam wheel  7 Jun 15:38 │   ├── 5\n.rw-r--r-- 0 sam wheel  7 Jun 14:57 │   │   └── pref[458]suf.txt\ndrwxr-xr-x - sam wheel  7 Jun 15:38 │   └── 6\n.rw-r--r-- 0 sam wheel  7 Jun 14:57 │       └── 'other prefix[468].txt'\ndrwxr-xr-x - sam wheel  7 Jun 15:38 ├── 5\ndrwxr-xr-x - sam wheel  7 Jun 15:38 │   ├── 2\n.rw-r--r-- 0 sam wheel  7 Jun 14:57 │   │   └── pref[52]suf.txt\ndrwxr-xr-x - sam wheel  7 Jun 15:38 │   └── 4\n.rw-r--r-- 0 sam wheel  7 Jun 14:57 │       └── 'other prefix[547].txt'\ndrwxr-xr-x - sam wheel  7 Jun 15:38 ├── 6\ndrwxr-xr-x - sam wheel  7 Jun 15:38 │   └── 5\n.rw-r--r-- 0 sam wheel  7 Jun 14:57 │       ├── 'other prefix[6532].txt'\n.rw-r--r-- 0 sam wheel  7 Jun 14:57 │       └── 'other prefix[654345].txt'\ndrwxr-xr-x - sam wheel  7 Jun 15:38 ├── 7\ndrwxr-xr-x - sam wheel  7 Jun 15:38 │   ├── 4\n.rw-r--r-- 0 sam wheel  7 Jun 14:57 │   │   └── pref[74]suf.txt\ndrwxr-xr-x - sam wheel  7 Jun 15:38 │   └── 5\n.rw-r--r-- 0 sam wheel  7 Jun 14:57 │       └── 'other prefix[758].txt'\ndrwxr-xr-x - sam wheel  7 Jun 15:38 └── 8\ndrwxr-xr-x - sam wheel  7 Jun 15:38     └── 5\n.rw-r--r-- 0 sam wheel  7 Jun 14:57         └── 'other prefix[85].txt'\ndrwxr-xr-x - sam wheel  7 Jun 14:35 src\n.rw-r--r-- 0 sam wheel  7 Jun 14:57 ├── 'other prefix[85].txt'\n.rw-r--r-- 0 sam wheel  7 Jun 14:57 ├── 'other prefix[468].txt'\n.rw-r--r-- 0 sam wheel  7 Jun 14:57 ├── 'other prefix[547].txt'\n.rw-r--r-- 0 sam wheel  7 Jun 14:57 ├── 'other prefix[758].txt'\n.rw-r--r-- 0 sam wheel  7 Jun 14:57 ├── 'other prefix[1343].txt'\n.rw-r--r-- 0 sam wheel  7 Jun 14:57 ├── 'other prefix[3462].txt'\n.rw-r--r-- 0 sam wheel  7 Jun 14:57 ├── 'other prefix[6532].txt'\n.rw-r--r-- 0 sam wheel  7 Jun 14:57 ├── 'other prefix[24546].txt'\n.rw-r--r-- 0 sam wheel  7 Jun 14:57 ├── 'other prefix[654345].txt'\n.rw-r--r-- 0 sam wheel  7 Jun 14:57 ├── pref[11]suf.txt\n.rw-r--r-- 0 sam wheel  7 Jun 14:57 ├── pref[12]suf.txt\n.rw-r--r-- 0 sam wheel  7 Jun 14:57 ├── pref[14]suf.txt\n.rw-r--r-- 0 sam wheel  7 Jun 14:57 ├── pref[52]suf.txt\n.rw-r--r-- 0 sam wheel  7 Jun 14:57 ├── pref[74]suf.txt\n.rw-r--r-- 0 sam wheel  7 Jun 14:57 └── pref[458]suf.txt\n```\n\n\u003c/details\u003e\n\nand running\n\n```\nlnp src/ dest/ --id-regex '\\[(\\d\\d+)\\]'\n```\n\n\u003cdetails\u003e\n\n\u003csummary\u003eproduces this output\u003c/summary\u003e\n\n```\ndrwxr-xr-x - sam wheel  7 Jun 15:40 dest\ndrwxr-xr-x - sam wheel  7 Jun 15:40 ├── 1\ndrwxr-xr-x - sam wheel  7 Jun 15:40 │   ├── 1\nlrwxr-xr-x - sam wheel  7 Jun 15:40 │   │   └── pref[11]suf.txt -\u003e /private/tmp/src/pref[11]suf.txt\ndrwxr-xr-x - sam wheel  7 Jun 15:40 │   ├── 2\nlrwxr-xr-x - sam wheel  7 Jun 15:40 │   │   └── pref[12]suf.txt -\u003e /private/tmp/src/pref[12]suf.txt\ndrwxr-xr-x - sam wheel  7 Jun 15:40 │   ├── 3\nlrwxr-xr-x - sam wheel  7 Jun 15:40 │   │   └── 'other prefix[1343].txt' -\u003e /private/tmp/src/'other prefix[1343].txt'\ndrwxr-xr-x - sam wheel  7 Jun 15:40 │   └── 4\nlrwxr-xr-x - sam wheel  7 Jun 15:40 │       └── pref[14]suf.txt -\u003e /private/tmp/src/pref[14]suf.txt\ndrwxr-xr-x - sam wheel  7 Jun 15:40 ├── 2\ndrwxr-xr-x - sam wheel  7 Jun 15:40 │   └── 4\nlrwxr-xr-x - sam wheel  7 Jun 15:40 │       └── 'other prefix[24546].txt' -\u003e /private/tmp/src/'other prefix[24546].txt'\ndrwxr-xr-x - sam wheel  7 Jun 15:40 ├── 3\ndrwxr-xr-x - sam wheel  7 Jun 15:40 │   └── 4\nlrwxr-xr-x - sam wheel  7 Jun 15:40 │       └── 'other prefix[3462].txt' -\u003e /private/tmp/src/'other prefix[3462].txt'\ndrwxr-xr-x - sam wheel  7 Jun 15:40 ├── 4\ndrwxr-xr-x - sam wheel  7 Jun 15:40 │   ├── 5\nlrwxr-xr-x - sam wheel  7 Jun 15:40 │   │   └── pref[458]suf.txt -\u003e /private/tmp/src/pref[458]suf.txt\ndrwxr-xr-x - sam wheel  7 Jun 15:40 │   └── 6\nlrwxr-xr-x - sam wheel  7 Jun 15:40 │       └── 'other prefix[468].txt' -\u003e /private/tmp/src/'other prefix[468].txt'\ndrwxr-xr-x - sam wheel  7 Jun 15:40 ├── 5\ndrwxr-xr-x - sam wheel  7 Jun 15:40 │   ├── 2\nlrwxr-xr-x - sam wheel  7 Jun 15:40 │   │   └── pref[52]suf.txt -\u003e /private/tmp/src/pref[52]suf.txt\ndrwxr-xr-x - sam wheel  7 Jun 15:40 │   └── 4\nlrwxr-xr-x - sam wheel  7 Jun 15:40 │       └── 'other prefix[547].txt' -\u003e /private/tmp/src/'other prefix[547].txt'\ndrwxr-xr-x - sam wheel  7 Jun 15:40 ├── 6\ndrwxr-xr-x - sam wheel  7 Jun 15:40 │   └── 5\nlrwxr-xr-x - sam wheel  7 Jun 15:40 │       ├── 'other prefix[6532].txt' -\u003e /private/tmp/src/'other prefix[6532].txt'\nlrwxr-xr-x - sam wheel  7 Jun 15:40 │       └── 'other prefix[654345].txt' -\u003e /private/tmp/src/'other prefix[654345].txt'\ndrwxr-xr-x - sam wheel  7 Jun 15:40 ├── 7\ndrwxr-xr-x - sam wheel  7 Jun 15:40 │   ├── 4\nlrwxr-xr-x - sam wheel  7 Jun 15:40 │   │   └── pref[74]suf.txt -\u003e /private/tmp/src/pref[74]suf.txt\ndrwxr-xr-x - sam wheel  7 Jun 15:40 │   └── 5\nlrwxr-xr-x - sam wheel  7 Jun 15:40 │       └── 'other prefix[758].txt' -\u003e /private/tmp/src/'other prefix[758].txt'\ndrwxr-xr-x - sam wheel  7 Jun 15:40 └── 8\ndrwxr-xr-x - sam wheel  7 Jun 15:40     └── 5\nlrwxr-xr-x - sam wheel  7 Jun 15:40         └── 'other prefix[85].txt' -\u003e /private/tmp/src/'other prefix[85].txt'\ndrwxr-xr-x - sam wheel  7 Jun 14:35 src\n.rw-r--r-- 0 sam wheel  7 Jun 14:57 ├── 'other prefix[85].txt'\n.rw-r--r-- 0 sam wheel  7 Jun 14:57 ├── 'other prefix[468].txt'\n.rw-r--r-- 0 sam wheel  7 Jun 14:57 ├── 'other prefix[547].txt'\n.rw-r--r-- 0 sam wheel  7 Jun 14:57 ├── 'other prefix[758].txt'\n.rw-r--r-- 0 sam wheel  7 Jun 14:57 ├── 'other prefix[1343].txt'\n.rw-r--r-- 0 sam wheel  7 Jun 14:57 ├── 'other prefix[3462].txt'\n.rw-r--r-- 0 sam wheel  7 Jun 14:57 ├── 'other prefix[6532].txt'\n.rw-r--r-- 0 sam wheel  7 Jun 14:57 ├── 'other prefix[24546].txt'\n.rw-r--r-- 0 sam wheel  7 Jun 14:57 ├── 'other prefix[654345].txt'\n.rw-r--r-- 0 sam wheel  7 Jun 14:57 ├── pref[11]suf.txt\n.rw-r--r-- 0 sam wheel  7 Jun 14:57 ├── pref[12]suf.txt\n.rw-r--r-- 0 sam wheel  7 Jun 14:57 ├── pref[14]suf.txt\n.rw-r--r-- 0 sam wheel  7 Jun 14:57 ├── pref[52]suf.txt\n.rw-r--r-- 0 sam wheel  7 Jun 14:57 ├── pref[74]suf.txt\n.rw-r--r-- 0 sam wheel  7 Jun 14:57 └── pref[458]suf.txt\n```\n\n\u003c/details\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsamasaur1%2Fmvp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsamasaur1%2Fmvp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsamasaur1%2Fmvp/lists"}