kasl-cli 1.0.1

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
//! `ka` - short alias for the `kasl` binary.
//!
//! Same program under the brand's two-letter code, so `ka report` and
//! `kasl report` are interchangeable. Application identity - data directory,
//! self-update channel, keyring service - is fixed to "kasl" regardless of
//! which name was typed, so installing the alias never moves a user's data.

fn main() -> anyhow::Result<()> {
    kasl::run()
}