Update tools

This commit is contained in:
David Tomaschik
2022-03-17 18:23:27 -07:00
parent 50174a4f72
commit 75b0c5db9e
2 changed files with 4 additions and 0 deletions

View File

@@ -398,6 +398,9 @@ EOF
tldr)
pip3 install --user tldr
;;
blint)
pip3 install --user blint
;;
*)
echo "Unknown tool: ${TOOL}" >/dev/stderr
list_tools