bedrocklinux / bedrocklinux-userland

This tracks development for the things such as scripts and (defaults for) config files for Bedrock Linux
https://bedrocklinux.org
GNU General Public License v2.0
602 stars 65 forks source link

brl-fetch: Support color when listing fetchable strata #226

Closed NICHOLAS85 closed 3 years ago

NICHOLAS85 commented 3 years ago

Adds color to brl fetch --list and brl fetch -X. Also switches from basename ${backend}to ${backend##*/} which should be faster and accomplish the same thing.