mirror of
https://github.com/gryf/wicd.git
synced 2025-12-24 15:12:31 +01:00
curses/README: f5 refreshes the netlist now curses/TODO: Added a bunch of features to implement, and removed one of them.
20 lines
699 B
Plaintext
20 lines
699 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 only lists current available networks, and whether you are
|
|
connected to anything or not, and that is updated in real time. It does not
|
|
actually connect you to anything yet. I'll get on that when I have more free
|
|
time than I do now (which will be soon).
|
|
|
|
Other important things:
|
|
|
|
F5: refresh wireless networks
|
|
F8: quit
|
|
|
|
|
|
~nacl
|