All Projects → doums → milcheck

doums / milcheck

Licence: other
Display the status of your pacman mirrorlist and the Arch Linux lastest news right in your terminal

Programming Languages

rust
11053 projects

Projects that are alternatives of or similar to milcheck

pacwatch
A pacman wrapper which helps you watch important package updates.
Stars: ✭ 24 (+33.33%)
Mutual labels:  archlinux, pacman
paclabel
A tiny pacman wrapper that makes possible to attach labels to packages.
Stars: ✭ 16 (-11.11%)
Mutual labels:  archlinux, pacman
Yay
Yet another Yogurt - An AUR Helper written in Go
Stars: ✭ 7,100 (+39344.44%)
Mutual labels:  archlinux, pacman
Pacwall
A live wallpaper that shows the dependency graph and status of installed packages.
Stars: ✭ 412 (+2188.89%)
Mutual labels:  archlinux, pacman
Ansible Aur
Ansible module to manage packages from the AUR
Stars: ✭ 149 (+727.78%)
Mutual labels:  archlinux, pacman
Aurutils
Helper tools for the AUR.
Stars: ✭ 695 (+3761.11%)
Mutual labels:  archlinux, pacman
Cpcache
central pacman cache
Stars: ✭ 15 (-16.67%)
Mutual labels:  archlinux, pacman
pacman-for-termux
Special configured pacman for termux.
Stars: ✭ 24 (+33.33%)
Mutual labels:  archlinux, pacman
Pacback
Advanced Version Control for Arch Linux
Stars: ✭ 146 (+711.11%)
Mutual labels:  archlinux, pacman
Cylon
A CLI TUI menu driven bash shell script supporting updates, maintenance, backups and system checks for an Arch based Linux distro
Stars: ✭ 121 (+572.22%)
Mutual labels:  archlinux, pacman
Octopi
A powerful Pacman (Package Manager) front end using Qt libs
Stars: ✭ 331 (+1738.89%)
Mutual labels:  archlinux, pacman
ArchI0
ArchI0 : Arch-Based Distros Applications Automatic Installation Script
Stars: ✭ 26 (+44.44%)
Mutual labels:  archlinux, pacman
paruz
A fzf terminal UI for paru or pacman
Stars: ✭ 29 (+61.11%)
Mutual labels:  archlinux, pacman
Trizen
Lightweight AUR Package Manager
Stars: ✭ 696 (+3766.67%)
Mutual labels:  archlinux, pacman
pacman.store
Pacman Mirror via IPFS for ArchLinux, Endeavouros and Manjaro
Stars: ✭ 65 (+261.11%)
Mutual labels:  archlinux, pacman
Pacaur
[unmaintained] An AUR helper that minimizes user interaction
Stars: ✭ 818 (+4444.44%)
Mutual labels:  archlinux, pacman
pkgstats-cli
pkgstats client
Stars: ✭ 17 (-5.56%)
Mutual labels:  archlinux, pacman
pyalpm
Python 3 bindings for libalpm (read-only mirror)
Stars: ✭ 50 (+177.78%)
Mutual labels:  archlinux, pacman
Paru
Feature packed AUR helper
Stars: ✭ 1,240 (+6788.89%)
Mutual labels:  archlinux, pacman
Kernel Modules Hook
Keeps your Arch Linux fully functional after a kernel upgrade
Stars: ✭ 175 (+872.22%)
Mutual labels:  archlinux, pacman

milcheck milcheck

milcheck

🍵 MIrrorList Check

milcheck

A simple CLI that displays the status of your pacman mirrorlist and the Arch Linux latest news right in the terminal

How ?

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/.

Why ?

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.

It's not

..an additional mirrorlist ranking utility.

Install from crates.io

Install Rust -> https://www.rust-lang.org/tools/install

cargo install milcheck

Arch Linux AUR package

Milcheck is present as a package in the Arch User Repository.

Build from sources

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.

Pre-built binary

Rust is a language that compiles to native code and by default statically links. Simply download the pre-built binary from latest release.

Usage

milcheck

In addition to the mirrorlist output you can print the Arch Linux lastest news, handy to stay informed:

milcheck -n

License

Mozilla Public License 2.0

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].