Skip to content

Commit d409eb9

Browse files
committed
jj-fzf, README.md: depend on jj-0.22.0
Signed-off-by: Tim Janik <timj@gnu.org>
1 parent ad6eab8 commit d409eb9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ A separate view for the operations log `jj op log` enables fast previews of old
2020
The available hotkeys are displayed onscreen for simple discoverability.
2121
The commands and key bindings can also be displayed with `jj-fzf --help` and are documented in the wiki: [jj-fzf-help](https://github.com/tim-janik/jj-fzf/wiki/jj-fzf-help)
2222

23-
The `jj-fzf` script is implemented in bash-5.1, using fzf-0.29 and jj-0.21.0.
23+
The `jj-fzf` script is implemented in bash-5.1, using fzf-0.29 and jj-0.22.0.
2424
Command line tools like sed, grep are assumed to provide GNU tool semantics.
2525

2626
<!-- USAGE -->

jj-fzf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ then
3535
fi
3636

3737
# == Check Deps ==
38-
jj --version | grep -Eq 'jj [1-9]\.|jj 0\.2[2-9]\.|jj 0.[3-9][0-9]' || die 'jj-0.22 is required'
38+
jj --version | grep -Eq 'jj 0\.2[2-9]\.' || die 'jj-0.22 is required'
3939
fzf --help | grep -Fq ' --header-first' || die 'fzf-0.29 is required'
4040
sed --version | grep -Fq 'GNU sed' || die 'GNU sed is required'
4141
TRACK=--track && FZFHELP="$(fzf --help 2>&1)" && [[ "$FZFHELP" =~ "--track" ]] || TRACK=

0 commit comments

Comments
 (0)