App-FzfUtils
view release on metacpan or search on metacpan
script/fzf2clip-loop view on Meta::CPAN
#!perl
# Note: This script is a CLI for Riap function /App/FzfUtils/fzf2clip_loop
# and generated automatically using Perinci::CmdLine::Gen version 0.502
use 5.010001;
use strict;
use warnings;
use Log::ger;
use Perinci::CmdLine::Any;
our $AUTHORITY = 'cpan:PERLANCAR'; # AUTHORITY
our $DATE = '2026-04-09'; # DATE
our $DIST = 'App-FzfUtils'; # DIST
our $VERSION = '0.003'; # VERSION
my $cmdline = Perinci::CmdLine::Any->new(
url => "/App/FzfUtils/fzf2clip_loop",
program_name => "fzf2clip-loop",
log => 1,
read_config => 0,
read_env => 0,
);
$cmdline->run;
# ABSTRACT: Like fzf2clip, but loop/repeat
# PODNAME: fzf2clip-loop
__END__
=pod
=encoding UTF-8
=head1 NAME
fzf2clip-loop - Like fzf2clip, but loop/repeat
=head1 VERSION
This document describes version 0.003 of fzf2clip-loop (from Perl distribution App-FzfUtils), released on 2026-04-09.
=head1 SYNOPSIS
B<fzf2clip-loop> B<L<--help|/"--help, -h, -?">> (or B<L<-h|/"--help, -h, -?">>, B<L<-?|/"--help, -h, -?">>)
B<fzf2clip-loop> B<L<--version|/"--version, -v">> (or B<L<-v|/"--version, -v">>)
B<fzf2clip-loop> [B<L<--debug|/"--debug">>|B<L<--log-level|/"--log-level=s">>=I<level>|B<L<--quiet|/"--quiet">>|B<L<--trace|/"--trace">>|B<L<--verbose|/"--verbose">>] [B<L<--format|/"--format=s">>=I<name>|B<L<--json|/"--json">>] [B<L<--(no)naked-res|...
=head1 DESCRIPTION
This is basically a shortcut for:
% fzf --bind 'enter:execute(clipadd {})' < input.txt
where L<clipadd> is a utility from L<App::ClipboardUtils>.
=head1 OPTIONS
C<*> marks required options.
=head2 Main options
=over
=item B<--input>=I<s>
(No description)
Can also be specified as the 1st command-line argument.
=back
=head2 Logging options
=over
=item B<--debug>
Shortcut for --log-level=debug.
=item B<--log-level>=I<s>
Set log level.
By default, these log levels are available (in order of increasing level of
importance, from least important to most): C<trace>, C<debug>, C<info>,
C<warn>/C<warning>, C<error>, C<fatal>. By default, the level is usually set to
C<warn>, which means that log statements with level C<info> and less important
levels will not be shown. To increase verbosity, choose C<info>, C<debug>, or
C<trace>.
For more details on log level and logging, as well as how new logging levels can
be defined or existing ones modified, see L<Log::ger>.
=item B<--quiet>
Shortcut for --log-level=error.
=item B<--trace>
Shortcut for --log-level=trace.
=item B<--verbose>
Shortcut for --log-level=info.
=back
=head2 Output options
=over
( run in 0.550 second using v1.01-cache-2.11-cpan-2398b32b56e )