9 lines
184 B
Markdown
9 lines
184 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:
|
||
|
|
```
|
||
|
|
$ cargo build --release
|
||
|
|
```
|