nushell/crates/nu-engine/src
phiresky 42dbfd1fa0
SQLite History MVP with timestamp, duration, working directory, exit status metadata (#5721)
This PR adds support for an SQLite history via nushell/reedline#401

The SQLite history is enabled by setting history_file_format: "sqlite" in config.nu.

* somewhat working sqlite history
* Hook up history command
* Fix error in SQlitebacked with empty lines

When entering an empty line there previously was the "No command run"
error with `SqliteBackedHistory` during addition of the metadata

May be considered a temporary fix

Co-authored-by: sholderbach <sholderbach@users.noreply.github.com>
2022-06-14 22:53:33 +02:00
..
call_ext.rs Track call arguments in a single list (#5125) 2022-04-09 14:55:02 +12:00
column.rs More nuon tests, fix table print (#4762) 2022-03-07 08:39:02 -05:00
documentation.rs nu-engine: better display for shape when showing help params (#5715) 2022-06-05 08:13:04 -05:00
env.rs feat: Add sensitive flag to get, fix #4295 (#5685) 2022-06-01 08:34:42 -05:00
eval.rs SQLite History MVP with timestamp, duration, working directory, exit status metadata (#5721) 2022-06-14 22:53:33 +02:00
glob_from.rs make ls works better with glob (#5691) 2022-05-30 19:13:27 -05:00
lib.rs nu-cli/completions: added completion for $nu (#5303) 2022-04-23 11:49:17 +12:00