#TOTP Dynamic Value (Paw Extension)
A Paw Extension that computes TOTP.
#Reference https://github.com/bestony/totp.js/
#installation
PATH_PAW_EXTENSIONS="$HOME/Library/Containers/com.luckymarmot.Paw/Data/Library/Application Support/com.luckymarmot.Paw/Extensions"
NAME_TOTP_DYNAMIC="com.luckymarmot.PawExtensions.TOTPDynamicValue"
REPO_URL="https://github.com/soliujing/Paw-TOTPDynamicValue.git"
mkdir -p $PATH_PAW_EXTENSIONS
cd $PATH_PAW_EXTENSIONS
git clone --depth 1 $REPO_URL $NAME_TOTP_DYNAMIC