vetch
September 22, 2022 · View on GitHub

A simple, fast1, cross-platform system fetch tool written in V.
Supported/tested systems
- Linux
- Windows
Installation
You can download a binary from releases (if there are any) or build it yourself from source if you have the V compiler:
> git clone https://github.com/Circl3s/vetch
> cd vetch
> v -prod .
TODO
- Support/test more OSes
Contributing
If you find bugs, want to help, etc., feel free to make issues and PRs.
Footnotes
-
On my machines Linux averages 20ms, Windows averages 550ms ↩