{"id":18256787,"url":"https://github.com/trojan295/eso-addons","last_synced_at":"2025-07-20T05:33:31.533Z","repository":{"id":37957053,"uuid":"324771729","full_name":"Trojan295/eso-addons","owner":"Trojan295","description":"Cross platform Elder Scrolls Online CLI mod manager","archived":false,"fork":false,"pushed_at":"2023-03-06T18:00:15.000Z","size":142,"stargazers_count":45,"open_issues_count":18,"forks_count":9,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-04-04T18:38:39.181Z","etag":null,"topics":["addons","eso","mods"],"latest_commit_sha":null,"homepage":"","language":"Rust","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/Trojan295.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":"2020-12-27T13:49:38.000Z","updated_at":"2025-03-13T02:13:51.000Z","dependencies_parsed_at":"2024-06-20T16:31:00.663Z","dependency_job_id":"d993e911-785d-4636-af79-7da1bf88b5bf","html_url":"https://github.com/Trojan295/eso-addons","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/Trojan295/eso-addons","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Trojan295%2Feso-addons","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Trojan295%2Feso-addons/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Trojan295%2Feso-addons/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Trojan295%2Feso-addons/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Trojan295","download_url":"https://codeload.github.com/Trojan295/eso-addons/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Trojan295%2Feso-addons/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266071519,"owners_count":23871940,"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":["addons","eso","mods"],"created_at":"2024-11-05T10:23:43.149Z","updated_at":"2025-07-20T05:33:26.513Z","avatar_url":"https://github.com/Trojan295.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ESO Addon Manager\n\n[![Support Server](https://img.shields.io/discord/788487566310899722.svg?label=Discord\u0026logo=Discord\u0026colorB=7289da\u0026style=for-the-badge)](https://discord.gg/b2McY5gmWn)\n\nThis repository holds a simple command line ESO Addon Manager written in Rust. With it you can manage addons from [esoui.com](https://www.esoui.com/).\n\nThe list of addons you want to install is put in a single configuration file. This means you can save and share your addon configuration with a single file!\n\n\u003c!-- toc --\u003e\n\n- [Usage](#usage)\n    * [Configuration](#configuration)\n    * [Install new addon](#install-new-addon)\n    * [Update installed addons](#update-installed-addons)\n    * [List addons, show missing or unused addon dependencies](#list-addons-show-missing-or-unused-addon-dependencies)\n    * [Remove addons](#remove-addons)\n    * [Backup and share your addon configuration](#backup-and-share-your-addon-configuration)\n\n\u003c!-- tocstop --\u003e\n\n## Usage\n\n[![asciicast](https://asciinema.org/a/431685.svg)](https://asciinema.org/a/431685)\n### Configuration\n\nRun:\n\n```bash\neso-addons list\n```\n\nto generate the config file. The config file is in your user directory:\n- Linux - `/home/\u003cusername\u003e/.eso-addons.toml`\n- Windows - `C:/Users/\u003cusername\u003e/.eso-addons.toml`\n\nIf necessary, edit the `addonDir` parameter in the config file to the directory, where your ESO addons should be placed:\n```toml\naddonDir = \"/home/damian/drive_c/users/user/My Documents/Elder Scrolls Online/live/AddOns\" # edit this, if needed\n```\n\n### Install new addon\n\nTo install a new addon use the `eso-addons add` command:\n```bash\n❯ eso-addons add\n✔ URL of the addon on esoui.com · https://www.esoui.com/downloads/info1536-ActionDurationReminder.html\n✔ Is addon only a dependency? · No\n🎊 Installed ActionDurationReminder!\n```\n\n### Update installed addons\n\nIn case you want to update the addons to the newest version execute `eso-addons update`:\n```bash\n❯ eso-addons update\n✔ Updated ActionDurationReminder!\n✔ Updated LibAddonMenu-2.0!\n```\n\n### List addons, show missing or unused addon dependencies\n\nTo list the status of all installed addons, show missing or unused dependencies use `eso-addons list`\n```\n❯ eso-addons list\n+------------------------+-----------+\n| Name                   | Status    |\n+------------------------+-----------+\n| ActionDurationReminder | INSTALLED |\n| LibAddonMenu-2.0       | MISSING   |\n+------------------------+-----------+\n```\n\n### Remove addons\n\nTo remove an addon use `eso-addons remove`:\n```bash\n❯ eso-addons remove\n✔ Select addon to remove · ActionDurationReminder\n✔ Uninstalled ActionDurationReminder!\n```\n\nThere is also the `eso-addons clean` command, which can be used to remove addons, which are not managed by `eso-addons` (i.e. you installed them manually):\n```bash\n❯ eso-addons clean\n🗑 Addons to remove:\n- LibAddonMenu-2.0\n\n✔ Do you want to remove these addons? · Yes\n\n✓ LibAddonMenu-2.0 removed!\n```\n\n### Backup and share your addon configuration\n\nJust backup the `eso-addons.toml` file and that's it! In case you have to restore the addons (e.g. after an OS reinstall), just put the backuped `eso-addons.toml` in [user directory](#configuration) and run `eso-addons update` to install all addons.\n\nYou can also share your addon configuration with other people by sending them your `eso-addons.toml` file.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftrojan295%2Feso-addons","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftrojan295%2Feso-addons","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftrojan295%2Feso-addons/lists"}