{"id":20773237,"url":"https://github.com/serpent7776/rer","last_synced_at":"2025-03-11T20:48:15.305Z","repository":{"id":22547177,"uuid":"25888150","full_name":"serpent7776/rer","owner":"serpent7776","description":"regular expression based file renamer","archived":false,"fork":false,"pushed_at":"2017-07-19T19:58:33.000Z","size":41,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-18T07:31:34.189Z","etag":null,"topics":["commandline","regex","regular-expression","rename","rename-files","utility"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-2-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/serpent7776.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-10-28T20:14:34.000Z","updated_at":"2022-01-26T19:10:25.000Z","dependencies_parsed_at":"2022-08-20T05:00:40.781Z","dependency_job_id":null,"html_url":"https://github.com/serpent7776/rer","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/serpent7776%2Frer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/serpent7776%2Frer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/serpent7776%2Frer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/serpent7776%2Frer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/serpent7776","download_url":"https://codeload.github.com/serpent7776/rer/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243112185,"owners_count":20238180,"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":["commandline","regex","regular-expression","rename","rename-files","utility"],"created_at":"2024-11-17T12:25:01.429Z","updated_at":"2025-03-11T20:48:15.286Z","avatar_url":"https://github.com/serpent7776.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"rer\n===\n\nregular expression based file renamer\n\nrer is a tool that rename files that matches given pattern.\nEach file name given as argument is matched against pattern.\nIf a match is found file is renamed according to given replacement using PCRE regular expression.\n\n## Usage\n\n    rer /pattern/replacement/modifiers file [file [...]]\n\n## Examples\n\nrename foobar to foobaz\n\n    $ rer /bar/baz/ foobar\n\nSwap first word with second, renaming foo-bar to bar-foo, foo-baz to baz-foo and foo-123 to 123-foo\n\n    $ rer '/(\\w+)-(\\w+)/\\2-\\1/' foo-bar foo-baz foo-123\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fserpent7776%2Frer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fserpent7776%2Frer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fserpent7776%2Frer/lists"}