lrackwitz / para-alias
A plugin for the para console application to be able to configure aliases and to use them in the shell.
Installs: 40
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:para-plugin
Requires (Dev)
- lrackwitz/para: ^2.2
- mikey179/vfsstream: ^1.6
- php-mock/php-mock-prophecy: ^0.0.2
- phpunit/phpunit: ^6.0
This package is not auto-updated.
Last update: 2025-01-05 06:45:43 UTC
README
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
- Lars Rosenberg - Initial work - Para-Alias
License
This project is licensed under the GPL-3.0-or-later License - see the LICENSE.md file for details.