Skip to content

Commit a9a35c9

Browse files
authored
Fix TUI demo image link in README
Updated the README to reflect changes in the TUI demo image link.
1 parent ec2b11a commit a9a35c9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ frun -s -I 'gzip -c >{ID}.gz' < raw_logs # stdin-passthrough, unique output na
5353
- **GNU Parallel-compatible parameter sweeps** (`:::`, `::::`, `--link`) — run a command across the cartesian product (or zipped pairing) of multiple input lists directly, with `{1}`, `{2}`, ... placeholders, without needing a separate driver script.
5454
- **Every abnormal exit now checkpoints.** In addition to SLURM signals, forkrun now traps `SIGINT` (Ctrl+C), `SIGHUP` (dropped terminal/SSH session), and `SIGQUIT`, and always writes a `.forkrun_resume` file before exiting — so interactive runs are just as resumable as scheduled ones.
5555

56-
![forkrun TUI demo](https://raw.githubusercontent.com/jkool702/forkrun/refs/heads/NEW/TUI/DOCS/TUI/forkrun_demo.gif)
56+
![forkrun TUI demo](https://raw.githubusercontent.com/jkool702/forkrun/refs/heads/main/DOCS/TUI/forkrun_demo.gif)
5757

5858
---
5959

0 commit comments

Comments
 (0)