mirror of
https://github.com/bootandy/dust.git
synced 2026-06-08 11:29:05 +03:00
[PR #376] [MERGED] feat: Listen for ctrl-c #447
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
master← Head:ctrlc📝 Commits (1)
90dda60feat: Listen for ctrl-c📊 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.