[PR #376] [MERGED] feat: Listen for ctrl-c #447

Closed
opened 2026-06-08 11:28:21 +03:00 by zhus · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/bootandy/dust/pull/376
Author: @bootandy
Created: 3/15/2024
Status: Merged
Merged: 3/26/2024
Merged by: @bootandy

Base: masterHead: ctrlc


📝 Commits (1)

📊 Changes

5 files changed (+98 additions, -49 deletions)

View changed files

📝 Cargo.lock (+77 -48)
📝 Cargo.toml (+1 -0)
📝 src/dir_walker.rs (+3 -0)
📝 src/main.rs (+16 -1)
📝 src/progress.rs (+1 -0)

📄 Description

before ctrl-c would not cancel a running job.

https://github.com/bootandy/dust/issues/367


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/bootandy/dust/pull/376 **Author:** [@bootandy](https://github.com/bootandy) **Created:** 3/15/2024 **Status:** ✅ Merged **Merged:** 3/26/2024 **Merged by:** [@bootandy](https://github.com/bootandy) **Base:** `master` ← **Head:** `ctrlc` --- ### 📝 Commits (1) - [`90dda60`](https://github.com/bootandy/dust/commit/90dda60beeac75218b93cf7b3d2126a50e184203) feat: Listen for ctrl-c ### 📊 Changes **5 files changed** (+98 additions, -49 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+77 -48) 📝 `Cargo.toml` (+1 -0) 📝 `src/dir_walker.rs` (+3 -0) 📝 `src/main.rs` (+16 -1) 📝 `src/progress.rs` (+1 -0) </details> ### 📄 Description before ctrl-c would not cancel a running job. https://github.com/bootandy/dust/issues/367 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
zhus added the pull-request label 2026-06-08 11:28:21 +03:00
zhus closed this issue 2026-06-08 11:28:21 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: bootandy/archived-dust#447