Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/itdaniher/dmenu-wifi
This script wraps iwconfig and wpasupplicant with a dmenu-based UI and offers a CSV configuration solution.
https://github.com/itdaniher/dmenu-wifi
Last synced: 21 days ago
JSON representation
This script wraps iwconfig and wpasupplicant with a dmenu-based UI and offers a CSV configuration solution.
- Host: GitHub
- URL: https://github.com/itdaniher/dmenu-wifi
- Owner: itdaniher
- License: other
- Created: 2012-05-12T21:38:54.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-06-20T17:33:59.000Z (over 12 years ago)
- Last Synced: 2024-04-16T06:59:47.785Z (7 months ago)
- Language: Shell
- Size: 103 KB
- Stars: 12
- Watchers: 3
- Forks: 13
- Open Issues: 0
-
Metadata Files:
- Readme: README.mkd
- License: LICENSE
Awesome Lists containing this project
README
This "wifi" script is the culmination of several revisions and
pieces of code. Designed to provide an easy way to handle wifi
connections, it can use either dmenu or arguments to select a
profile. Profiles are stored in csv(comma-seperated value)
format in $HOME/.wifi. An example profile file is included for
reference. The code is very easy to read and is fairly solid,
but as I'm a new coder, there may be areas that are slightly
less elegant than they could be. Suggestions, comments, and
questions are appreciated!To use the dmenu interface, execute the script with no args.
If the first argument is the name of a profile, the script
will use the information and attempt to associate to the AP.
If the first argument is not the name of a profile but is
present,the script will try and use that for the name of an AP.