Skip to content

Commit

Permalink
README
Browse files Browse the repository at this point in the history
  • Loading branch information
glitch committed Oct 11, 2023
1 parent 5b9f4c8 commit 305120e
Showing 1 changed file with 17 additions and 14 deletions.
31 changes: 17 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,22 @@ docker run -v --rm -w $PWD -v $PWD:$PWD -e TERM=xterm-256color ghcr.io/xfhg/inte
<br>
<br>

# Sandbox Playground

Build & mess around with it :

```
make with-docker
```

<p align="center">

[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/xfhg/intercept)

<br>
<br>
<br>

# Manual Quick Start

1. Grab the latest [RELEASE](https://github.com/xfhg/intercept/releases) of intercept bundle for your platform
Expand Down Expand Up @@ -381,25 +397,12 @@ You can set three enforcement levels:
<br>


# Sandbox Playground

Build & mess around with it :

```
make with-docker
```

<p align="center">

[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/xfhg/intercept)

<br>
<br>
<br>



## Standing on the shoulders of giants - [ripgrep](https://github.com/BurntSushi/ripgrep) + [cue](https://github.com/cue-lang/cue)
# Standing on the shoulders of giants - [ripgrep](https://github.com/BurntSushi/ripgrep) + [cue](https://github.com/cue-lang/cue)

- It is built on top of Rust's regex engine. Rust's regex engine uses finite automata, SIMD and aggressive literal optimizations to make searching very fast. (PCRE2 support)
- Rust's regex library maintains performance with full Unicode support by building UTF-8 decoding directly into its deterministic finite automaton engine.
Expand Down

0 comments on commit 305120e

Please sign in to comment.