mirror of
https://github.com/gryf/wicd.git
synced 2025-12-25 16:02:28 +01:00
curses/wicd-curses.py: ADDED (new (very incomplete) curses UI) curses/README: ADDED (Simple README. Hope it says enough for the moment) curses/TODO: ADDED (Simple, incomplete, TODO list)
14 lines
638 B
Plaintext
14 lines
638 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).
|
|
|
|
~ ampsaltis
|