gitextract_6kiytyky/ ├── .github/ │ └── workflows/ │ ├── release.yml │ └── test.yml ├── .gitignore ├── .vscode/ │ └── launch.json ├── CHANGELOG.md ├── Cargo.toml ├── LICENSE ├── README.md ├── scripts/ │ └── mock-slurm/ │ ├── bin/ │ │ ├── scancel │ │ ├── scontrol │ │ └── squeue │ └── logs/ │ └── .gitkeep └── src/ ├── app.rs ├── file_watcher.rs ├── job_watcher.rs ├── main.rs └── squeue_args.rs