App::Rak

a CLI for searching strings in files

NAME

App::Rak - a CLI for searching strings in files

SYNOPSIS

$ rak foo      # look for "foo" in current directory recursively

$ rak foo bar  # look for "foo" in directory "bar" recursively

$ rak '/ << foo >> /'    # look for "foo" as word in current directory

$ raku foo --files-only  # look for "foo", only produce filenames

$ raku foo --before=2 --after=2  # also produce 2 lines before and after

DESCRIPTION

App::Rak provides a CLI called rak that allows you to look for a needle in (a selection of files) from a given directory recursively.

Note: this is still very much in alpha development phase. Comments and suggestions are more than welcome!

AUTHOR

Elizabeth Mattijsen [email protected]

Source can be located at: https://github.com/lizmat/App-Rak . Comments and Pull Requests are welcome.

If you like this module, or what Iā€™m doing more generally, committing to a small sponsorship would mean a great deal to me!

COPYRIGHT AND LICENSE

Copyright 2022 Elizabeth Mattijsen

This library is free software; you can redistribute it and/or modify it under the Artistic License 2.0.

App::Rak v0.0.1

a CLI for searching strings in files

Authors

  • Elizabeth Mattijsen

License

Artistic-2.0

Dependencies

highlighter:ver<0.0.3>:auth<zef:lizmat>Files::Containing:ver<0.0.1>:auth<zef:lizmat>

Test Dependencies

Provides

  • App::Rak

The Camelia image is copyright 2009 by Larry Wall. "Raku" is trademark of the Yet Another Society. All rights reserved.