nushell/crates/nu-command/src/filesystem
Reilly Wood 03e688ea7b
Revert to notify v4 (#8367)
This reverts https://github.com/nushell/nushell/pull/8114 which upgraded
to `notify` (a file watching crate used by the `watch` command) v5.

`notify` v5 has several breaking changes and it's much harder to use. It
no longer includes debouncing of file system events, which I think is
essential functionality for `watch`. @WindSoilder was going to try
writing our own debouncing functionality but I don't think he had time
to finish it.

@WindSoilder Is it OK if we revert this for the 0.77 release (March 14)?
We can try again for 0.78
2023-03-08 21:45:58 -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 Document and critically review ShellError variants - Ep. 2 (#8326) 2023-03-06 11:31:07 +01: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 Document and critically review ShellError variants - Ep. 2 (#8326) 2023-03-06 11:31:07 +01:00
rm.rs Filesystem commands print --verbose to stderr (#8014) 2023-02-09 10:29:34 -08:00
save.rs Document and critically review ShellError variants - Ep. 3 (#8340) 2023-03-06 18:33:09 +01:00
start.rs Support URLs in start command (#7799) 2023-02-16 13:33:25 +00:00
touch.rs Document and critically review ShellError variants - Ep. 2 (#8326) 2023-03-06 11:31:07 +01:00
util.rs move BufferedReader out of nu-command (#7697) 2023-01-06 15:22:17 -08:00
watch.rs Revert to notify v4 (#8367) 2023-03-08 21:45:58 -08:00