With this litte tool its possible to format a given MAC address into three different formats.
- hyphen
- colon
- such as string
If you're a sysadmin you know that necessary to use a MAC address in different scenarios. For Windows DCHP reservations you have to add it without colon or hyphens. For HP Switches (the old one) you have to configure it with hyphens and so on. So you can use this tool format it, with one click you copy it in your clipboard and than you can paste it anywhere.
Bootstrapped with create-react-app. For the componentes I used ant.design. Special styling added with styled-components.
# clone repo
git clone https://github.com/schmanat/mac-formatter
# install depnedencies
npm install
# open browser
http://localhost:3000
Please open a issue and I try to fix it :)