Skip to content

Commit be352ed

Browse files
committed
Cargo.toml: Version increase to 0.2.0 due to state addition
Cargo.lock: Version increase to 0.2.0 due to state addition README.md: Updated to show commands based on Appstate context Signed-off-by: Francis Rossi <[email protected]> Change-Id: If9e2c015664165ee62ca70968077cf006a6a6964
1 parent b0dc919 commit be352ed

File tree

3 files changed

+17
-13
lines changed

3 files changed

+17
-13
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "lazyslurm"
3-
version = "0.1.7"
3+
version = "0.2.0"
44
edition = "2024"
55
description = "A terminal UI for monitoring and managing slurm jobs"
66
license = "MIT"

README.md

Lines changed: 15 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -75,16 +75,20 @@ lazyslurm --partition gpu
7575
```
7676

7777
### Keyboard Controls
78-
79-
| Key | Action |
80-
|-----|--------|
81-
| `q` | Quit application |
82-
| `↑/↓` or `j/k` | Navigate job list |
83-
| `r` | Refresh job data |
84-
| `c` | Cancel selected job |
85-
| `Enter` | View job details |
86-
| `l` | View job logs |
87-
| `?` | Show help |
78+
| Key | Context | Action |
79+
|-----------|----------------|----------------------------|
80+
| `q` or `Ctrl+C` | Normal | Exit application |
81+
| `r` | Normal | Refresh jobs |
82+
| `↑/↓` | Normal | Navigate job list |
83+
| `u` | Normal | Open user search popup |
84+
| `p` | Normal | Open partition search popup |
85+
| `c` | Normal | Open cancel job popup (if job selected) |
86+
| `Enter` | SearchPopup| Confirm user input |
87+
| `Esc` | SearchPopup| Cancel user input |
88+
| `Char(c)` | SearchPopup| Append to input |
89+
| `Backspace` | SearchPopup| Delete last input char |
90+
| `y` | CancelJobPopup | Confirm job cancel |
91+
| `n` or `Esc` | CancelJobPopup | Cancel job cancel |
8892

8993
### Configuration
9094

@@ -118,4 +122,4 @@ cargo run
118122
just slurm_populate
119123
```
120124

121-
Your source code is mounted into the container so changes are immediately available.
125+
Your source code is mounted into the container so changes are immediately available.

0 commit comments

Comments
 (0)