Skip to content

Commit

Permalink
Fix issue with tail -f
Browse files Browse the repository at this point in the history
And add and fixup a lot of documentation
  • Loading branch information
lizmat committed Oct 2, 2022
1 parent 8233008 commit 6a70863
Show file tree
Hide file tree
Showing 9 changed files with 525 additions and 392 deletions.
3 changes: 3 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ Revision history for App-Rak
- The first official beta-version of App::Rak. With fleshed
out documentation for all arguments from the command line
- Bump dependency on rak to get default for :dir/:file fix
and non-eagerizing when reading from STDIN
- Make sure --find-all is actually handled
- Support --per-line also with a Callable producer
- Properly stringify any Buf returned by a matcher as a list
Expand All @@ -12,7 +13,9 @@ Revision history for App-Rak
more in line with the concept of producers producing items
- Make dependency on Edit::Files optional
- Fix issue with --modify-files losing line-endings
- --edit and --find can now be used together again
- Allow a Callable to be specified with --degree
- Bump dependency on highlighter to fix --matches-only behaviour

0.0.99 2022-09-27T22:12:15+02:00
- Add support for --unicode
Expand Down
6 changes: 3 additions & 3 deletions META6.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
"CLI::Help:ver<0.0.5>:auth<zef:lizmat>",
"CLI::Version:ver<0.0.8>:auth<zef:lizmat>",
"has-word:ver<0.0.3>:auth<zef:lizmat>",
"highlighter:ver<0.0.14>:auth<zef:lizmat>",
"highlighter:ver<0.0.15>:auth<zef:lizmat>",
"JSON::Fast::Hyper:ver<0.0.3>:auth<zef:lizmat>",
"META::constants:ver<0.0.3>:auth<zef:lizmat>",
"rak:ver<0.0.29>:auth<zef:lizmat>",
"rak:ver<0.0.30>:auth<zef:lizmat>",
"String::Utils:ver<0.0.12>:auth<zef:lizmat>"
],
"description": "21st century grep / find / ack / ag / rg on steroids",
Expand Down Expand Up @@ -58,5 +58,5 @@
],
"test-depends": [
],
"version": "0.1.0"
"version": "0.1"
}
291 changes: 164 additions & 127 deletions README.md

Large diffs are not rendered by default.

Loading

0 comments on commit 6a70863

Please sign in to comment.