Crates.io | milcheck |
lib.rs | milcheck |
version | 0.2.6 |
source | src |
created_at | 2019-09-03 22:50:09.68906 |
updated_at | 2021-09-01 19:41:39.232028 |
description | A simple program that displays the status of your pacman mirrorlist and the Arch Linux lastest news right in your terminal |
homepage | |
repository | https://github.com/doums/milcheck |
max_upload_size | |
id | 161937 |
size | 205,433 |
:tea: MIrrorList Check
A simple program that displays the status of your pacman mirrorlist and the Arch Linux lastest news right in your terminal
Milcheck just reads your /etc/pacman.d/mirrorlist
and retrieves
the corresponding data from the official
mirror status page.
The latest news are directly scraped from https://archlinux.org/.
As explained in the
mirror doc, before
a system upgrade i.e. sudo pacman -Syu
, you should check that
the mirrors in your mirrorlist are up to date e.g. not out of
sync.
..an additional mirrorlist ranking utility.
install Rust -> https://www.rust-lang.org/tools/install
cargo install milcheck
Milcheck is present as a package in the Arch User Repository.
install Rust -> https://www.rust-lang.org/tools/install
git clone https://github.com/doums/milcheck.git
cd milcheck
cargo build
to build for release
cargo build --release
the binary is located under target/debug
or target/release
.
Rust is a language that compiles to native code and by default statically links. Simply download the pre-built binary from latest release.
milcheck
In addition to the mirrorlist output you can print the Arch Linux lastest news, handy to stay informed:
milcheck -n
Mozilla Public License 2.0