kevva / wifi-name

Get current wifi name

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Platform Support

jalcine opened this issue · comments

Something like this is named very abstractly and gives the impression that it's platform-agnostic. Mind mentioning platform support on the landing page? 👍

@jalcine, I'll add Windows support very soon. See #1.

Heh, not a Windows user 😏 but thanks nonetheless!

@jalcine, what Linux distro are you running? Or something other platform?

nmcli is a very popular tool for network management but relying on it might be too biased. A more universal tool would be using iwconfig.

I'm a Ubuntu user but I switch between Arch using wicd (which doesn't have nmcli).

I think 95a7092 fixed this since iwgetid is more widely supported.

Oh definitely! Very good choice 🎱