| Crates.io | owmods_cli |
| lib.rs | owmods_cli |
| version | 0.15.2 |
| created_at | 2023-04-11 12:44:28.545152+00 |
| updated_at | 2025-07-24 23:49:27.553041+00 |
| description | A CLI Tool To Manage OWML Mods |
| homepage | |
| repository | https://github.com/ow-mods/ow-mod-man/ |
| max_upload_size | |
| id | 836004 |
| size | 108,994 |

The CLI interface for the Outer Wilds Mod Manager, built using clap.
Core |
CLI |
GUI
The CLI interface for the Outer Wilds Mod Manager, this package is responsible for providing a streamlined way to manage, install, and validate your mods. As well as running the game. This is achieved using the owmods_core package.
Run owmods help for a list of commands
Some command shortcuts exist for convenience
install -> iinstall-zip -> izinstall-url -> iulist -> lsupdate -> upenable -> edisable -> duninstall -> rmreadme -> mangithub -> repoprotocol -> protoHow to use value hints and generate shell completions. Usage with zsh:
owmods generate-completions zsh > /usr/local/share/zsh/site-functions/_owmods
compinit
Bash:
owmods generate-completions bash > /usr/local/share/bash-completions/completions/_owmods
compinit
Fish:
owmods generate-completions fish > owmods_autocomplete.fish
. ./owmods_autocomplete.fish
Check clap_complete docs for a list of all supported shells.
This package requires rust and cargo to build.
Run cargo build -p owmods_cli --release from the root of the repo to create a release binary.