| What is Friends? | - | - |
Friends is a simple application for monitoring your friends logged-in to the system. It presents the users as a simple list and updates itself at regular (configurable, of course) intervals.
Friends lets you easily execute actions for a user. This means that you can select a user from the list and choose Mail which starts your favourite mailer and sends that person a mail. Or you can start a talk-session with the user, write to the user or execute some totally arbitrary command. You can set one of these actions as a default command which is executed when the middle button is clicked.
You can also choose to view only a subset of all possible user, i.e. your friends.
| Usage | - | - |
Start the application with :
% FriendsIf you start Friends for the first time it will tell you that it creates a new file $HOME/.Friends for storing all personal settings in. After that the main window will appear. It is a little listbox which list all users currently logged on to the system. The mousebuttons to the following tasks :
The configuration-dialog lets you tailor several aspects of the behaviour of Friends. You can set the :
rxvt -title "Write to %s" -e write %s@%hwould replace the %s with the name, giving an actual command like :
rxvt -title "Write to chakie@infa" -e write chakieif chakie was the selected user.
| Downloading | - | - |
| Installation | - | - |
Use the RPM-files if possible, and follow normal installation or rebuilding procedures. For the tar-file you first need to download the package and unpack it into a nice directory (for instance /usr/local/srs) with the command :
% tar zvfx Friends-1.0.tar.gzThis will create a subdirectory Friends-1.0. Enter the directory :
% cd Friends-1.0Compiling the application should normally be just a matter of typing :
% make % make installas 'root'. This makes the application and installs it under /usr/local. If it however does not compile properly you might need to check the makefile 'src/Makefile' for compiler flags and utilities used by the installation process. This file also contains the paths for the install, modify is you want to install in another location.
Revision information : $Id: Friends.html,v 1.5 1998/08/13 10:41:03 chakie Exp $