Download List

專案描述

salias is a wrapper for programs that allows arguments to those programs to be aliased. For example, salias could expand "gpg -r friends --encrypt" to "gpg -r bob -r frank --encrypt". This is more useful than using simple environment variables, as other programs calling the wrapped-program don't have to worry about searching environment variables. Also, salias deals well with things needing repeating prefix options, such as with GnuPG's "-r" option (as shown in the example stated).

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2003-03-31 13:05
0.3.1

With this version, salias is now more friendly if called with no arguments.
標籤: C, Minor bugfixes

2003-03-08 01:47
0.3.0

This is the tirst release of the C version of salias; because of this, salias is much, much faster. A new configuration file format is now being used.
標籤: C, Major feature enhancements

2002-04-02 06:17
0.2.1

Removal of unnecessary warnings when config.xml was not found.
標籤: Python, Minor bugfixes

2002-02-02 10:02
0.2.0

This Python port of salias has half the total execution time of the original Perl version. --debug output is now Bourne-shell escaped. The commandline interface is identical to that of the Perl version.
標籤: Python, Initial freshmeat announcement

2001-04-23 00:31
0.1.5

New --debug in documentation, and a rewrite of options documentation.
標籤: Perl, Minor feature enhancements

Project Resources