Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
chengsun committed Jul 3, 2022
1 parent c114e80 commit eefdac4
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,16 @@ Run this as follows:
$ < test.sexp cargo run --release --bin select -- foo bar
```

### A fast "print" CLI tool

Does something similar to `sexp print -mach`.

Run this as follows:

```
$ < test.sexp cargo run --release --bin print
```

### A tool for parallelising other sexp filters

This tool parallelises any filter-like sexp CLI, like `sexp query`.
Expand Down

0 comments on commit eefdac4

Please sign in to comment.