App-ProgUtils

 view release on metacpan or  search on metacpan

script/proglist  view on Meta::CPAN

        },
    },
    examples => [
        {
            summary => 'List all programs',
            argv => [],
            test => 0,
            'x.doc.show_result'=>0,
        },
        {
            summary => 'List all binaries that have "font" in their name',
            argv => [qw/font --type=binary/],
            test => 0,
            'x.doc.show_result'=>0,
        },
        {
            summary => 'List all scripts that have "csv" in their name',
            argv => [qw/csv --type=script/],
            test => 0,
            'x.doc.show_result'=>0,
        },
    ],

script/proglist  view on Meta::CPAN

=head2 other shells

For fish and zsh, install L<shcompgen> as described above.

=head1 EXAMPLES

=head2 List all programs

 % proglist

=head2 List all binaries that have "font" in their name

 % proglist font '--type=binary'

=head2 List all scripts that have "csv" in their name

 % proglist csv '--type=script'

=head1 HOMEPAGE

Please visit the project's homepage at L<https://metacpan.org/release/App-ProgUtils>.

=head1 SOURCE



( run in 0.772 second using v1.01-cache-2.11-cpan-5735350b133 )