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
2024-12-04 06:15:27 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
7b6d1acaee
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 12:34:48 +01: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 10:03:05 +02: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-10 01:09:44 +02:00
mod
nu_highlight
;
Reference in New Issue
Copy Permalink