mvw/README.md

9 lines
184 B
Markdown
Raw Normal View History

2024-11-20 13:34:56 +01:00
# 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
```