escancel is a simple and convenient CLI tool to cancel your SLURM jobs — essentially an easy scancel.
It lists your active jobs and lets you interactively select which ones to cancel, making scancel faster and more user-friendly.
You can install this CLI tool using uv in the following ways:
uv tool install escancelThis installs the latest release from PyPI.
uv tool install git+https://github.com/rice8y/escancel.gitThis will fetch and install the latest version directly from the repository.
- Clone the repository:
git clone https://github.com/rice8y/escancel.git- Move into the project directory:
cd escancel- Install the package in editable mode using uv tool:
uv tool install -e .This is useful if you plan to modify the code locally.
To upgrade escancel to the latest version:
uv tool upgrade escancelThis will fetch the latest version from the original source and update your installation.
This project is distributed under the MIT License. See LICENSE.