nushell/crates/nu-command/src/filesystem
pwygab 6862734580
let start open anything and everything (#7580)
# Description

Fixes #7546 's request. I'm unsure, so hopefully someone in charge of
design can chip in.

# User-Facing Changes

`open` now opens directories in the default file manager.

# Tests + Formatting

Don't forget to add tests that cover your changes.

Make sure you've run and fixed any issues with these commands:

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

# After Submitting

If your PR had any user-facing changes, update [the
documentation](https://github.com/nushell/nushell.github.io) after the
PR is merged, if necessary. This will help us keep the docs up to date.
2023-01-03 10:47:37 -08:00
..
cd_query.rs Fix typos by codespell (#7600) 2022-12-26 02:31:26 -05:00
cd.rs Fix typos by codespell (#7600) 2022-12-26 02:31:26 -05:00
cp.rs some filesystem command signatures (#7464) 2022-12-19 13:40:57 +01:00
glob.rs some filesystem command signatures (#7464) 2022-12-19 13:40:57 +01: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 let start open anything and everything (#7580) 2023-01-03 10:47:37 -08:00
mv.rs some filesystem command signatures (#7464) 2022-12-19 13:40:57 +01:00
open.rs some filesystem command signatures (#7464) 2022-12-19 13:40:57 +01:00
rm.rs Fix usage of deprecated C-style logical and (#7627) 2022-12-29 16:47:33 +01:00
save.rs Fix save error handling (#7608) 2023-01-03 14:22:28 +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 add interact-once switch to rm (#7432) 2022-12-11 13:22:27 -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