Description
High performance source code search tool. Github repository: https://github.com/tkengo/highway
A fast pattern matching tool like pt and ag.
Features
- It can search the PATTERN from your source code very fast.
- It can search also the PATTERN as a regular expression.
- It supports UTF-8 and some Japanese encodings (Because I'm Japanese :yum: EUC-JP and Shift_JIS is supported).
- It ignores file patterns form your .gitiginore by default.
Installation Instructions
sudo curl -sL -o /etc/yum.repos.d/hnakamur-highway.repo https://copr.fedoraproject.org/coprs/hnakamur/highway/repo/epel-7/hnakamur-highway-epel-7.repo
sudo yum install highway
Active Releases
The following unofficial repositories are provided as-is by owner of this project. Contact the owner directly for bugs or issues (IE: not bugzilla).
Release | Architectures | Repo Download |
---|---|---|
EPEL 7 | x86_64 (66)* | EPEL 7 (181 downloads) |
* Total number of downloaded packages.
Quick Enable
#> dnf copr enable hnakamur/highway
More info about enabling Copr repositories