mirror of
https://github.com/BurntSushi/ripgrep.git
synced 2025-05-19 09:40:22 -07:00
parent
8782f8200c
commit
3ca324fda7
@ -309,14 +309,14 @@ If you're a **FreeBSD** user, then you can install ripgrep from the
|
|||||||
```
|
```
|
||||||
|
|
||||||
If you're an **OpenBSD** user, then you can install ripgrep from the
|
If you're an **OpenBSD** user, then you can install ripgrep from the
|
||||||
[official ports](http://openports.se/textproc/ripgrep):
|
[official ports](https://openports.se/textproc/ripgrep):
|
||||||
|
|
||||||
```
|
```
|
||||||
$ doas pkg_add ripgrep
|
$ doas pkg_add ripgrep
|
||||||
```
|
```
|
||||||
|
|
||||||
If you're a **NetBSD** user, then you can install ripgrep from
|
If you're a **NetBSD** user, then you can install ripgrep from
|
||||||
[pkgsrc](http://pkgsrc.se/textproc/ripgrep):
|
[pkgsrc](https://pkgsrc.se/textproc/ripgrep):
|
||||||
|
|
||||||
```
|
```
|
||||||
# pkgin install ripgrep
|
# pkgin install ripgrep
|
||||||
|
@ -9,7 +9,7 @@ this crate strives for compatibility across Windows, macOS and Linux.
|
|||||||
[](https://ci.appveyor.com/project/BurntSushi/ripgrep)
|
[](https://ci.appveyor.com/project/BurntSushi/ripgrep)
|
||||||
[](https://crates.io/crates/grep-cli)
|
[](https://crates.io/crates/grep-cli)
|
||||||
|
|
||||||
Dual-licensed under MIT or the [UNLICENSE](http://unlicense.org).
|
Dual-licensed under MIT or the [UNLICENSE](https://unlicense.org/).
|
||||||
|
|
||||||
|
|
||||||
### Documentation
|
### Documentation
|
||||||
|
@ -8,7 +8,7 @@ simultaneously, and returning all of the globs that matched.
|
|||||||
[](https://ci.appveyor.com/project/BurntSushi/ripgrep)
|
[](https://ci.appveyor.com/project/BurntSushi/ripgrep)
|
||||||
[](https://crates.io/crates/globset)
|
[](https://crates.io/crates/globset)
|
||||||
|
|
||||||
Dual-licensed under MIT or the [UNLICENSE](http://unlicense.org).
|
Dual-licensed under MIT or the [UNLICENSE](https://unlicense.org/).
|
||||||
|
|
||||||
### Documentation
|
### Documentation
|
||||||
|
|
||||||
|
@ -5,7 +5,7 @@ authors = ["Andrew Gallant <jamslam@gmail.com>"]
|
|||||||
description = """
|
description = """
|
||||||
Fast line oriented regex searching as a library.
|
Fast line oriented regex searching as a library.
|
||||||
"""
|
"""
|
||||||
documentation = "http://burntsushi.net/rustdoc/grep/"
|
documentation = "https://docs.rs/grep"
|
||||||
homepage = "https://github.com/BurntSushi/ripgrep/tree/master/crates/grep"
|
homepage = "https://github.com/BurntSushi/ripgrep/tree/master/crates/grep"
|
||||||
repository = "https://github.com/BurntSushi/ripgrep/tree/master/crates/grep"
|
repository = "https://github.com/BurntSushi/ripgrep/tree/master/crates/grep"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
|
@ -6,7 +6,7 @@ ripgrep, as a library.
|
|||||||
[](https://ci.appveyor.com/project/BurntSushi/ripgrep)
|
[](https://ci.appveyor.com/project/BurntSushi/ripgrep)
|
||||||
[](https://crates.io/crates/grep)
|
[](https://crates.io/crates/grep)
|
||||||
|
|
||||||
Dual-licensed under MIT or the [UNLICENSE](http://unlicense.org).
|
Dual-licensed under MIT or the [UNLICENSE](https://unlicense.org/).
|
||||||
|
|
||||||
|
|
||||||
### Documentation
|
### Documentation
|
||||||
|
@ -8,7 +8,7 @@ also provides lower level direct access to gitignore and file type matchers.
|
|||||||
[](https://ci.appveyor.com/project/BurntSushi/ripgrep)
|
[](https://ci.appveyor.com/project/BurntSushi/ripgrep)
|
||||||
[](https://crates.io/crates/ignore)
|
[](https://crates.io/crates/ignore)
|
||||||
|
|
||||||
Dual-licensed under MIT or the [UNLICENSE](http://unlicense.org).
|
Dual-licensed under MIT or the [UNLICENSE](https://unlicense.org/).
|
||||||
|
|
||||||
### Documentation
|
### Documentation
|
||||||
|
|
||||||
|
@ -8,7 +8,7 @@ engine it uses pluggable.
|
|||||||
[](https://ci.appveyor.com/project/BurntSushi/ripgrep)
|
[](https://ci.appveyor.com/project/BurntSushi/ripgrep)
|
||||||
[](https://crates.io/crates/grep-matcher)
|
[](https://crates.io/crates/grep-matcher)
|
||||||
|
|
||||||
Dual-licensed under MIT or the [UNLICENSE](http://unlicense.org).
|
Dual-licensed under MIT or the [UNLICENSE](https://unlicense.org/).
|
||||||
|
|
||||||
### Documentation
|
### Documentation
|
||||||
|
|
||||||
|
@ -8,7 +8,7 @@ the `grep-matcher` crate. This implementation permits PCRE2 to be used in the
|
|||||||
[](https://ci.appveyor.com/project/BurntSushi/ripgrep)
|
[](https://ci.appveyor.com/project/BurntSushi/ripgrep)
|
||||||
[](https://crates.io/crates/grep-pcre2)
|
[](https://crates.io/crates/grep-pcre2)
|
||||||
|
|
||||||
Dual-licensed under MIT or the [UNLICENSE](http://unlicense.org).
|
Dual-licensed under MIT or the [UNLICENSE](https://unlicense.org/).
|
||||||
|
|
||||||
### Documentation
|
### Documentation
|
||||||
|
|
||||||
|
@ -7,7 +7,7 @@ JSON Lines format.
|
|||||||
[](https://ci.appveyor.com/project/BurntSushi/ripgrep)
|
[](https://ci.appveyor.com/project/BurntSushi/ripgrep)
|
||||||
[](https://crates.io/crates/grep-printer)
|
[](https://crates.io/crates/grep-printer)
|
||||||
|
|
||||||
Dual-licensed under MIT or the [UNLICENSE](http://unlicense.org).
|
Dual-licensed under MIT or the [UNLICENSE](https://unlicense.org/).
|
||||||
|
|
||||||
### Documentation
|
### Documentation
|
||||||
|
|
||||||
|
@ -112,7 +112,7 @@ impl JSONBuilder {
|
|||||||
///
|
///
|
||||||
/// ## Overview
|
/// ## Overview
|
||||||
///
|
///
|
||||||
/// The format of this printer is the [JSON Lines](http://jsonlines.org/)
|
/// The format of this printer is the [JSON Lines](https://jsonlines.org/)
|
||||||
/// format. Specifically, this printer emits a sequence of messages, where
|
/// format. Specifically, this printer emits a sequence of messages, where
|
||||||
/// each message is encoded as a single JSON value on a single line. There are
|
/// each message is encoded as a single JSON value on a single line. There are
|
||||||
/// four different types of messages (and this number may expand over time):
|
/// four different types of messages (and this number may expand over time):
|
||||||
|
@ -13,7 +13,7 @@ statistics.
|
|||||||
|
|
||||||
The [`JSON`](struct.JSON.html) printer shows results in a machine readable
|
The [`JSON`](struct.JSON.html) printer shows results in a machine readable
|
||||||
format. To facilitate a stream of search results, the format uses
|
format. To facilitate a stream of search results, the format uses
|
||||||
[JSON Lines](http://jsonlines.org/)
|
[JSON Lines](https://jsonlines.org/)
|
||||||
by emitting a series of messages as search results are found.
|
by emitting a series of messages as search results are found.
|
||||||
|
|
||||||
The [`Summary`](struct.Summary.html) printer shows *aggregate* results for a
|
The [`Summary`](struct.Summary.html) printer shows *aggregate* results for a
|
||||||
|
@ -8,7 +8,7 @@ be used in the `grep` crate for fast line oriented searching.
|
|||||||
[](https://ci.appveyor.com/project/BurntSushi/ripgrep)
|
[](https://ci.appveyor.com/project/BurntSushi/ripgrep)
|
||||||
[](https://crates.io/crates/grep-regex)
|
[](https://crates.io/crates/grep-regex)
|
||||||
|
|
||||||
Dual-licensed under MIT or the [UNLICENSE](http://unlicense.org).
|
Dual-licensed under MIT or the [UNLICENSE](https://unlicense.org/).
|
||||||
|
|
||||||
### Documentation
|
### Documentation
|
||||||
|
|
||||||
|
@ -9,7 +9,7 @@ to use memory maps.
|
|||||||
[](https://ci.appveyor.com/project/BurntSushi/ripgrep)
|
[](https://ci.appveyor.com/project/BurntSushi/ripgrep)
|
||||||
[](https://crates.io/crates/grep-searcher)
|
[](https://crates.io/crates/grep-searcher)
|
||||||
|
|
||||||
Dual-licensed under MIT or the [UNLICENSE](http://unlicense.org).
|
Dual-licensed under MIT or the [UNLICENSE](https://unlicense.org/).
|
||||||
|
|
||||||
### Documentation
|
### Documentation
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user