rtkay123 / mirro-rs

An Arch Linux mirrorlist manager with a TUI
Apache License 2.0
81 stars 1 forks source link

Add config option to autoselect mirror regions #56

Open circus-real opened 10 months ago

circus-real commented 10 months ago

When I want to rank mirrors, I only want to consider those from my country or other nearby countries.

In my mirro-rs.toml, I have countries = [ ... ]. When I run mirro-rs in my terminal, the only regions listed are those in the config file. None of the regions are selected by default.

However, what I would like is to be able to write in my config something like autoselect = true, and have all regions listed under filters->countries be selected when I enter the TUI.

Thanks, circus-real

rtkay123 commented 10 months ago

autoselect = true Sounds great, I'll look into it.