cafehaine / xontrib-xlsd

xontrib-xlsd is the next gen ls command for xonsh shell, inspired by lsd.
GNU General Public License v3.0
21 stars 4 forks source link

Make the icon selection architecture more modular #1

Closed cafehaine closed 3 years ago

cafehaine commented 3 years ago

The current code is hardcoded into doing the following:

However, the libmagic used is the one packaged in the libmagic arch linux package, so it might not be available everywhere.

We should allow registering multiple icon sources with a specified priority (and also guard the import for libmagic in a try catch).