diff --git a/Makefile b/Makefile index 37178fe..2d1e836 100644 --- a/Makefile +++ b/Makefile @@ -10,8 +10,8 @@ Q ::= $(if $(findstring 1, $(V)),, @) all: check check-deps: jj-fzf - $Q jj-fzf --version - $Q jj-fzf --help >/dev/null # check-deps + $Q ./jj-fzf --version + $Q ./jj-fzf --help >/dev/null # check-deps install: check-deps $(INSTALL) -t "$(bindir)" jj-fzf uninstall: diff --git a/README.md b/README.md index 429ea08..63b8ff9 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ A separate view for the operations log `jj op log` enables fast previews of old The available hotkeys are displayed onscreen for simple discoverability. 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) -The `jj-fzf` script is implemented in bash-5.1, using fzf-0.29 and jj-0.23.0. +The `jj-fzf` script is implemented in bash-5.1, using fzf and jj with git. Command line tools like sed, grep, gawk are assumed to provide GNU tool semantics.