swatch 0.1.4

A TUI to manage and monitor your SLURM jobs
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# swatch

A TUI to manage and monitor your SLURM jobs.  


## Installation
```
cargo install swatch
```

## Usage

```
swatch -u <username> -t <show jobs submitted within last t hours>
```

![Example screenshot](https://github.com/jharrymoore/swatch/blob/master/image-1.png)