8 lines
186 B
Markdown
8 lines
186 B
Markdown
# mvw
|
|
|
|
`mvw` is a reimplementation of my old `mvwrap` Perl script. The goal is to be much faster and not need Perl anymore.
|
|
|
|
Building can be done with:
|
|
```bash
|
|
cargo build --release
|
|
```
|