mirror of
https://github.com/gryf/wicd.git
synced 2025-12-24 23:22:27 +01:00
Added a Dialog class, mostly borrowed from a urwid example curses/prefs_curses.py: Added the DNS domain to the dialog, as was done in the GTK UI curses/wicd-curses.py: Added a semi-pretty about dialog. curses/README: Activating about dialog is done by "A"
29 lines
996 B
Plaintext
29 lines
996 B
Plaintext
This is a curses-based client for wicd. It is designed to imitate wicd-client
|
|
as much as can be done with a console-based interface. It is written using the
|
|
Urwid (http://excess.org/urwid) toolkit, and thus requires it.
|
|
|
|
That's all there is to it, really. It's not going to install itself until I
|
|
work on it more and figure out how to use distutils.
|
|
|
|
Right now, it lists current available networks, and whether you are connected
|
|
to anything or not, all of which is updated in real time. It will actually
|
|
connect you to networks now. Global preferences are now configurable from the
|
|
console. Per-network settings is a work in progress.
|
|
|
|
Controls:
|
|
|
|
F5 : refresh wireless networks
|
|
F8 or Q: quit
|
|
D : disconnect from active network
|
|
ESC : if connecting to a network, stop doing so
|
|
ENTER : Attempt connection to selected network
|
|
P : Display preferences dialog
|
|
A : Display "About" dialog
|
|
|
|
IN DIALOGS:
|
|
ESC or Q: Quit dialog without saving information (if present)
|
|
|
|
|
|
|
|
~NaCl
|