Skip to content

Commit

Permalink
suggest ijq as a valid too
Browse files Browse the repository at this point in the history
  • Loading branch information
jakebman committed Dec 13, 2024
1 parent e6b462d commit 3270ad3
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions plugins/available/jake-install-tools.plugin.bash
Original file line number Diff line number Diff line change
Expand Up @@ -422,6 +422,14 @@ function _jake-check-optional-tools() {
echo 'PYENV_ROOT=~/.local/lib/pyenv curl https://pyenv.run | bash'
fi

if _command_exists ijq; then
echo "Nothing to do for ijq - ijq is happy"
else
echo "Please install ijq - the interactive jq tool"
echo "Get the binary (and manpage) from https://git.sr.ht/~gpanders/ijq/refs/v1.1.2, or the latest tag"
echo "The manpage (ijq.1) goes into ~/bin/man"
fi

if _command_exists jira; then
echo "Nothing to do for jira - jira is happy"
else
Expand Down

0 comments on commit 3270ad3

Please sign in to comment.