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