Skip to content

Commit

Permalink
Update typos config and fix some typos (#762)
Browse files Browse the repository at this point in the history
* chore: update typos config

* Update typos config and fix some typos
  • Loading branch information
hustcer committed Feb 2, 2023
1 parent 7d16c5b commit 7a381fa
Show file tree
Hide file tree
Showing 28 changed files with 79 additions and 61 deletions.
5 changes: 5 additions & 0 deletions .typos.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@

[files]
extend-exclude = ["pt-BR", "de", "ja", "es", "book/commands"]

[default.extend-words]
# Avoid the false positive in book/commands/str_replace.md
ons = "ons"
nushell = "nushell"
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ features:
details: It's easy to extend Nu using a powerful plugin system.
---

<img src="https://www.nushell.sh/frontpage/ls-example.png" alt="Screenshot showing using the ls comman" class="hero"/>
<img src="https://www.nushell.sh/frontpage/ls-example.png" alt="Screenshot showing using the ls command" class="hero"/>

### Nu works with existing data

Expand Down
2 changes: 1 addition & 1 deletion blog/2019-08-23-introducing-nushell.md
Original file line number Diff line number Diff line change
Expand Up @@ -322,6 +322,6 @@ We also heavily leveraged [crates.io](https://crates.io). The ability to load nu

# What's next?

Nu is just getting started. In this release, we have a foundation to build on. Next, we'll work towards stability, the abilty to use Nu as your main shell, the ability to write functions and scripts in Nu, and much more.
Nu is just getting started. In this release, we have a foundation to build on. Next, we'll work towards stability, the ability to use Nu as your main shell, the ability to write functions and scripts in Nu, and much more.

If you want to give it a spin, the [installation instructions](https://book.nushell.sh/en/installation) will help you get started. If you want to chat come by our [discord](https://discord.gg/NtAbbGn) and [github](https://github.com/nushell/nushell)
2 changes: 1 addition & 1 deletion blog/2019-10-15-nushell-0_4_0.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ The built-in text viewer now lets you use vi keys for navigation thanks to Jonny

## Onto the Beta compiler (est31)

For those of you wondering if and when Nu was going to be usable on stable Rust, you need but wait just a little longer. Contributer est31 has been hard at work at moving Nu onto stable Rust and has now successfully moved Nu off of nightly and onto beta. As beta matures and becomes the next release of Rust, we'll be able to move Nu onto stable. This should help people who are working to distribute Nu on various distributions.
For those of you wondering if and when Nu was going to be usable on stable Rust, you need but wait just a little longer. Contributor est31 has been hard at work at moving Nu onto stable Rust and has now successfully moved Nu off of nightly and onto beta. As beta matures and becomes the next release of Rust, we'll be able to move Nu onto stable. This should help people who are working to distribute Nu on various distributions.

## Brazilian Portuguese book (marcelocg)

Expand Down
2 changes: 1 addition & 1 deletion blog/2020-03-31-nushell_0_12_0.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ With 0.12.0, you can now show hidden files when listing directory contents with

## `from-ics` and `from-vcf` (pulpdrew)

The file support contines to improve, as we add support for vCard and iCal file formats.
The file support continues to improve, as we add support for vCard and iCal file formats.

## `to-md` and `to-html` (jonathandturner)

Expand Down
2 changes: 1 addition & 1 deletion blog/2020-04-21-nushell_0_13_0.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ If you find issues with this new parser logic where code that used to work no lo

## External improvements (thegedge, jonathandturner)

With 0.13.0, we're taking a big step to making externals work in a way much more in-line with how internals work. This allows us to provide better support for varibles, column paths, coloring, error handling, and more.
With 0.13.0, we're taking a big step to making externals work in a way much more in-line with how internals work. This allows us to provide better support for variables, column paths, coloring, error handling, and more.

## Many bugfixes and improvements (DrSensor, thegedge, quebin31, jonathandturenr, avendesa, and more)

Expand Down
2 changes: 1 addition & 1 deletion blog/2020-07-21-nushell_0_17_0.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ Ever want to run one block if a condition was true and another if the condition
───┴───────
```

The keen observer might notice we're stealthly sneaking in more commands you might use in future scripting.
The keen observer might notice we're stealthy sneaking in more commands you might use in future scripting.

### `split chars` (jonathandturner)

Expand Down
2 changes: 1 addition & 1 deletion blog/2020-08-11-nushell_0_18.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,4 @@ Fixed issues with different types of symlinks on Windows, Nu will now used the s

# Looking forward

We're nearly to the first birthday for Nu! In the near future, we'll continue to improve completions, work on a possible new [data frames](https://github.com/nushell/rfcs/pull/3) implementation, continuing to push the wasm implementation futher, and more.
We're nearly to the first birthday for Nu! In the near future, we'll continue to improve completions, work on a possible new [data frames](https://github.com/nushell/rfcs/pull/3) implementation, continuing to push the wasm implementation further, and more.
2 changes: 1 addition & 1 deletion blog/2020-09-01-nushell_0_19.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ We recently sat down and wrote about [where Nushell has come over the last year]

## More cleanup and improvements (gillespiecd, jonathandturner, Marcoleni, andrasio, dmeijboom, thegedge, jzaefferer, ryuichi1208, JosephTLyons)

Cleanups in math commands, extra bits of command help, reformating of the command list, better email samples, cleaned up spans in pipelines, fix to `header` command with mismatched columns, cleanup of dependency usage, cleaned up display config, added crossreferences in command help, subcommands are now sorted before being listed, some dockerfile improvements, nu-cli now has nu-data split off from it, column count now won't break on empty tables, wasm is now tested on CI, improvements to `histogram` and `count`,
Cleanups in math commands, extra bits of command help, reformatting of the command list, better email samples, cleaned up spans in pipelines, fix to `header` command with mismatched columns, cleanup of dependency usage, cleaned up display config, added crossreferences in command help, subcommands are now sorted before being listed, some dockerfile improvements, nu-cli now has nu-data split off from it, column count now won't break on empty tables, wasm is now tested on CI, improvements to `histogram` and `count`,

## Breaking changes

Expand Down
2 changes: 1 addition & 1 deletion blog/2020-09-22-nushell_0_20.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,6 @@ We're experimenting with using Zulip for our community chat and design discussio

# Looking forward

We've put a [survey to get feedback from you about Nushell](https://docs.google.com/forms/d/e/1FAIpQLScEFzDh7j3jfAuVMBCQtQE-qfKAhugLCiUaaGL583QtGwz5fw/viewform?usp=sf_link). This will help us focus our efforts in the coming releases to refactor, trim, and polish Nu. Working with a large codebase is always a challenge, and recently we've been thinking through what features really make up the "core" Nu experience and what parts can be moved outside of Nu itself. This may mean making more things plugins, cutting back on the depedencies we use, and more. Getting your feedback makes sure we have a clear picture for what the "core" of Nu is to most people.
We've put a [survey to get feedback from you about Nushell](https://docs.google.com/forms/d/e/1FAIpQLScEFzDh7j3jfAuVMBCQtQE-qfKAhugLCiUaaGL583QtGwz5fw/viewform?usp=sf_link). This will help us focus our efforts in the coming releases to refactor, trim, and polish Nu. Working with a large codebase is always a challenge, and recently we've been thinking through what features really make up the "core" Nu experience and what parts can be moved outside of Nu itself. This may mean making more things plugins, cutting back on the dependencies we use, and more. Getting your feedback makes sure we have a clear picture for what the "core" of Nu is to most people.

Even if you're just curious about Nushell but aren't using it, we'd love to hear from you.
2 changes: 1 addition & 1 deletion blog/2020-12-15-nushell_0_24.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ As part of this release, we also publish a set of plugins you can install and us
## Improvements

- added a `hash` command for creating hashes (notryanb, andrasio)
- impoved the public API by making `run_block` public (max-sixty)
- improved the public API by making `run_block` public (max-sixty)
- `version` now shows more information about the build (fdncred)
- `from csv` will show where errors happened if they occur (Dietr1ch)
- `date` now has some new-and-improved subcommands (jz448)
Expand Down
2 changes: 1 addition & 1 deletion blog/2021-07-13-nushell_0_34.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ Other variables that are in scope can also have their names completed.
- Updated [`into binary` to be more composable](https://github.com/nushell/nushell/pull/3758) (fdncred)
- Added [unique option to `uniq`](https://github.com/nushell/nushell/pull/3754) (mcbattirola)
- Removed an [outdated README note](https://github.com/nushell/nushell/pull/3751) (yaymukund)
- Added more [comparsion coercions with `$nothing`](https://github.com/nushell/nushell/pull/3750) (jt)
- Added more [comparison coercions with `$nothing`](https://github.com/nushell/nushell/pull/3750) (jt)
- Updated the [`version` command to output more info](https://github.com/nushell/nushell/pull/3749) (fdncred)
- Fixed a [broken unit test](https://github.com/nushell/nushell/pull/3745) (fdncred)
- Downgraded [crossterm to fix pager compilation](https://github.com/nushell/nushell/pull/3740) (kubouch)
Expand Down
2 changes: 1 addition & 1 deletion blog/2021-08-03-nushell_0_35.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ As part of this release, we also publish a set of plugins you can install and us
- Cleaned up [some stale dependencies](https://github.com/nushell/nushell/pull/3853) (elferherrera)
- Improved [how `select` handles empty cells](https://github.com/nushell/nushell/pull/3857) (realcundo)
- Added [named block params to `all?`](https://github.com/nushell/nushell/pull/3863) (jt)
- [Better handling of environement shorthands](https://github.com/nushell/nushell/pull/3869) (lily-mara)
- [Better handling of environment shorthands](https://github.com/nushell/nushell/pull/3869) (lily-mara)
- Added [support for multi-doc yaml files](https://github.com/nushell/nushell/pull/3870) (realcundo)
- Added [a new crate to support Nu serialization more directly with serde](https://github.com/nushell/nushell/pull/3878) (lily-mara)

Expand Down
2 changes: 1 addition & 1 deletion blog/2021-08-24-nushell_0_36.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,6 @@ A long-standing issue with history getting garbled when you have multiple shells

# Looking ahead

The ability to search help and improve a built-in tutorial gives us a lot of opportunties to make Nushell more user-friendly, especially to users who are just getting started learning what Nushell can do. If you're interested, these are some good places to [jump in and help](https://github.com/nushell/nushell/blob/main/crates/nu-command/src/commands/core_commands/tutor.rs) if you have specific topics or areas of interest.
The ability to search help and improve a built-in tutorial gives us a lot of opportunities to make Nushell more user-friendly, especially to users who are just getting started learning what Nushell can do. If you're interested, these are some good places to [jump in and help](https://github.com/nushell/nushell/blob/main/crates/nu-command/src/commands/core_commands/tutor.rs) if you have specific topics or areas of interest.

The projects we reported on last time, engine-q and reedline, are steadily improving. We're currently working through any remaining issues so that we can begin experimenting with integrating them into Nushell.
4 changes: 2 additions & 2 deletions blog/2022-05-24-nushell_0_63.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ Lazy dataframes are accessed through the same `dfr` command and give you a way t
- `flatten` now has a more consistent behavior for nested records and tables. (WindSoilder) This now more closely matches the pre-0.60 flatten, and should help create more predictable output.

- We now support octal binary literals `0o[777]` similar to the hexadecimal `0x[FF]` and binary `0b[11111111]` literals (toffaletti)
- `cd` accepts abreviation of paths to quickly jump to nested directories based on unique prefixes (fdncred)
- `cd` accepts abbreviation of paths to quickly jump to nested directories based on unique prefixes (fdncred)
```
> $env.PWD
~/some/path
Expand Down Expand Up @@ -143,7 +143,7 @@ And more - we're still looking ahead to IDE support, better database support, an
- kubouch created [Overlay keep](https://github.com/nushell/nushell/pull/5629), and [Add Nushell REPL simulator; Fix bug in overlay add](https://github.com/nushell/nushell/pull/5478), and created [Overlays](https://github.com/nushell/nushell/pull/5375)
- jt created [Bump to 0.63](https://github.com/nushell/nushell/pull/5627), and [Add environment change hook](https://github.com/nushell/nushell/pull/5600), and [Revert "Try to do less work during capture discovery"](https://github.com/nushell/nushell/pull/5561), and [Try to do less work during capture discovery](https://github.com/nushell/nushell/pull/5560), and [Try removing debuginfo for ci builds](https://github.com/nushell/nushell/pull/5549), and [Allow hooks to be lists of blocks](https://github.com/nushell/nushell/pull/5480), and [Add hooks to cli/repl](https://github.com/nushell/nushell/pull/5479), and [Bump to the 0.62.1 dev version](https://github.com/nushell/nushell/pull/5473)
- sholderbach created [Pin reedline v0.6.0 for the nushell v0.63.0 release](https://github.com/nushell/nushell/pull/5620), and [Add meta command for the config subcommands](https://github.com/nushell/nushell/pull/5616), and [Fallback for `config.buffer_editor` from `EDITOR`](https://github.com/nushell/nushell/pull/5614), and [Refer to the span of `error make` if not given](https://github.com/nushell/nushell/pull/5599), and [Use bleeding edge reedline, with fix for #5593](https://github.com/nushell/nushell/pull/5598), and [Change miette theme based on ANSI config](https://github.com/nushell/nushell/pull/5588), and [Use effectively unlimited history size if not set](https://github.com/nushell/nushell/pull/5587), and [Move help menu to canonical `F1` binding](https://github.com/nushell/nushell/pull/5510)
- WindSoilder created [fix date format](https://github.com/nushell/nushell/pull/5619), and [load config when requried](https://github.com/nushell/nushell/pull/5618), and [Make flatten works better and predictable](https://github.com/nushell/nushell/pull/5611), and [adjust flatten default behavior](https://github.com/nushell/nushell/pull/5606), and [Don't report error when cwd is not exists.](https://github.com/nushell/nushell/pull/5590), and [Fix flatten behavior](https://github.com/nushell/nushell/pull/5584), and [add quantile column in histogram ](https://github.com/nushell/nushell/pull/5583), and [fix select tests](https://github.com/nushell/nushell/pull/5577), and [fix move test](https://github.com/nushell/nushell/pull/5576), and [Make format support nested column and use variable](https://github.com/nushell/nushell/pull/5570), and [use reverse iter on value search](https://github.com/nushell/nushell/pull/5553), and [Fix Value::Record compare logic, and pass uniq tests.](https://github.com/nushell/nushell/pull/5541), and [fix zip test](https://github.com/nushell/nushell/pull/5536), and [add rename](https://github.com/nushell/nushell/pull/5534), and [Implement histogram command](https://github.com/nushell/nushell/pull/5518), and [keep metadata while format filesize](https://github.com/nushell/nushell/pull/5502), and [add format filesize](https://github.com/nushell/nushell/pull/5498), and [complete some commands tests](https://github.com/nushell/nushell/pull/5464), and [Document out positional argument type in help message](https://github.com/nushell/nushell/pull/5461), and created [make cd recornize symblic link](https://github.com/nushell/nushell/pull/5454), and [implement seq char command to generate single character sequence](https://github.com/nushell/nushell/pull/5453)
- WindSoilder created [fix date format](https://github.com/nushell/nushell/pull/5619), and [load config when required](https://github.com/nushell/nushell/pull/5618), and [Make flatten works better and predictable](https://github.com/nushell/nushell/pull/5611), and [adjust flatten default behavior](https://github.com/nushell/nushell/pull/5606), and [Don't report error when cwd is not exists.](https://github.com/nushell/nushell/pull/5590), and [Fix flatten behavior](https://github.com/nushell/nushell/pull/5584), and [add quantile column in histogram ](https://github.com/nushell/nushell/pull/5583), and [fix select tests](https://github.com/nushell/nushell/pull/5577), and [fix move test](https://github.com/nushell/nushell/pull/5576), and [Make format support nested column and use variable](https://github.com/nushell/nushell/pull/5570), and [use reverse iter on value search](https://github.com/nushell/nushell/pull/5553), and [Fix Value::Record compare logic, and pass uniq tests.](https://github.com/nushell/nushell/pull/5541), and [fix zip test](https://github.com/nushell/nushell/pull/5536), and [add rename](https://github.com/nushell/nushell/pull/5534), and [Implement histogram command](https://github.com/nushell/nushell/pull/5518), and [keep metadata while format filesize](https://github.com/nushell/nushell/pull/5502), and [add format filesize](https://github.com/nushell/nushell/pull/5498), and [complete some commands tests](https://github.com/nushell/nushell/pull/5464), and [Document out positional argument type in help message](https://github.com/nushell/nushell/pull/5461), and created [make cd recornize symbolic link](https://github.com/nushell/nushell/pull/5454), and [implement seq char command to generate single character sequence](https://github.com/nushell/nushell/pull/5453)
- hustcer created [fix typo for `version` command](https://github.com/nushell/nushell/pull/5610), and [Fix #5578, assume pipe file be zero-sized](https://github.com/nushell/nushell/pull/5594), and [feat: add `tutor list` support, remove tutor `engine-q`, fix: #4950](https://github.com/nushell/nushell/pull/5511), and [Fix #3899, make `mv` and `rm` to be quiet by default](https://github.com/nushell/nushell/pull/5501), and [opt: improve ls by call get_file_type only one time](https://github.com/nushell/nushell/pull/5500), and [Improve #4975 of filtering `ls` output by size issue](https://github.com/nushell/nushell/pull/5494), and [Fix #5469, making $nothing or null convert to filesize of 0B](https://github.com/nushell/nushell/pull/5485), and [Fix `to csv` and `to tsv` for simple list, close: #4780](https://github.com/nushell/nushell/pull/5483), and [feat: add disable field type inferencing for `from csv` and `from tsv`, fix: #3485 and #4217](https://github.com/nushell/nushell/pull/5467)
- merelymyself created [Allow for test_iteration_errors to work when run as root](https://github.com/nushell/nushell/pull/5609), and [Allows the test `commands::ls::fails_with_ls_to_dir_without_permission` to work when run as root](https://github.com/nushell/nushell/pull/5601), and [Allowing for flags with '=' in them to register as flags.](https://github.com/nushell/nushell/pull/5579), and [Adds fix for when multiple flags are in one line.](https://github.com/nushell/nushell/pull/5493), and created [Fixing the flag issue](https://github.com/nushell/nushell/pull/5447), and [Adds flags and optional arguments to view-source](https://github.com/nushell/nushell/pull/5446)
- Kangaxx-0 created [Add config command](https://github.com/nushell/nushell/pull/5607), and [Add verbose](https://github.com/nushell/nushell/pull/5512), and [Add feedback to cp](https://github.com/nushell/nushell/pull/5482)
Expand Down
Loading

0 comments on commit 7a381fa

Please sign in to comment.