-
-
22 Oct 2016 08:07:12 UTC
- Distribution: Complete-Zsh
- Module version: 0.03
- Source (raw)
- Browse (raw)
- Changes
- Homepage
- How to Contribute
- Repository
- Issues
- Testers (8080 / 0 / 68)
- Kwalitee
Bus factor: 1- % Coverage
- License: perl_5
- Perl: v5.10.1
- Activity
24 month- Tools
- Download (13.33KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
NAME
Complete::Zsh - Completion module for zsh shell
VERSION
This document describes version 0.03 of Complete::Zsh (from Perl distribution Complete-Zsh), released on 2016-10-22.
DESCRIPTION
This module provides routines related to doing completion in zsh.
FUNCTIONS
format_completion($completion) -> str|array
Format completion for output (for shell).
zsh accepts completion reply in the form of one entry per line to STDOUT. Currently the formatting is done using
Complete::Bash
'sformat_completion
.This function is not exported by default, but exportable.
Arguments ('*' denotes required arguments):
$completion* => hash|array
Completion answer structure.
Either an array or hash, as described in
Complete
.
Return value: Formatted string (or array, if `as` key is set to `array`) (str|array)
HOMEPAGE
Please visit the project's homepage at https://metacpan.org/release/Complete-Zsh.
SOURCE
Source repository is at https://github.com/sharyanto/perl-Complete-Zsh.
BUGS
Please report any bugs or feature requests on the bugtracker website https://rt.cpan.org/Public/Dist/Display.html?Name=Complete-Zsh
When submitting a bug or request, please include a test-file or a patch to an existing test-file that illustrates the bug or desired feature.
SEE ALSO
Complete::Bash, Complete::Fish, Complete::Tcsh.
zshcompctl manual page.
AUTHOR
perlancar <perlancar@cpan.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2016 by perlancar@cpan.org.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.
Module Install Instructions
To install Complete::Zsh, copy and paste the appropriate command in to your terminal.
cpanm Complete::Zsh
perl -MCPAN -e shell install Complete::Zsh
For more information on module installation, please visit the detailed CPAN module installation guide.