https://github.com/doums/milcheck
Display the status of your pacman mirrorlist and the Arch Linux lastest news right in your terminal
https://github.com/doums/milcheck
archlinux mirrorlist pacman rust
Last synced: 6 months ago
JSON representation
Display the status of your pacman mirrorlist and the Arch Linux lastest news right in your terminal
- Host: GitHub
- URL: https://github.com/doums/milcheck
- Owner: doums
- Created: 2019-09-03T20:34:08.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-07-02T22:55:33.000Z (over 2 years ago)
- Last Synced: 2025-03-26T15:03:30.023Z (6 months ago)
- Topics: archlinux, mirrorlist, pacman, rust
- Language: Rust
- Homepage:
- Size: 317 KB
- Stars: 27
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://github.com/doums/milcheck/actions?query=workflow%3ATest)
[](https://aur.archlinux.org/packages/milcheck/)## milcheck
:tea: _**MI**rror**L**ist **Check**_

A 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](https://www.archlinux.org/mirrors/status/).The last news are directly scraped from https://archlinux.org/.
### Why ?
As explained in the
[mirror doc](https://wiki.archlinux.org/index.php/Mirrors), 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
- latest [release](https://github.com/doums/milcheck/releases/latest)
- AUR [package](https://aur.archlinux.org/packages/milcheck)### Usage
By default, milcheck prints the mirrorlist status
```
milcheck
```In addition, it can fetch and print the Arch Linux
[latest news](https://archlinux.org/), handy to stay informed:```
milcheck -n5
```Example: print both mirrorlist and the latest news
```
milcheck -m -n1
```### License
Mozilla Public License 2.0