Index of /software/axp/doc

      Name                    Last modified       Size  Description

[DIR] Parent Directory 30-Jan-2006 10:39 - [TXT] AUTHORS 26-Apr-2005 01:20 1k [TXT] COMMANDS 26-Apr-2005 01:20 2k [TXT] ChangeLog 11-Dec-2005 18:54 20k [TXT] NEWS 11-Dec-2005 18:54 2k [TXT] REQUIREMENTS 11-Sep-2005 23:02 1k [TXT] adding-new-command 28-Oct-2004 13:57 1k

Welcome to AXP
--------------

AXP stands for Arch eXtension Platform (or Arch eXtended by Perl).

This is a command line tool with a modular, hierarchical and pluggable
command set, that provides an additional GNU Arch functionality.


Verify dependencies
-------------------

Please run "make". This roughly checks you have all needed dependancies,
that is any perl (5.005 or higher) and arch-perl tree (instructions will
follow if missing).


How to install
--------------

Please run "make" to get a short explanation.


AXP information
---------------

The axp development may be browsed using archzoom:

  http://archzoom.sourcecontrol.net/archzoom.cgi/migo@homemail.com--Perl-GPL/axp?expand

Run "axp help -r" to get the list of all currently implemented commands.

Please read the files in doc/ directory for additional information.

Home Page: http://migo.sixbit.org/software/axp/


Shell completion
----------------

axp can produce its own completion code for several shells.

If you use tcsh, just run:
	`axp self completion tcsh -c`     # yes, with backticks
If you use zsh, run something like:
	axp self completion zsh >~/.zsh/autoload/_axp