1
0
mirror of https://github.com/gryf/wicd.git synced 2026-01-06 13:54:17 +01:00
Files
wicd/in/man=wicd-curses.8.in
Andrew Psaltis 1ab13ae618 curses/curses_misc.py:
Fixed some of the arguments in MaskingEdit
curses/netentry_curses.py:
  Added an autoconnect switch to the WirelessSettingsDialog
  Reformatted some code
  Ensured that the buttons are glued to the bottom of the dialog
AUTHORS:
  Changed Adam's e-mail to match the ones in the man page.
AUTHORS, in/man=wicd.8.in:
  Added/updated my e-mail
in/man=wicd-curses.8.in:
  Removed mention of the keymap modification (too difficult/potentially
    problematic)
  Removed mention of my branch, bugs can be tagged with "wicd-curses" or something
    like that
2009-02-17 20:04:50 -05:00

94 lines
2.8 KiB
Groff

.\" First revision was r203
.TH WICD-CURSES "8" "January 2009" "wicd-curses-%CURSES_REVNO%"
.SH NAME
.B wicd-curses
\- curses-based wicd(8) controller
.SH DESCRIPTION
wicd-curses is a curses-based network controller that uses the Wired/Wireless Internet Connection Daemon (wicd) to control your network connections. It is suitable to run in terminal multiplexers like screen(1).
It is designed to imitate the GTK-based wicd-client(1) as much as possible, and uses the Urwid (http://excess.org/urwid) console widget library to vastly simplify development.
This man page only documents the current status of wicd-curses. This may/may not be the most up-to-date document.
.SH "ARGUMENTS"
.TP
.BR "\-r" , " \-\-raw\-screen"
Use Urwid's raw console display, instead of the (faster) curses-based one. This may be useful if you are experiencing unicode problems.
.SH CONTROLS
All of these are case sensitive.
.TP
.BR enter
Connect to selected network
.TP
.BR "F8 " or " Q " or " q"
Quit the client.
.TP
.BR D
Disconnect all devices from network connections
.TP
.BR ESC
If connecting to a network, stop doing so
.TP
.BR "F5 " or " R"
Refresh the network list
.TP
.BR P
Bring up the preferences controller
.TP
.BR I
Bring up hidden network scanning dialog
.TP
.BR "H " or " h " or " ?"
Bring up a rather simplistic help dialog. Of course, it mentions this man page first. :-)
.TP
.BR A
Raise the "About wicd-curses" dialog
.\".PP
.\"The following is a work in progress and might not be fully functional as of yet.
.TP
.BR C
Bring up network configuration controller for the selected network
.TP
.BR delete
Delete the selected wired network profile (from the wired network combo box at the top)
.TP
.BR F2
Rename the selected wired network profile (from the wired network combo box at the top)
.\".PP
.\"The following are not implemented yet:
.TP
.BR S
.\"Bring up the script selector for the selected network (requires superuser privileges)
Bring up instructions on how to edit the scripts. I have implemented a way to do this in the interface itself, but making it function with all Linux distros would be difficult. Since you are reading this, you should know how to do what I suggest. ;-)
.TP
.BR O
Raise the Ad-Hoc network creation dialog
.SH "FILES"
.TP
.I ~/.wicd/WHEREAREMYFILES
Reminder that your network configuration files are not here ;-)
.PP
These following are not used yet:
.TP
.I %LIB%colors.py
Tentative location of the system color schemes
.TP
.I ~/.wicd/colors.py
Custom color schemes.
.SH "SEE ALSO"
.BR wicd-client (1),
.BR wicd (8)
.SH BUGS
Probably lots. ;-)
If you happen to find one, ask about it on #wicd on freenode, or submit a bug report to http://launchpad.net/wicd.
.SH WICD-CURSES AUTHOR
Andrew Psaltis <ampsaltis@gmail.com>
.SH WICD AUTHORS
Adam Blackburn <compwiz18@gmail.com>
.br
Dan O'Reilly <oreilldf@gmail.com>