This website requires JavaScript.
Explore
Help
Sign In
extern
/
nushell
Watch
1
Star
0
Fork
1
You've already forked nushell
mirror of
https://github.com/nushell/nushell.git
synced
2025-06-09 03:26:58 +02:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
nushell
/
crates
/
nu-command
/
tests
/
commands
/
path
History
Piepmatz
833471241a
Refactor: Construct
IoError
from
std::io::Error
instead of
std::io::ErrorKind
(
#15777
)
2025-05-18 14:52:40 +02:00
..
basename.rs
…
dirname.rs
…
exists.rs
fix path exists on a non-directory file (
#13763
)
2024-09-11 12:45:39 -05:00
expand.rs
…
join.rs
…
mod.rs
test(path self): Add tests (
#14607
)
2024-12-17 17:01:23 +01:00
parse.rs
…
self_.rs
Refactor: Construct
IoError
from
std::io::Error
instead of
std::io::ErrorKind
(
#15777
)
2025-05-18 14:52:40 +02:00
split.rs
…
type_.rs
…