Currently we only have "block with duration" feature but missing "unblock with duration". It could be nice if we have both. It should be easy to implements.
[[ "$MODE" == "unblock" ]] && {
echo "Distracting websites has been unblocked -- Enjoy your day :)"
[[ "$FOKUS_MINUTES" != "0" ]] && shfokus_unblock_in_minutes
return 0
}
Currently we only have "block with duration" feature but missing "unblock with duration". It could be nice if we have both. It should be easy to implements.