mirror of
https://github.com/BurntSushi/ripgrep.git
synced 2025-05-19 09:40:22 -07:00
doc: update crates.io description
This brings it in line with the README.
This commit is contained in:
parent
ab64da73ab
commit
1f528f1641
@ -3,8 +3,9 @@ name = "ripgrep"
|
|||||||
version = "0.8.1" #:version
|
version = "0.8.1" #:version
|
||||||
authors = ["Andrew Gallant <jamslam@gmail.com>"]
|
authors = ["Andrew Gallant <jamslam@gmail.com>"]
|
||||||
description = """
|
description = """
|
||||||
Line oriented search tool using Rust's regex library. Combines the raw
|
ripgrep is a line-oriented search tool that recursively searches your current
|
||||||
performance of grep with the usability of the silver searcher.
|
directory for a regex pattern while respecting your gitignore rules. ripgrep
|
||||||
|
has first class support on Windows, macOS and Linux
|
||||||
"""
|
"""
|
||||||
documentation = "https://github.com/BurntSushi/ripgrep"
|
documentation = "https://github.com/BurntSushi/ripgrep"
|
||||||
homepage = "https://github.com/BurntSushi/ripgrep"
|
homepage = "https://github.com/BurntSushi/ripgrep"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user