logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Reflector - Generate Mirrorlists | Online Free DevTools by Hexmos

Generate optimized mirrorlists with Reflector for faster downloads. Sort mirrors, filter by country and protocol, and save configurations. Free online tool, no registration required.

reflector

Arch script to fetch and sort mirrorlists. More information: https://manned.org/reflector.

  • Get all mirrors, sort for download speed and save them:

sudo reflector --sort {{rate}} --save {{/etc/pacman.d/mirrorlist}}

  • Only get German HTTPS mirrors:

reflector {{[-c|--country]}} {{Germany}} {{[-p|--protocol]}} {{https}}

  • Only get the 10 recently sync’d mirrors:

reflector {{[-l|--latest]}} {{10}}

  • Use a configuration file to fetch mirrors:

sudo reflector @{{/etc/xdg/reflector/reflector.conf}}

  • Display help:

reflector {{[-h|--help]}}

See Also