Currently I am using nmtui for selecting a spot.
I would like to connect to a wifi spot from command line.
I expect there might be a tool that would work this way
connec2wifi -s somessid -p ****
Where -s is ssid and -p is password
or even like this?
connec2wifi somessid *****
Also, if there is no such tool. What would be the best way to implement it?