You are not logged in.

#1 2019-09-05 21:07:04

doums
Member
Registered: 2019-03-15
Posts: 25

milcheck, a binary to display mirrorlist status data in the terminal

Hi,

Because I recently learned Rust, I wanted to create something with it. So I created "milcheck".

https://image.petitmur.beer/milcheck.png

One of my need as an Archlinux user, is to regularly check the status of the mirrors presents in my mirrorlist before a system upgrade (as recommended in the official documentation).

It is not a ranking mirrorlist utility.
It just reads your `/etc/pacman.d/mirrorlist`, fetch the corresponding data from the official mirror status page: https://www.archlinux.org/mirrors/status/ and display it.
A quick way to check the status of your mirrors. Nothing more.

If you are interested, you can find it here: https://github.com/doums/milcheck

Hope it will be useful (just a little) smile

Last edited by jasonwryan (2019-09-05 21:15:14)

Offline

#2 2019-09-05 21:16:05

jasonwryan
Anarchist
From: .nz
Registered: 2009-05-09
Posts: 30,424
Website

Re: milcheck, a binary to display mirrorlist status data in the terminal

Read the Code of Conduct and only post thumbnails http://wiki.archlinux.org/index.php/Cod … s_and_code


Cool tool:  it will be particularly handy on my laptop when I am travelling.


Arch + dwm   •   Mercurial repos  •   Surfraw

Registered Linux User #482438

Offline

#3 2019-11-30 16:05:03

figue
Member
Registered: 2007-12-16
Posts: 59

Re: milcheck, a binary to display mirrorlist status data in the terminal

Thanks for this. Very useful, so I decided to make an AUR package:

https://aur.archlinux.org/packages/milcheck/

Offline

#4 2019-11-30 17:23:40

judd1
Member
Registered: 2015-09-04
Posts: 260

Re: milcheck, a binary to display mirrorlist status data in the terminal

@doums
The contribution is excellent and works spectacular. smile
Thank you very much !!!

@figue
Thanks for the AUR package! smile

Last edited by judd1 (2019-11-30 17:49:40)


This isn't right. This isn't even wrong.
-- Wolfgang Pauli --

Offline

#5 2020-01-27 15:41:11

Zod
Member
From: Hoosiertucky
Registered: 2019-03-10
Posts: 629

Re: milcheck, a binary to display mirrorlist status data in the terminal

This is pretty sweet!

Thanks guys

Offline

#6 2020-01-27 16:22:20

dglt
Member
Registered: 2019-08-14
Posts: 82

Re: milcheck, a binary to display mirrorlist status data in the terminal

AUR build fails

==> Starting build()...
    Updating crates.io index
error: failed to fetch `https://github.com/rust-lang/crates.io-index`
 
Caused by:
  object not found - no match for id (c68af5c9d6d1661f591e1c56a86d61b6e126cc65); class=Odb (9); code=NotFound (-3)

https://pastebin.com/QkC2egFK4


EDIT: works great, i had to clear ~/.cargo/registry and it installed fine. good work

Last edited by dglt (2020-01-27 16:40:33)

Offline

#7 2020-05-08 17:00:02

doums
Member
Registered: 2019-03-15
Posts: 25

Re: milcheck, a binary to display mirrorlist status data in the terminal

Hi!

Thanks you @Zod @dglt @judd1 and @figue.
Now I'm the maintainer of the AUR package, I just updated it ! It was outdated, now the colors are not set arbitrary and the color palette of your terminal will be used instead (ANSI colors).

Tell me if you encounter any problems smile

Offline

#8 2020-05-08 17:25:05

figue
Member
Registered: 2007-12-16
Posts: 59

Re: milcheck, a binary to display mirrorlist status data in the terminal

doums wrote:

Hi!

Thanks you @Zod @dglt @judd1 and @figue.
Now I'm the maintainer of the AUR package, I just updated it ! It was outdated, now the colors are not set arbitrary and the color palette of your terminal will be used instead (ANSI colors).

Tell me if you encounter any problems smile

It was a pleasure. Thanks for this piece of software. Colours look pretty well.

Offline

#9 2020-05-08 18:49:58

tim3dman
Member
From: Melbourne, Australia
Registered: 2018-02-15
Posts: 21

Re: milcheck, a binary to display mirrorlist status data in the terminal

Thanks @doums, this is just what I needed.

Offline

Board footer

Powered by FluxBB