{"id":30740698,"url":"https://github.com/JayanAXHF/modder-rs","last_synced_at":"2025-09-04T00:04:57.611Z","repository":{"id":296722714,"uuid":"994161970","full_name":"JayanAXHF/modder-rs","owner":"JayanAXHF","description":"A CLI tool to bulk update/download mods from modrinth","archived":false,"fork":false,"pushed_at":"2025-09-02T11:21:22.000Z","size":321,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-09-02T13:23:42.437Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/JayanAXHF.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-06-01T10:56:36.000Z","updated_at":"2025-09-02T11:21:26.000Z","dependencies_parsed_at":"2025-06-02T01:05:51.720Z","dependency_job_id":"70e269f6-3ee5-4fac-acd8-0e0c9cd4ed1a","html_url":"https://github.com/JayanAXHF/modder-rs","commit_stats":null,"previous_names":["jayanaxhf/modder-rs"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/JayanAXHF/modder-rs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JayanAXHF%2Fmodder-rs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JayanAXHF%2Fmodder-rs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JayanAXHF%2Fmodder-rs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JayanAXHF%2Fmodder-rs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JayanAXHF","download_url":"https://codeload.github.com/JayanAXHF/modder-rs/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JayanAXHF%2Fmodder-rs/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273453720,"owners_count":25108474,"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","status":"online","status_checked_at":"2025-09-03T02:00:09.631Z","response_time":76,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2025-09-04T00:02:28.588Z","updated_at":"2025-09-04T00:04:57.594Z","avatar_url":"https://github.com/JayanAXHF.png","language":"Rust","funding_links":[],"categories":["💻 Apps"],"sub_categories":["🕹️ Games and Entertainment"],"readme":"# Modder-rs\n\n[![CI](https://github.com/jayansunil/modder/actions/workflows/rust.yml/badge.svg)](https://github.com/jayansunil/modder/actions/workflows/rust.yml)\n\nA simple, fast tool for managing Minecraft mods from the command line.\n\nModder is a tool for managing mods for Minecraft. It can add mods from Modrinth, CurseForge, and Github Releases. Other features include bulk-updating a directory of mods to a specified version, listing detailed information about the mods in a directory, and toggling mods on or off without deleting the files.\n\n## Features\n\n- [x] Bulk-update a directory of mods\n- [x] Add mods via Modrinth\n- [ ] Add mods via CurseForge (implementation on hold)\n- [x] Add mods via Github Releases\n- [x] Toggle mods in a directory (enables/disables them by renaming the file extension)\n- [x] List mods with details like version, source, and category\n- [ ] Support for `modpacks`\n\n## Workspace Structure\n\nThis repository is a cargo workspace containing two main crates:\n\n-   `core`: The primary crate that contains all the command-line logic, API wrappers, and file management code.\n-   `tui`: A work-in-progress crate for a Terminal User Interface (TUI) for `modder`.\n\n## Installation\n\n1.  Ensure you have Rust and Cargo installed.\n2.  Clone the repository:\n    ```sh\n    git clone https://github.com/jayansunil/modder.git\n    cd modder\n    ```\n3.  Install the binary:\n    ```sh\n    cargo install --path .\n    ```\n    This will install the `modder` binary in your cargo bin path.\n\n## Usage\n\nModder provides several commands to manage your mods.\n\n### `add`\n\nAdd a mod from Modrinth, CurseForge, or GitHub.\n\n```sh\nmodder add \u003cMOD_NAME\u003e --version \u003cGAME_VERSION\u003e --loader \u003cLOADER\u003e\n```\n\n-   **Example (Modrinth):**\n    ```sh\n    modder add sodium --version 1.21 --loader fabric\n    ```\n-   **Example (GitHub):** If the mod is on GitHub, `modder` will infer it.\n    ```sh\n    modder add fabricmc/fabric-api --version 1.21\n    ```\n-   **Example (CurseForge):**\n    ```sh\n    modder add create --version 1.20.1 --loader forge --source curseforge\n    ```\n\n### `update`\n\nBulk-update all mods in a directory to a specific game version.\n\n```sh\nmodder update --dir ./mods --version \u003cNEW_GAME_VERSION\u003e\n```\n\n-   **Example:**\n    ```sh\n    modder update --dir ./mods --version 1.21 --delete-previous\n    ```\n\n### `list`\n\nList all mods in a directory with detailed information.\n\n```sh\nmodder list [--dir ./mods] [--verbose]\n```\n\n-   **Example:**\n    ```sh\n    modder list --dir ./mods --verbose\n    ```\n\n### `toggle`\n\nEnable or disable mods in a directory interactively.\n\n```sh\nmodder toggle [--dir ./mods]\n```\n\n### `quick-add`\n\nInteractively select from a list of popular mods to add.\n\n```sh\nmodder quick-add --version \u003cGAME_VERSION\u003e --loader \u003cLOADER\u003e\n```\n\n## License\n\nThis project is licensed under the MIT License. See the [LICENSE](tui/LICENSE) file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FJayanAXHF%2Fmodder-rs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FJayanAXHF%2Fmodder-rs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FJayanAXHF%2Fmodder-rs/lists"}