@tasklight/cli
v0.1.0
Published
Tasklight CLI: get notified when long-running developer tasks finish, fail, or need attention.
Maintainers
Readme
@tasklight/cli
npm package for the Tasklight CLI.
Tasklight notifies you when long-running developer tasks finish, fail, or need attention.
Install
npm install -g @tasklight/cliThen:
tasklight --version
tasklight doctor
tasklight run -- pnpm test
tasklight notify --subtitle "✅ Done" --message "Finished"Platform support
This package currently bundles prebuilt Tasklight binaries for:
- macOS arm64
- macOS x64
- Linux arm64
- Linux x64
Windows is not packaged yet.
macOS optional enhancement
Tasklight works on macOS with built-in osascript notifications. For better notification identity, custom icon support, and click-to-focus behavior, install:
brew install terminal-notifierLinux notification dependency
Linux desktop notifications use notify-send.
# Ubuntu/Debian
sudo apt install libnotify-bin
# Fedora
sudo dnf install libnotify
# Arch
sudo pacman -S libnotifyDevelopment
From the Tasklight repository root:
npm --prefix npm/tasklight-cli run build:vendor
npm --prefix npm/tasklight-cli run test:local
npm --prefix npm/tasklight-cli run pack:checkSource
https://github.com/revazi/tasklight
