11 个不稳定版本 (3 个破坏性更新)
0.5.0 | 2021 年 6 月 13 日 |
---|---|
0.4.5 | 2021 年 4 月 20 日 |
0.4.4 | 2021 年 2 月 8 日 |
0.4.0 | 2020 年 11 月 11 日 |
0.2.2 | 2020 年 9 月 18 日 |
#676 在 身份验证 中
每月 39 次下载
29KB
767 行
安装
Rust Cargo
cargo install talenta
macOS Homebrew
brew tap el7cosmos/brew
brew install talenta
用法
登录
# Interactive
talenta login
# Non-interactive
talenta login --email <EMAIL> --password <PASSWORD>
请求出勤
# Interactive, use current date
talenta attendance
# Interactive, change attendance date
talenta attendance --date <DATE>
# Non-interactive, use current date
talenta attendance --checkin-time <TIME> --checkout-time <TIME> --description <description>
# Non-interactive, change attendance date
talenta attendance --date <DATE> --checkin-time <TIME> --checkout-time <TIME> --description <description>
独立签到/签退
# Interactive, use current date and time
talenta attendance checkin
talenta attendance checkout
# Interactive, change attendance date and time
talenta attendance checkin --date <DATE> --time <TIME>
talenta attendance checkout --date <DATE> --time <TIME>
# Non-interactive, use current date and time
talenta attendance checkin --description <description>
talenta attendance checkout --description <description>
# Non-interactive, change attendance date and time
talenta attendance checkin --description <description> --date <DATE> --time <TIME>
talenta attendance checkout --description <description> --date <DATE> --time <TIME>
DATE
: ISO 8601 日期格式 (YYYY-mm-dd
)TIME
: HH:mm 格式的时间
直播出勤
# Interactive
talenta live checkin
talenta live checkout
# Non-interactive
talenta live checkin --latitude <FLOAT> --longitude <FLOAT> --no-interaction
talenta live checkout --latitude <FLOAT> --longitude <FLOAT> --no-interaction
许可
许可协议为以下之一
- Apache 许可协议第 2.0 版 (LICENSE-APACHE 或 https://apache.ac.cn/licenses/LICENSE-2.0)
- MIT 许可协议 (LICENSE-MIT 或 http://opensource.org/licenses/MIT)
任选其一。
贡献
除非您明确表示,否则根据 Apache-2.0 许可协议定义的您有意提交的任何贡献,均应按上述方式双重许可,不附加任何额外条款或条件。
依赖
~9–23MB
~372K SLoC