Files
gallery-dl/gallery_dl
Mike Fährmann 0210ffcdd8 initial 'signals-actions' implementation (#6582)
https://github.com/mikf/gallery-dl/issues/6582#issuecomment-2973285775

To stop gracefully after the current file finishes processing when
Ctrl+C was pressed, or after the current post finishes processing when
SIGUSR1 was received:

{
    "signals-actions": {
        "SIGINT" : "file",
        "SIGUSR1": "post"
    }
}
2025-07-09 23:02:23 +02:00
..
2025-06-23 20:31:45 +02:00
2023-12-18 23:57:22 +01:00
2025-06-30 11:42:44 +02:00
2025-06-23 20:05:20 +02:00
2025-05-23 17:28:58 +02:00