Index of /software/axp/doc
Name Last modified Size Description
Parent Directory 30-Jan-2006 10:39 -
AUTHORS 26-Apr-2005 01:20 1k
COMMANDS 26-Apr-2005 01:20 2k
ChangeLog 11-Dec-2005 18:54 20k
NEWS 11-Dec-2005 18:54 2k
REQUIREMENTS 11-Sep-2005 23:02 1k
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