Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

the_silver_searcher-2.2.0-3.20200225.mga8 RPM for x86_64

From Mageia 8 for x86_64 / media / core / release

Name: the_silver_searcher Distribution: Mageia
Version: 2.2.0 Vendor: Mageia.Org
Release: 3.20200225.mga8 Build date: Thu Apr 16 10:42:39 2020
Group: Text tools Build host: localhost
Size: 117642 Source RPM: the_silver_searcher-2.2.0-3.20200225.mga8.src.rpm
Packager: shlomif <shlomif>
Url: https://github.com/ggreer/the_silver_searcher
Summary: Super-fast text searching tool (ag)
The Silver Searcher is a code searching tool similar to ack,
with a focus on speed.

An attempt to make something better than ack (which itself is better
than grep).

Why use Ag?

- It searches code about 3-5x faster than ack.

- It ignores file patterns from your .gitignore and .hgignore.

- If there are files in your source repository you don't want to
  search,just add their patterns to a .ignore file.

* The command name is 33% shorter than ack, and all keys are on the
  home row!

How is it so fast?

- Ag uses Pthreads to take advantage of multiple CPU cores and search
  files in parallel.

- Files are mmap()ed instead of read into a buffer.

- Literal string searching uses Boyer-Moore-Horspool strstr.

- Regex searching uses PCRE's JIT compiler (if Ag is built with
  PCRE >=8.21).

- Ag calls pcre_study() before executing the regex on every file.

- Instead of calling fnmatch() on every pattern in your ignore files,
  non-regex patterns are loaded into an array and binary searched.

Provides

Requires

License

ASL 2.0 and BSD

Changelog

* Thu Apr 16 2020 shlomif <shlomif> 2.2.0-3.20200225.mga8
  + Revision: 1567818
  - sync with github
* Tue Feb 18 2020 umeabot <umeabot> 2.2.0-2.20190322.mga8
  + Revision: 1541697
  - Mageia 8 Mass Rebuild
  + wally <wally>
  - replace deprecated %configure2_5x
* Tue Dec 31 2019 shlomif <shlomif> 2.2.0-1.20190322.mga8
  + Revision: 1475037
  - New version 2.2.0
* Sun Sep 23 2018 umeabot <umeabot> 2.1.0-3.20170825.mga7
  + Revision: 1301398
  - Mageia 7 Mass Rebuild
* Thu May 03 2018 shlomif <shlomif> 2.1.0-2.20170825.mga7
  + Revision: 1225852
  - add provides

Files

/usr/bin/ag
/usr/lib/.build-id
/usr/lib/.build-id/34
/usr/lib/.build-id/34/dd45383b2fb4eef7fc0628ed4898891b1dabf6
/usr/share/bash-completion
/usr/share/bash-completion/completions
/usr/share/bash-completion/completions/ag
/usr/share/doc/the_silver_searcher
/usr/share/doc/the_silver_searcher/LICENSE
/usr/share/doc/the_silver_searcher/README.md
/usr/share/man/man1/ag.1.xz
/usr/share/zsh/site-functions/_the_silver_searcher


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Apr 9 15:38:33 2024