diff --git a/README.md b/README.md index 06ebd09..fb21794 100644 --- a/README.md +++ b/README.md @@ -1,57 +1,62 @@
-

- oui -

-
-MAC Address CLI Toolkit -
-
+

+ oui +

+
+ MAC Address CLI Toolkit +
+
GitHub Workflow Status GitHub release (latest SemVer) +
+ + Check Out the Web Version +
+ ## Installation ### macOS #### Homebrew -```console -$ brew tap thatmattlove/oui -$ brew install oui +```bash +brew tap thatmattlove/oui +brew install oui ``` #### MacPorts -```console -$ sudo port install oui +```bash +sudo port install oui ``` ### Linux #### Debian/Ubuntu (APT) -```console -$ echo "deb [trusted=yes] https://repo.fury.io/thatmattlove/ /" > /etc/apt/sources.list.d/thatmattlove.fury.list -$ sudo apt update -$ sudo apt install oui +```bash +echo "deb [trusted=yes] https://repo.fury.io/thatmattlove/ /" > /etc/apt/sources.list.d/thatmattlove.fury.list +sudo apt update +sudo apt install oui ``` #### RHEL/CentOS (YUM) -```console -$ echo -e "[fury-thatmattlove]\nname=thatmattlove\nbaseurl=https://repo.fury.io/thatmattlove/\nenabled=1\ngpgcheck=0" > /etc/yum.repos.d/thatmattlove.fury.repo -$ sudo yum update -$ sudo yum install oui +```bash +echo -e "[fury-thatmattlove]\nname=thatmattlove\nbaseurl=https://repo.fury.io/thatmattlove/\nenabled=1\ngpgcheck=0" > /etc/yum.repos.d/thatmattlove.fury.repo +sudo yum update +sudo yum install oui ``` ### Windows -TODO +Coming Soon ## Usage @@ -64,7 +69,7 @@ USAGE: oui [global options] command [command options] [arguments...] VERSION: - 1.0.0 + 2.0.4 COMMANDS: @@ -117,9 +122,13 @@ $ oui convert F4:BD:9E:01:23:45 $ oui update Updating MAC Address Database +██████████▌░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 20.0% Populating database...finished parsing vendors from MA-L registry +██████████████████▌░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 37.0% Populating database...finished parsing vendors from CID registry +███████████████████████████▌░░░░░░░░░░░░░░░░░░░░░░ 54.0% Populating database...finished parsing vendors from IAB registry +███████████████████████████████████▌░░░░░░░░░░░░░░ 71.0% Populating database...finished parsing vendors from MA-M registry +████████████████████████████████████████████▌░░░░░ 88.0% Populating database...finished parsing vendors from MA-S registry ██████████████████████████████████████████████████ 100.0% Completed -Updated MAC Address database (v0) with 44,839 records in 14 seconds - +Updated MAC Address database (2.0.4) with 49,949 records in 5 seconds ``` -![GitHub](https://img.shields.io/github/license/thatmattlove/oui?style=for-the-badge) \ No newline at end of file +![GitHub](https://img.shields.io/github/license/thatmattlove/oui?style=for-the-badge&color=000000) \ No newline at end of file