nushell/crates/nu-command/src
Reilly Wood 84fae6e07e
Suggest alternative when command not found (#6256)
* Suggest alternative when command not found

* Add tests for command-not-found suggestions

* Put suggestion in label

* Fix tests
2022-08-07 14:40:41 -04:00
..
bits add bits ror and bits rol commands (#6224) 2022-08-05 15:40:01 +02:00
bytes Add bits shl and bits shr command (#6202) 2022-08-02 15:52:04 -05:00
charting add quantile column (#5583) 2022-05-18 20:47:26 -05:00
conversions fix examples and let into decimal convert bools too (#6246) 2022-08-06 07:10:33 -05:00
core_commands replace the regex crate with the fancy-regex crate (#6227) 2022-08-04 14:51:02 -05:00
database sqlite query without collect (#6217) 2022-08-02 21:29:02 +01:00
dataframe replace the regex crate with the fancy-regex crate (#6227) 2022-08-04 14:51:02 -05:00
date fix date format (#5619) 2022-05-23 09:59:34 -07:00
deprecated Deprecate hash base64, extend decode and add encode commands (#5863) 2022-06-26 00:35:23 +03:00
env adds a config reset command (#6149) 2022-07-31 20:44:33 -05:00
experimental allow view-source to view aliases (#6135) 2022-07-26 08:06:16 -05:00
filesystem export get_shells and get_current_shell (#6236) 2022-08-05 07:58:40 -05:00
filters replace the regex crate with the fancy-regex crate (#6227) 2022-08-04 14:51:02 -05:00
formats upgrade chrono to v0.4.20 (#6235) 2022-08-05 06:53:01 -05:00
generators implement seq char command to generate single character sequence (#5453) 2022-05-06 10:40:02 -05:00
hash feat: add --binary(-b) option to hash commands (#5885) 2022-06-26 06:50:56 -05:00
math Add search terms to 'math' commands (#5990) 2022-07-08 09:14:51 -05:00
misc make history.txt and history.sqlite3 tables have same command column (#5980) 2022-07-07 07:59:00 -05:00
network fix typo of port command (#6120) 2022-07-25 07:07:26 -05:00
path make path exists work on expanded path (#5886) 2022-06-26 06:55:55 -05:00
platform allow uppercase chars to be captured during suppressed input (#6199) 2022-07-31 08:12:13 -05:00
random update some dependencies (#6009) 2022-07-11 11:18:06 -05:00
shells Refactor shell switching related code (#6258) 2022-08-07 13:30:40 -05:00
strings replace the regex crate with the fancy-regex crate (#6227) 2022-08-04 14:51:02 -05:00
system Suggest alternative when command not found (#6256) 2022-08-07 14:40:41 -04:00
viewers enable find to be able to highlight some hits (#6086) 2022-07-20 10:09:33 -05:00
default_context.rs add bits ror and bits rol commands (#6224) 2022-08-05 15:40:01 +02:00
example_test.rs Split merging of parser delta and stack environment (#6005) 2022-07-14 17:09:27 +03:00
lib.rs Add bits not command (#6143) 2022-07-30 11:25:44 +02:00
sort_utils.rs Make sort logic available outside sort-by (#5893) 2022-06-27 13:36:59 -04:00