This website requires JavaScript.
Explore
Help
Sign In
Mirrors
/
nushell
Watch
2
Star
0
Fork
You've already forked nushell
0
mirror of
https://github.com/nushell/nushell
synced
2024-12-31 23:39:00 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
f8d4adfb7a
nushell
/
crates
/
nu-cli
/
tests
/
commands
/
mod.rs
4 lines
60 B
Rust
Raw
Normal View
History
Unescape
Escape
Add the history import command (again) (#14083) # Description This is mainly https://github.com/nushell/nushell/pull/13450 (which got reverted). Additionally: - always clear IDs on import, disallow specifying IDs when piping - added extra tests - create backup of the history # User-Facing Changes New command: `history import` # Tests + Formatting Added mostly integration tests and a few smaller unit tests.
2024-10-29 11:34:48 +00:00
mod
history_import
;
Fix `keybindings list` being empty by default (#13456) # Description Made a mistake when fixing this for IR. The default behavior with no options set is to list everything. Restored that. This should go in the 0.96.1 patch release. # Tests + Formatting Added regression test.
2024-07-26 08:03:05 +00:00
mod
keybindings_list
;
Fix syntax highlighting for `not` (#12815) # Description Fixes #12813 where a panic occurs when syntax highlighting `not`. Also fixes #12814 where syntax highlighting for `not` no longer works. # User-Facing Changes Bug fix.
2024-05-09 23:09:44 +00:00
mod
nu_highlight
;
Reference in a new issue
Copy permalink