navi 2.24.0

An interactive cheatsheet tool for the command-line
Documentation
1
2
3
4
5
6
7
#!/usr/bin/env bash
set -euo pipefail

export NAVI_HOME="$(cd "$(dirname "$0")/.." && pwd)"
source "${NAVI_HOME}/scripts/install"

"${NAVI_HOME}/tests/run"