kasl is a comprehensive command-line utility 🛠️ designed to streamline the tracking of work activities 📊, including start times ⏰, pauses ⏸, and task completion
// Postinstall entry: pre-downloads the binary where lifecycle scripts are
// allowed. On npm v12+ this script is skipped by default and run.js downloads
// the binary on first launch instead.
require("./download").install(()=>{});