File: README

package info (click to toggle)
axp 0.2.1-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 1,068 kB
  • ctags: 273
  • sloc: perl: 2,727; makefile: 159
file content (47 lines) | stat: -rw-r--r-- 1,156 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
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