bug-global
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [feature request] Add ack-like output format?


From: Shigio YAMAGUCHI
Subject: Re: [feature request] Add ack-like output format?
Date: Wed, 30 Oct 2013 14:55:13 +0900

Hi,
OK. I have put it to the project TODO list.
Thank you.



2013/10/30 Leo Liu <address@hidden>
I don't know which program first started using this format. But ack¹ has
it. In this format file names aren't repeated for each line instead
things are grouped if they are from the same file. See this sample:

--------------------------------
Dancer/Response.pm
120:sub push_header {
126:            $self->{headers}->push_header( $header => $h );
178:        $self->push_header(

Dancer.pm
86:  push_header
164:sub push_header     { Dancer::SharedData->response->push_header(@_); }
411:            $resp->push_header('Content-Disposition' =>
891:see L</push_header>.
893:=head2 push_header
898:        push_header 'x-my-header' => '1';
899:        push_header 'x-my-header' => '2';
......
--------------------------------

Footnotes:
¹  http://beyondgrep.com


_______________________________________________
Bug-global mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/bug-global



--
Shigio YAMAGUCHI <address@hidden>
PGP fingerprint: D1CB 0B89 B346 4AB6 5663  C4B6 3CA5 BBB3 57BE DDA3

reply via email to

[Prev in Thread] Current Thread [Next in Thread]