{"id":19953654,"url":"https://github.com/mkende/pfind","last_synced_at":"2026-04-14T02:31:15.527Z","repository":{"id":56834844,"uuid":"205673810","full_name":"mkende/pfind","owner":"mkende","description":"A Perl based find replacement","archived":false,"fork":false,"pushed_at":"2019-09-23T21:55:34.000Z","size":26,"stargazers_count":2,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-01T15:23:34.090Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Perl","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mkende.png","metadata":{"files":{"readme":"README.pod","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-09-01T12:35:02.000Z","updated_at":"2024-08-23T21:52:39.000Z","dependencies_parsed_at":"2022-09-09T19:11:14.124Z","dependency_job_id":null,"html_url":"https://github.com/mkende/pfind","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mkende/pfind","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mkende%2Fpfind","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mkende%2Fpfind/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mkende%2Fpfind/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mkende%2Fpfind/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mkende","download_url":"https://codeload.github.com/mkende/pfind/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mkende%2Fpfind/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31779942,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-14T02:24:21.117Z","status":"ssl_error","status_checked_at":"2026-04-14T02:24:20.627Z","response_time":153,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-13T01:17:11.010Z","updated_at":"2026-04-14T02:31:15.511Z","avatar_url":"https://github.com/mkende.png","language":"Perl","funding_links":[],"categories":[],"sub_categories":[],"readme":"=head1 pfind - A Perl based find replacement\n\n=head2 DESCRIPTION\n\nB\u003cpfind\u003e is a replacement for the standard B\u003cfind\u003e command where the countless\nflags and options are mostly all replaced by a single option (B\u003c--exec\u003e) that \ncan execute arbitrary Perl code.\n\nSee examples of B\u003cpfind\u003e in action in the L\u003cdocumentation|pfind/EXAMPLES\u003e.\n\n=head2 DOCUMENTATION\n\nYou can find the documentation for the program itself on L\u003cmeta::cpan|pfind\u003e.\nAfter the program is installed, you can also get its documentation by running\nany of the following commands: B\u003cman pfind\u003e, B\u003cpfind --help\u003e or\nB\u003cperldoc pfind\u003e.\n\nThe built-in B\u003c--help\u003e rendering will be better if the B\u003cperldoc\u003e program is\ninstalled. It usually comes in a B\u003cperl-doc\u003e package on most systems.\n\n=head2 INSTALLATION\n\n=head3 Requirements\n\nBuilding and installing this program only requires Perl modules from the\nstandard library. So as long as you have Perl installed (which should be the\ncase by default on almost all system), you should be able to install pfind using\none of the method below. This program requires Perl version 5.22 or above. You\ncan check which Perl you have installed with the following command:\n\n    perl -v\n\n=head3 Installing from the Git sources\n\nTo install the program manually from Git, you can run the following commands (you do need to have the B\u003cmake\u003e and B\u003cgit\u003e program installed):\n\n    git clone https://github.com/mkende/pfind.git\n    cd pfind\n    perl Makefile.PL\n    make\n    make test\n    sudo make install\n\n=head3 Installing from CPAN\n\nThis module is available on CPAN (the Perl package manager). The CPAN command\nshould be installed on any system that has Perl (which, again, should mostly be\nany system at all). So, to install B\u003cpfind\u003e automatically using CPAN, you can \njust run the following command:\n\n    cpan App::Pfind\n\nNote: if this is the first time that you run the B\u003ccpan\u003e command, you will be\nasked to configure it. The default answer to most questions is usually fine.\n\n=head2 DISTRIBUTION\n\nThe main development of this software is done on\nL\u003cGitHub|https://github.com/mkende/pfind\u003e. However, it is also available on\nCPAN.\n\nThe following can be used only by the module maintainer on CPAN. To update the\nCPAN module, remember to increment the version number and then run the following\ncommands:\n\n    perl Makefile.PL\n    make distcheck\n    # Optionally, to add files not in the manifest:\n    # make manifest\n    make dist\n\nFinally, upload the F\u003cApp-Pfind-I\u003cversion\u003e.tar.gz\u003e file that has been created\nthrough L\u003cPAUSE|https://pause.perl.org\u003e, ideally putting it under an\nF\u003cApp-Pfind\u003e directory.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmkende%2Fpfind","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmkende%2Fpfind","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmkende%2Fpfind/lists"}