kasl-cli 1.0.0

kasl is a comprehensive command-line utility 🛠️ designed to streamline the tracking of work activities 📊, including start times ⏰, pauses ⏸, and task completion
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# kasl-cli


npm installer for [kasl](https://github.com/lacodda/kasl) — a work activity tracker CLI: automatic workday and break detection, task management with Jira/GitLab integration, productivity reports and exports.

```bash
npm i -g kasl-cli
kasl init
kasl watch
```

The package downloads the prebuilt binary for your platform from [GitHub Releases](https://github.com/lacodda/kasl/releases) (Windows x64, Linux x64, macOS arm64). On other platforms install via cargo:

```bash
cargo install kasl-cli
```

Documentation: [kasl.lacodda.com](https://kasl.lacodda.com)