jjj 0.1.0

A simple TUI for jj.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# jjj


A simple TUI for jj.

## Getting started


Clone the repository locally and build.

```sh
jj git clone https://github.com/icorbrey/jjj.git
cd jjj
cargo build
```

## License


jjj is distributed under the [MIT license](./LICENSE.md).