lizmat / App-Rak

21st century grep / find / ack / ag / rg on steroids
Artistic License 2.0
152 stars 7 forks source link

More consistent app name use in the README file #7

Closed antononcube closed 2 years ago

antononcube commented 2 years ago

I think the following README lines "raku" should be replaced with "Raku":

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

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

$ raku '{.contains("foo") && .contains("bar")}'  # lines with foo AND bar

I.e. the lines above should be:

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

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

$ rak '{.contains("foo") && .contains("bar")}'  # lines with foo AND bar
lizmat commented 2 years ago

Thanks. Fixed in the next release