App-ClipboardUtils

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

        - No functional changes.

        - [doc clipadd cookbook] Add a recipe.


0.013   2025-10-16  Released-By: PERLANCAR; Urgency: low

        - No functional changes.

        - [doc] Add document:
          App::ClipboardUtils::Manual::HowTo::ClipaddCookbook.


0.012   2025-10-15  Released-By: PERLANCAR; Urgency: medium

        - [cli clipadd] Add option --fragments.


0.011   2025-06-15  Released-By: PERLANCAR; Urgency: medium

        - [cli clipadd] Add option --command-line (-c).

MANIFEST  view on Meta::CPAN

# This file was automatically generated by Dist::Zilla::Plugin::Manifest v6.033.
Changes
LICENSE
MANIFEST
META.json
META.yml
Makefile.PL
README
dist.ini
lib/App/ClipboardUtils.pm
lib/App/ClipboardUtils/Manual/HowTo/ClipaddCookbook.pod
script/add-clipboard-content
script/ca
script/cg
script/clear-clipboard-content
script/clear-clipboard-history
script/clipadd
script/clipget
script/cliptee
script/ct
script/detect-clipboard-manager

lib/App/ClipboardUtils/Manual/HowTo/ClipaddCookbook.pod  view on Meta::CPAN

package App::ClipboardUtils::Manual::HowTo::ClipaddCookbook; # just to make podweaver happy

use strict;

# AUTHORITY
# DATE
our $DIST = 'App-ClipboardUtils'; # DIST
# VERSION

1;
# ABSTRACT: Cookbook for clipadd

__END__

=pod

=encoding UTF-8

=head1 NAME

App::ClipboardUtils::Manual::HowTo::ClipaddCookbook - Cookbook for clipadd

=head1 VERSION

This document describes version 0.014 of App::ClipboardUtils::Manual::HowTo::ClipaddCookbook (from Perl distribution App-ClipboardUtils), released on 2025-10-16.

=head1 DESCRIPTION

L<clipadd> lets you add items to the clipboard. It is
clipboard-manager-agnostic, supporting backends like B<xclip> and B<Klipper>. It
also has some convenient features which will be demonstrated in this document.

=head1 RECIPES

=head2 Adding ouput from command-line, one line at a time

t/author-critic.t  view on Meta::CPAN

}


use strict;
use warnings;

# this test was generated with Dist::Zilla::Plugin::Test::Perl::Critic::Subset 3.001.006

use Test::Perl::Critic (-profile => "") x!! -e "";

my $filenames = ['lib/App/ClipboardUtils.pm','lib/App/ClipboardUtils/Manual/HowTo/ClipaddCookbook.pod','script/add-clipboard-content','script/ca','script/cg','script/clear-clipboard-content','script/clear-clipboard-history','script/clipadd','script/c...
unless ($filenames && @$filenames) {
    $filenames = -d "blib" ? ["blib"] : ["lib"];
}

all_critic_ok(@$filenames);



( run in 1.246 second using v1.01-cache-2.11-cpan-6aa56a78535 )