App-Rak icon indicating copy to clipboard operation
App-Rak copied to clipboard

21st century grep / find / ack / ag / rg on steroids

Results 19 App-Rak issues
Sort by recently updated
recently updated
newest added

I've just discovered this bug when you try to parse multiple CSV files you get the non unique field error: ``` > cat /tmp/a.csv a,b,c,d 1,2,3,4 5,6,7,8 > cat /tmp/b.csv...

Hi Liz, it seems that in the latest version the `--unique --count` is not working as one would expect: `rak "/./" file.txt --unique --count-only` => should give the number of...

I'm frequently searching CSV files with 20-30 columns, and when there's a hit it can be hard to know what the columns are. An option to print the first line...

***rak*** with `--modify-files` produces (I think) incorrect reports and does not allow non-destructive potential results. a) A zipped directory is attached with three files in a directory 'rak-test' [raktest.zip](https://github.com/lizmat/App-Rak/files/14613987/raktest.zip) b)...

Hi Liz, Another quick fix , when you're using the `--pattern-from` with regex you're doing a loop with each one of the pattern rather than compiling a single regex with...

Hi Liz, Great tool ! Do you think you can add quickly the support of other type of compressed archive ? This would be good for --auto-decompress of feature of...

Hi! I am not sure if this is a Rak or Rakudo or SparkyCI + Docker issue, my feeling is that it all started from #5 , anyway now when...

on c5aeee1 on main, seeing the following test failures on windows: ``` $ zef test . ===> Testing: App::Rak:ver:auth [App::Rak] Use of uninitialized value of type Any in numeric context...

Thank you for this awesome binary! I have a use case to perform multiline replacements in code, here is an example. For this file `text.txt`: ``` Multi line ``` I...

This would be basically a shortcut to `--per-line=.split("\n\n")`, but then reporting the original line number of the paragraph start, rather then the ordinal number of the paragraph. Reason: for regexes...