cxw42 / git-find

Search for files anywhere in a git repository
https://metacpan.org/pod/distribution/App-GitFind/script/git-find
Other
3 stars 0 forks source link

Add printf and fls/fprint* output functions #10

Open cxw42 opened 4 years ago

cxw42 commented 4 years ago

In App::GitFind::Actions, implement do_foo() for the following foo: fls, fprint, fprint0, printf, fprintf

cxw42 commented 4 years ago

Useful resources: https://perlmaven.com/writing-to-files-with-perl and https://perlmaven.com/printf by Gabor Szabo.