This is a sipmle query modul for awsome Albert Launcher. It resolves and re-formats any kind of ethernet Hardware Address (OUI)
Synopsis: mac {##:##:##[:##:##:##]|##-##-##[-##-##-##]|######[######]}
Background details: This plugin fetchs a copy from http://standards-oui.ieee.org/oui/oui.txt and converts to local json DB. Automatic Updates once a month at startup. Most distros ships /var/lib/ieee-data/oui.txt, but it's pretty outdated but will be used as fallback.
An external API ca be used if no local db found or no local result is returned. In general we prefer local db for offline working and privacy purposes.
Simple clone to Albert plugin directory and activate in Albert Python Modules Settings. no special python modules are required.
git clone https://github.com/Bierchermuesli/albert-macaddr.git ~/.local/share/albert/python/plugins
always welcome, just some ad hoc coding