/wifi-manager

GO cli to manage wifi networks using Network Manager

Primary LanguageGo

Wifi Manager

A golang cli to manage wifi networks, using nmcli

How to install

  • Download package from releases
  • mv package to /usr/local/bin cp wifi-manager /usr/local/bin

How to use

  • There are 5 commands available in the app:
    • help:
      • for showing useful info about available commands`
      • example: wifi-manager wifi-manager
    • list:
      • for listing available wifi netwokrs
      • example: wifi-manager list --name --bars wifi-manager-list
    • info:
      • for showing all info about one of saved wifis
      • example: wifi-manager info --main --password wifi-manager-info
    • con:
      • for connecting to a saved or a new network
      • example: wifi-manager con wifi-manager-con
    • delete:
      • for deleting a saved network
      • example: wifi-manager delete wifi-manager-delete
    • restart:
      • for restarting network manager
      • example: wifi-manager restart wifi-manager-restart

packages used