------------------------------------------
quick summary
------------------------------------------
AsmPlan - todo and note taker
 INPUTS
   usage: asmplan <project name>
   The projects are stored at $HOME/.a/projects.
   If AsmPlan is not passed a project name
   it opens the first project found. If no
   projects are found it opens a dummy project.
   -
   Program operations are optimized for mouse
   usage and a short help file is available
   from within AsmPlan.
 OUTPUT
   Entries are stored in files that match the name of
   each project. Files are in ascii and can be editied
   with any text editor if the format is preserved.
 NOTES
   source file: asmplan.asm
   This file is a standalone ELF binary.


Introduction
------------

 The "asmplan" program is a unique todo program
 that is optimized for cyclic events and
 to quickly handle a daily review of history.

 It can act as a simple diary or log file which
 is played back at specified times in the future.
 This provides persistant reminders if needed.
 
 Features:  Quick daily review of history and todos
            Easy scheduling and composing
            Search command
            Separate project list always visible
            Keyword triggers, browser, email, etc.

 *** Note: AsmPlan has a bug in the date function ***
 ***       and will be revised soon.              ***

Obtaining "asmplan"
--------------

 The author can be found on the DesktopLinuxAsm
 discussion group at yahoogroups.  To join send
 a blank email to:

   DesktopLinuxAsm-subscribe@yahoogroups.com

 Additional information may be available on the
 home page at:

 http://members.bsn1.net/jko%40save-net.com/asm/


Startng "asmplan"
------------

  asmplan <project name>

  If "asmplan" is started with a project name, it will be
  used.  If no name is provided the first project found
  will be used.  If no project is found, "asmplan" will  create
  a dummy project at ~/.a/Project/

  All projects are kept at ~/.asmide/plan/ and "asmplan" creates
  this directory if it does not exist.

Mouse Commands
--------------

 The following mouse commands do not have a keyboard
 equivalent.

 Completion

   A left click on the "__" completion area of each
   todo entry will cause it to reschedue or die.  This
   is controled by checkoff boxes on the edit screen

 Edit

  A left click on the body of any todo entry will
  call up the edit screen.  Edits are done by
  filling in a form.  Most actions can be done
  with simple mouse clicks.

 Execute

 Note: this feature is incomplete

 A right click on any todo text in any screen
 will trigger the execute logic.  If the click
 is on an email address the email client will
 be executed.  Web addresses will trigger execution
 of a browseer.  Other possible actions are:
 executable file, edit text file, hyper database,
 ledger, ...


Keyboard and Mouse Commands
----------------------------

 New Project
 Delete Project
 Add Todo
 Page Forward
 Page Back
 Search
 Config
 Help
 Exit

Keyboard Only Commands

 In most windows the up, down, pgup, pgdn
 keys work.  In the edit screen the right,
 left, dellete, backspace keys are also
 available.



 