gnu: the-silver-searcher: Fix & improve description.
* gnu/packages/code.scm (the-silver-searcher)[description]: Fix typo, use @command and @file mark-up, and clarify a bit.
This commit is contained in:
parent
392f326655
commit
6acff0f900
|
@ -3,6 +3,7 @@
|
||||||
;;; Copyright © 2015 Andreas Enge <andreas@enge.fr>
|
;;; Copyright © 2015 Andreas Enge <andreas@enge.fr>
|
||||||
;;; Copyright © 2015 Ricardo Wurmus <rekado@elephly.net>
|
;;; Copyright © 2015 Ricardo Wurmus <rekado@elephly.net>
|
||||||
;;; Copyright © 2016 Efraim Flashner <efraim@flashner.co.il>
|
;;; Copyright © 2016 Efraim Flashner <efraim@flashner.co.il>
|
||||||
|
;;; Copyright © 2017 Tobias Geerinckx-Rice <me@tobias.gr>
|
||||||
;;;
|
;;;
|
||||||
;;; This file is part of GNU Guix.
|
;;; This file is part of GNU Guix.
|
||||||
;;;
|
;;;
|
||||||
|
@ -209,9 +210,11 @@ COCOMO model or user-provided parameters.")
|
||||||
(home-page "http://geoff.greer.fm/ag/")
|
(home-page "http://geoff.greer.fm/ag/")
|
||||||
(synopsis "Fast code searching tool")
|
(synopsis "Fast code searching tool")
|
||||||
(description
|
(description
|
||||||
"The silver searcher, or 'ag', is tool for quickly searching through
|
"The Silver Searcher (@command{ag}) is a tool for quickly searching large
|
||||||
files, but compared to grep is much faster and respects files like .gitignore,
|
numbers of files. It's intended primarily for source code repositories, and
|
||||||
.hgignore, etc.")
|
respects files like @file{.gitignore} and @file{.hgignore}. It's also an order
|
||||||
|
of magnitude faster than its inspiration, @command{ack}, and less specialised
|
||||||
|
tools such as @command{grep}.")
|
||||||
(license license:asl2.0)))
|
(license license:asl2.0)))
|
||||||
|
|
||||||
(define-public trio
|
(define-public trio
|
||||||
|
|
Loading…
Reference in New Issue