| Crates.io | slurmer |
| lib.rs | slurmer |
| version | 0.1.2 |
| created_at | 2025-07-14 05:46:32.067666+00 |
| updated_at | 2025-07-14 12:58:49.077747+00 |
| description | A TUI application for monitoring and managing SLURM jobs. |
| homepage | |
| repository | https://github.com/wjwei-handsome/Slurmer |
| max_upload_size | |
| id | 1751181 |
| size | 203,790 |
A TUI application for monitoring and managing SLURM jobs.
It provides an intuitive, interactive interface to view, filter, sort, and manage SLURM jobs, making SLURM job management more efficient and user-friendly.
🔄 Real-time Job Monitoring: View and refresh SLURM job statuses in real-time

🔍 Advanced Filtering: Filter jobs by user, state, partition, QoS, job name, and more in real-time(regex supported)

📊 Customizable Columns: Flexibly configure which job information columns to display and in what order

📝 Job Details View: Examine job scripts and job logs


🎮 Job Management: Cancel selected jobs

cargo install slurmer
or install from the latest source code:
cargo install --git https://github.com/wjwei-handsome/Slurmer.git
Just run slurmer.
More detailed keybindings can be found each popup menu.
squeue, scancel) is required.bat is optional for viewing job scripts.slurmer automatically detects available SLURM partitions and QoS in your system and uses the currently logged-in username as the default filter.
Contributions are welcome! Feel free to submit issues or pull requests.
Copyright (c) wjwei-handsome weiwenjie@westlake.edu.cn
This project is licensed under the MIT license (LICENSE or http://opensource.org/licenses/MIT)