lizmat / App-Rak

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

Add a way to get a short help showing actual use #50

Closed tbrowder closed 3 months ago

tbrowder commented 7 months ago

Suggestion:

$ rak
# OUTPUT
...example use from README
lizmat commented 3 months ago

Next version of App::Rak will have:

$ rak       
Should at least specify a pattern.  For instance:

  rak foo

will look for "foo" in all text files in the current directory
and any sub-directories. See:

  rak --help

for (much) more information.
tbrowder commented 3 months ago

Sounds great, thanks!

lizmat commented 3 months ago

Now in the ecosystem, so closing.