nushell/crates/nu-command
Evan Platzer 6365ba0286
Add search terms for all?, any?, length, and keybindings (#5665)
* Add search terms for `all?`

JavaScript has `Array.every` similar to `all?`

* Add search terms for `any?`

JavaScript has `Array.some` similar to `any?`

* Add search terms for `length`

Count, `len()`, and `size`/`sizeof` in widely-known programming languages are equivalent to `length`

* Add search terms for `keybindings`

Shortcut and hotkey are common synonyms (especially in web and GUI land) for keybindings.
2022-05-27 16:38:54 +02:00
..
assets refactor html module (#5246) 2022-04-20 08:50:14 -05:00
src Add search terms for all?, any?, length, and keybindings (#5665) 2022-05-27 16:38:54 +02:00
tests make cp can copy folders contains dangling symbolic link (#5645) 2022-05-26 10:42:52 -05:00
build.rs Look up git commit hash ourselves, drop libgit2 dependency (#5548) 2022-05-16 13:57:25 +12:00
Cargo.toml Unpin reedline for regular development (#5634) 2022-05-26 23:21:16 +02:00
LICENSE Include license text in all crates (#5094) 2022-04-08 10:47:13 +02:00