#shift #cli-tool #date #time #track #shifts #month

bin+lib shifty

一个简单的命令行工具,用于跟踪您的工作班次。

8 个版本

0.1.7 2024 年 5 月 1 日
0.1.6 2024 年 4 月 24 日

1610命令行实用程序

Download history 414/week @ 2024-04-19 117/week @ 2024-04-26 18/week @ 2024-05-03 2/week @ 2024-05-24

每月 410 次下载

MIT 许可证

24KB
580

Shity 是一个简单的命令行工具,用于跟踪您的工作班次。

用法

添加班次

// Adds a shift for today with the default length
shifty -a

// Adds a shift at the specified time and date with a 150% premium
shifty -a -t 4:00 -d 01/01/2024 -p 150

删除班次

// Remove a shift on today's date if it exists
shifty -r

// Removes a shift at the specified date if it exists
shifty -r -d 01/01/2024

列出特定月份的班次

// List all shifts for this month
shifty -l

// List all shifts for specified month
shifty -l -d 01/2024

列出所有班次

shifty -L

构建配置文件

shifty -c

依赖项

~4–14MB
~121K SLoC