App-TrashUtils

 view release on metacpan or  search on metacpan

META.json  view on Meta::CPAN

{
   "abstract" : "Utilities related to desktop trash",
   "author" : [
      "perlancar <perlancar@cpan.org>"
   ],
   "dynamic_config" : 0,
   "generated_by" : "Dist::Zilla version 6.030, CPAN::Meta::Converter version 2.150010",
   "license" : [
      "perl_5"
   ],
   "meta-spec" : {
      "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",

META.yml  view on Meta::CPAN

---
abstract: 'Utilities related to desktop trash'
author:
  - 'perlancar <perlancar@cpan.org>'
build_requires:
  File::Spec: '0'
  IO::Handle: '0'
  IPC::Open3: '0'
  Test::More: '0'
configure_requires:
  ExtUtils::MakeMaker: '0'
dynamic_config: 0

Makefile.PL  view on Meta::CPAN

# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v6.030.
use strict;
use warnings;

use 5.010001;

use ExtUtils::MakeMaker;

my %WriteMakefileArgs = (
  "ABSTRACT" => "Utilities related to desktop trash",
  "AUTHOR" => "perlancar <perlancar\@cpan.org>",
  "CONFIGURE_REQUIRES" => {
    "ExtUtils::MakeMaker" => 0
  },
  "DISTNAME" => "App-TrashUtils",
  "EXE_FILES" => [
    "script/trash-list",
    "script/trash-list-trashes",
    "script/trash-put",
    "script/trash-restore",

README  view on Meta::CPAN

NAME
    App::TrashUtils - Utilities related to desktop trash

VERSION
    This document describes version 0.004 of App::TrashUtils (from Perl
    distribution App-TrashUtils), released on 2023-08-07.

DESCRIPTION
    This distributions provides the following command-line utilities:

    *   trash-list

README  view on Meta::CPAN

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

SOURCE
    Source repository is at
    <https://github.com/perlancar/perl-App-TrashUtils>.

SEE ALSO
    [1] <https://github.com/andreafrancia/trash-cli>, Python-based CLIs
    delated to desktop trash.

    File::Trash::FreeDesktop

    Alternative CLI's: trash-u (from App::trash::u) which supports undo.

AUTHOR
    perlancar <perlancar@cpan.org>

CONTRIBUTING
    To contribute, you can send patches by email/via RT, or send pull

lib/App/TrashUtils.pm  view on Meta::CPAN

            }
        } else {
            log_info "Restoring: %s ...", $opts;
            $trash->recover($opts);
        }
    }
    [200, "OK"];
}

1;
# ABSTRACT: Utilities related to desktop trash

__END__

=pod

=encoding UTF-8

=head1 NAME

App::TrashUtils - Utilities related to desktop trash

=head1 VERSION

This document describes version 0.004 of App::TrashUtils (from Perl distribution App-TrashUtils), released on 2023-08-07.

=head1 DESCRIPTION

This distributions provides the following command-line utilities:

=over

lib/App/TrashUtils.pm  view on Meta::CPAN


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

=head1 SOURCE

Source repository is at L<https://github.com/perlancar/perl-App-TrashUtils>.

=head1 SEE ALSO

[1] L<https://github.com/andreafrancia/trash-cli>, Python-based CLIs delated to
desktop trash.

L<File::Trash::FreeDesktop>

Alternative CLI's: L<trash-u> (from L<App::trash::u>) which supports undo.

=head1 AUTHOR

perlancar <perlancar@cpan.org>

=head1 CONTRIBUTING



( run in 0.297 second using v1.01-cache-2.11-cpan-299005ec8e3 )