{"id":16157699,"url":"https://github.com/theawiteb/rsre","last_synced_at":"2025-03-18T20:30:54.766Z","repository":{"id":61879471,"uuid":"556015091","full_name":"TheAwiteb/rsre","owner":"TheAwiteb","description":"Rsre it's tool to rename file/directory","archived":false,"fork":false,"pushed_at":"2023-03-04T03:12:50.000Z","size":54,"stargazers_count":6,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-05-02T02:57:14.280Z","etag":null,"topics":["cli","renamer","rust"],"latest_commit_sha":null,"homepage":"https://crates.io/crates/rsre","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/TheAwiteb.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE-APACHE","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},"funding":{"github":"TheAwiteb"}},"created_at":"2022-10-22T21:45:19.000Z","updated_at":"2022-12-22T05:34:34.000Z","dependencies_parsed_at":"2024-10-10T01:50:40.926Z","dependency_job_id":"4239f448-346f-4459-b92f-cc301ae9275c","html_url":"https://github.com/TheAwiteb/rsre","commit_stats":{"total_commits":27,"total_committers":2,"mean_commits":13.5,"dds":0.07407407407407407,"last_synced_commit":"25171d83894c910960c0c045257266defb949eb6"},"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheAwiteb%2Frsre","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheAwiteb%2Frsre/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheAwiteb%2Frsre/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheAwiteb%2Frsre/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TheAwiteb","download_url":"https://codeload.github.com/TheAwiteb/rsre/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243950792,"owners_count":20373664,"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":["cli","renamer","rust"],"created_at":"2024-10-10T01:50:21.738Z","updated_at":"2025-03-18T20:30:54.448Z","avatar_url":"https://github.com/TheAwiteb.png","language":"Rust","funding_links":["https://github.com/sponsors/TheAwiteb"],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n\n# **R**u**s**t **re**namer\nRsre it's tool to rename file/directory\u003cbr\u003e\n\u003csub\u003e\nZero dependencies 👀\n\u003c/sub\u003e\n\n\u003ca href=\"https://www.gnu.org/licenses/\"\u003e\n  \u003cimg src=\"https://img.shields.io/badge/license-MIT/APACHE-orange.svg\" alt=\"License\"\u003e\n\u003c/a\u003e\n\u003ca href=\"https://rust-lang.org/\"\u003e\n  \u003cimg src=\"https://img.shields.io/badge/Made%20with-Rust-orange.svg\" alt=\"Rust\"\u003e\n\u003c/a\u003e\n\u003cbr\u003e\n\u003ca href=\"https://github.com/TheAwiteb/rsre/actions/workflows/ci.yml\"\u003e\n  \u003cimg src=\"https://github.com/TheAwiteb/rsre/actions/workflows/ci.yml/badge.svg\" alt=\"Continuous Integration\"\u003e\n\u003c/a\u003e\n\u003cbr\u003e\n\u003ca href=\"https://github.com/TheAwiteb/rsre/actions/workflows/release.yml\"\u003e\n  \u003cimg src=\"https://github.com/TheAwiteb/rsre/actions/workflows/release.yml/badge.svg\" alt=\"Release\"\u003e\n\u003c/a\u003e\n\n\u003c/div\u003e\n\n## Requirements\n * [Rust](https://www.rust-lang.org/) Nightly\n\n## Install\n### With Cargo\n```bash\n# Install nightly rust\nrustup toolchain install nightly\n# Install Rsre with nightly rust\ncargo +nightly install rsre\nrsre --version\n```\n### From source\n```bash\n# Install nightly rust\nrustup toolchain install nightly\n# Clone the repo\ngit clone https://github.com/theawiteb/rsre.git\n# Change directory to it\ncd rsre\n# Build it with cargo\ncargo +nightly build --release\n# Move the binary to `/usr/bin` (Unix like system) (need permission to move in `/usr/bin`)\n# You can change binary directory to `~/.cargo/bin` if its exists and it's in `$PATH`\nsudo mv ./target/release/rsre /usr/bin/rsre\n# Print the version\nrsre --version\n```\n\n## Why\nbecause i don't want to write full path of the new name 😶\n\n## Using\n```\nUSAGE:\n    rsre FILE/DIRECTORY NEW_FULL_NAME\n\nOPTIONS:\n    -h, --help     Print help information\n    -V, --version  Print version information\n```\n\n## Example\n### Long path\n```\n# with mv\nmv ../../foo/bar/bat/foo.txt ../../foo/bar/bat/bar.txt\n# with rsre\nrsre ../../foo/bar/bat/foo.txt bar.txt\n```\n### Single file\n```\nrsre bar.rs foo.rs\n```\n\n\n## License\n\n\u003csup\u003e\nLicensed under either of \u003ca href=\"LICENSE-APACHE\"\u003eApache License, Version\n2.0\u003c/a\u003e or \u003ca href=\"LICENSE-MIT\"\u003eMIT license\u003c/a\u003e at your option.\n\u003c/sup\u003e\n\n\u003cbr\u003e\n\n\u003csub\u003e\nUnless you explicitly state otherwise, any contribution intentionally submitted\nfor inclusion in this crate by you, as defined in the Apache-2.0 license, shall\nbe dual licensed as above, without any additional terms or conditions.\n\u003c/sub\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftheawiteb%2Frsre","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftheawiteb%2Frsre","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftheawiteb%2Frsre/lists"}