/our_squeue

Primary LanguagePythonCreative Commons Zero v1.0 UniversalCC0-1.0

Uses rich.table to makes it easier to read what's going on with your SLURM jobs.

Shows a table with the job names, their state in color, and their info in a table made with the Rich Python module.

Just make our_squeue.py executable with chmod +x and add a symlink to in in a place that is in your $PATH, or add the folder that contains the script to your $PATH & create a symlink without the extension.