bitcanon / mactool

Simplify MAC Address tasks using this command-line application written in Go.
MIT License
1 stars 0 forks source link

Default download path for oui.csv #5

Closed bitcanon closed 1 year ago

bitcanon commented 1 year ago

When the mactool lookup command downloads the oui.csv file, it is stored to the current directory.

Set a default directory for the oui.csv file, compatible with all operating systems, where the file will be stored. This should be user customizable in the config file.