lrackwitz/para-alias

A plugin for the para console application to be able to configure aliases and to use them in the shell.

Installs: 39

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

Type:para-plugin

1.1.0 2018-03-17 11:15 UTC

This package is not auto-updated.

Last update: 2024-04-28 02:48:09 UTC


README

Build Status Dependency Status Coverage Status Current Version

A plugin for the para console application to be able to configure aliases and to use them in the shell.

How to use it?

This plugin extends the para console application.

After installing this plugin you are able to use shell command aliases that you've manually defined in the para.yml file.

Prerequisites

If you don't have installed para, please take a look in the Para README.md in order to install it.

Installing the plugin

To install the para plugin simply execute the following commands:

para install lrackwitz/para-alias 1.1.0

If everything worked, you can now use the extended functionality of this plugin.

Adding an alias

para alias:add <alias> <value>

Arguments:
alias: The name of the alias.
value: The value of the alias.

Show a list of configured aliases

para aliases:list

Remove an alias

para alias:remove <name>

Arguments:
name: The name of the alias.

Contributing

Please read CONTRIBUTING.md for details on the code of conduct, and the process for creating issues or submitting pull requests.

Versioning

This project uses SemVer for versioning. For the versions available, see the tags on this repository.

Have a look at the CHANGELOG.md.

Authors

License

This project is licensed under the GPL-3.0-or-later License - see the LICENSE.md file for details.