Jakub Žádník
Jakub Žádník
Good luck [frequent-commands-sys-info-yaml.txt](https://github.com/nushell/nushell.github.io/files/11381880/frequent-commands-sys-info-yaml.txt) [frequent-commands-txt.csv](https://github.com/nushell/nushell.github.io/files/11381882/frequent-commands-txt.csv) (for some reason it doesn't read my sqlite history file, only the old text one)
Also, you can run externals with `^$program-name`, that should be documented as well since it might not be obvious but it's very useful.
@rgwood I mean instead of merging pages into each other, I was thinking about adding one more layer of indirection: Grouping the existing pages by topic, like the Rust book...
Yeah, something like the screenshot would look great. For now, we can start reordering the pages and merging when it makes sense.
Let's do it in stages. See https://github.com/nushell/nushell/issues/12963
Is there some particular reason for constifying the methods (also in your other PRs)? I don't have anything against it, but it's always good to have a concrete use case...
So since there does not seem to be a strong use case, we won't land these const PRs for now. In general, we don't want to change this crate except...
See #60
When I run `cargo clippy` in the `src/` folder, nothing shows up.
When I run `cargo clippy` in the `examples/` folder, nothing shows up.