nushell/crates/nu-command/src/filesystem
Xoffio 4b3e3a37a3
Ctrl+c interruption - cp command (#8219)
# Description
if you try to copy a big file with `cp` you will noticed that you can't
interrupt the process. This pull request fix that.
This was discuss here
https://github.com/nushell/nushell/pull/8012#issuecomment-1427313054

# User-Facing Changes
None

# Tests + Formatting
- Check - `cargo fmt --all -- --check` to check standard code formatting
(`cargo fmt --all` applies these changes)
- Check - `cargo clippy --workspace -- -D warnings -D
clippy::unwrap_used -A clippy::needless_collect` to check that you're
using the standard code style
- Check -  `cargo test --workspace` to check that all tests pass

---------

Co-authored-by: Reilly Wood <reilly.wood@icloud.com>
2023-02-26 12:18:20 -08:00
..
cd_query.rs Fix typos by codespell (#7600) 2022-12-26 02:31:26 -05:00
cd.rs #8027 Hide implementation details in invalid cd call (#8049) 2023-02-13 02:24:48 +00:00
cp.rs Ctrl+c interruption - cp command (#8219) 2023-02-26 12:18:20 -08:00
glob.rs Use variable names directly in the format strings (#7906) 2023-01-29 19:37:54 -06:00
ls.rs Benchmark each pipeline element (#7854) 2023-02-11 21:35:48 +00:00
mkdir.rs Filesystem commands print --verbose to stderr (#8014) 2023-02-09 10:29:34 -08:00
mod.rs move BufferedReader out of nu-command (#7697) 2023-01-06 15:22:17 -08:00
mv.rs Filesystem commands print --verbose to stderr (#8014) 2023-02-09 10:29:34 -08:00
open.rs Use imported names in Command::run signatures (#7967) 2023-02-05 22:17:46 +01:00
rm.rs Filesystem commands print --verbose to stderr (#8014) 2023-02-09 10:29:34 -08:00
save.rs Use imported names in Command::run signatures (#7967) 2023-02-05 22:17:46 +01:00
start.rs Support URLs in start command (#7799) 2023-02-16 13:33:25 +00:00
touch.rs Use variable names directly in the format strings (#7906) 2023-01-29 19:37:54 -06:00
util.rs move BufferedReader out of nu-command (#7697) 2023-01-06 15:22:17 -08:00
watch.rs Dependency update: update notify version to v5 (#8114) 2023-02-22 13:35:09 -08:00