[Previous] [Contents] [Index] [Next]

dayminder

Display personal calendar and appointment diary

Syntax:

dayminder [-h height] [-S i|m|n] [-s server] [-w width]
          [-x x_pos] [-y y_pos] 

Options:

-h height
Set initial height of window to height pixels.
-S i|m|n
Specify initial window state (i - iconify, m - maximize, n - normal).
-s server
Specify server node or device name to display DayMinder on.
-w width
Set initial width of window to width pixels.
-x x_pos
Initial x_pos position of window.
-y y_pos
Initial y_pos position of window.

Description:

This utility starts the Photon DayMinder application.

DayMinder provides a simple, graphical way to organize your daily schedule and activities. With DayMinder, you can schedule appointments, plan meetings with your coworkers, track your tasks, and maintain your address book. It's designed to be a simple personal information manager application to suit the needs of small embedded systems.

For a complete description of how to use it, see the DayMinder chapter in the Photon User's Guide.

Examples:

Run dayminder using the Photon server on node 4:

dayminder -s4

Or

dayminder -s//4/dev/photon

Run dayminder at initial position (10,10) with initial dimension of 200*300:

dayminder -x10 -y10 -h200 -w300


[Previous] [Contents] [Index] [Next]