ジョブカンの出勤/退勤をCLIで行えます
出勤
jobcan start退勤
jobcan endgit clone git@github.com:nazeudon/jobcan-cli.git
(If you haven't installed cargo yet)
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | shWe all need to
cd /path/to/this/repo
cargo install --path .Follow the CLI to input (You can run it from any directory of your choice)
jobcan auth(You can run it from any directory of your choice)
jobcan start
jobcan end- 工数をCLIから入力できるようにする