wutils

Crates.iowutils
lib.rswutils
version0.1.1
created_at2025-12-05 18:14:06.528662+00
updated_at2025-12-05 18:26:27.165274+00
descriptionA collection of useful command-line working utilities written in Rust.
homepagehttps://m1sk9.dev
repositoryhttps://github.com/m1sk9/wutils
max_upload_size
id1968893
size36,012
Sho Sakuma (m1sk9)

documentation

README

wutils

A collection of useful command-line working utilities written in Rust.

Installation

A Rust environment is required.

cargo install wutils

Usage

  • wutils time <scheduled> --break <break_start> <break_end> ...

    • Calculates the actual working time from the scheduled working hours by excluding the specified break periods.
    wutils time 8:00 --break 12:00 13:00 --break 15:00 15:15
    
  • wutils salary <total-working-hours> <hourly-wage>

    • Calculates wages based on the hourly wage derived from working hours.
    wutils salary 20:15:15 1300
    
Commit count: 0

cargo fmt