nushell/crates/nu-command/src/filesystem
Reilly Wood f4d7d19370
Name threads (#7879)
I noticed that [it's pretty easy to name threads in
Rust](https://doc.rust-lang.org/std/thread/#naming-threads). We might as
well do this; it's a nice quality of life improvement when you're
profiling something and the developers took the time to give threads
names.

Also added/cleaned up some comments while I was in the area.
2023-01-28 21:40:52 +01:00
..
cd_query.rs Fix typos by codespell (#7600) 2022-12-26 02:31:26 -05:00
cd.rs Clean up cd.rs (#7876) 2023-01-27 15:02:38 +01:00
cp.rs some filesystem command signatures (#7464) 2022-12-19 13:40:57 +01:00
glob.rs Expose filtering by file type in glob (#7834) 2023-01-28 07:50:12 -06:00
ls.rs Fix usage of deprecated C-style logical and (#7627) 2022-12-29 16:47:33 +01:00
mkdir.rs some filesystem command signatures (#7464) 2022-12-19 13:40:57 +01:00
mod.rs move BufferedReader out of nu-command (#7697) 2023-01-06 15:22:17 -08:00
mv.rs some filesystem command signatures (#7464) 2022-12-19 13:40:57 +01:00
open.rs Progress bar Implementation (#7661) 2023-01-10 20:57:48 -05:00
rm.rs Fix usage of deprecated C-style logical and (#7627) 2022-12-29 16:47:33 +01:00
save.rs Name threads (#7879) 2023-01-28 21:40:52 +01:00
start.rs let start open anything and everything (#7580) 2023-01-03 10:47:37 -08:00
touch.rs Standardise the use of ShellError::UnsupportedInput and ShellError::TypeMismatch and add spans to every instance of the former (#7217) 2022-12-23 01:48:53 -05:00
util.rs move BufferedReader out of nu-command (#7697) 2023-01-06 15:22:17 -08:00
watch.rs Standardise the use of ShellError::UnsupportedInput and ShellError::TypeMismatch and add spans to every instance of the former (#7217) 2022-12-23 01:48:53 -05:00