Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 5 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ A terminal UI for watching and reviewing agent progress, designed for a tmux pan

Uses [difftastic](https://difftastic.wilfred.me/) for structural, syntax-aware diffs with ANSI color output via an in-process Rust dependency.

![ripdiff demo](docs/media/strava-demo.gif)

## Install

### Install from crates.io
Expand All @@ -32,12 +34,6 @@ This installs `ripdiff` into `~/.cargo/bin/`.
cargo install --path .
```

For best results, install difftastic:

```bash
cargo install difftastic
```

## Releasing

Maintainer release instructions live in [RELEASING.md](/home/mabeleda/Development/ripdiff/RELEASING.md).
Expand All @@ -48,6 +44,9 @@ Run inside any git repo with uncommitted changes:

```
ripdiff

# or
rd
```

Or point it at a specific repo:
Expand Down
Binary file added docs/media/strava-demo.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
32 changes: 32 additions & 0 deletions docs/strava-demo.tape
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
Output docs/media/strava-demo.gif

Set Shell "zsh"
Set Width 1800
Set Height 1000
Set FontSize 20
Set Padding 24
Set TypingSpeed 0ms

Type "rd --path ~/Development/strava"
Enter
Sleep 2s

Down
Sleep 600ms

Type "t"
Sleep 1000ms

Down
Sleep 600ms
Down
Sleep 600ms
Down
Sleep 400ms
Down
Sleep 400ms
Down
Sleep 700ms

Type "t"
Sleep 1s
Loading