Skip to content

rice8y/escancel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

escancel

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.

Installation

You can install this CLI tool using uv in the following ways:

A. Install from PyPI (Recommended)

uv tool install escancel

This installs the latest release from PyPI.

B. Install directly from GitHub

uv tool install git+https://github.com/rice8y/escancel.git

This will fetch and install the latest version directly from the repository.

C. Install from a local clone

  1. Clone the repository:
git clone https://github.com/rice8y/escancel.git
  1. Move into the project directory:
cd escancel
  1. Install the package in editable mode using uv tool:
uv tool install -e .

This is useful if you plan to modify the code locally.

Upgrade

To upgrade escancel to the latest version:

uv tool upgrade escancel

This will fetch the latest version from the original source and update your installation.

License

This project is distributed under the MIT License. See LICENSE.

About

escancel is a simple and convenient CLI tool to cancel your SLURM jobs — essentially an easy scancel.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages