Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

README.md

mwutil-rs

This is a rewrite of mwutil in rust. It aims to heavily improve the performance and stability of the tool and replaces the python version.

Installation

  1. Set up cargo (no, not the MediaWiki extension) if you haven't yet
  2. Clone this repository
  3. cd rs
  4. cargo install --path . --profile release

Try running mwutil in a new shell.

If the command wasn't found, maybe you didn't add Cargo to the PATH?

export PATH="$PATH:$HOME/.cargo/bin"