Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: the_silver_searcher | Distribution: Mageia |
Version: 2.2.0 | Vendor: Mageia.Org |
Release: 3.20200225.mga8 | Build date: Thu Apr 16 10:42:38 2020 |
Group: Text tools | Build host: localhost |
Size: 109578 | 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.
ASL 2.0 and BSD
* 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
/usr/bin/ag /usr/lib/.build-id /usr/lib/.build-id/8b /usr/lib/.build-id/8b/6d0a227c6f062842e636897483ead7cfe80730 /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, Sun Oct 13 08:20:58 2024