diff --git a/README.md b/README.md index 1bcf3475d5..be044b0dc3 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,6 @@ A new type of shell. - [Opening files](#opening-files) - [Plugins](#plugins) - [Goals](#goals) -- [Progress](#progress) - [Officially Supported By](#officially-supported-by) - [Contributing](#contributing) - [License](#license) @@ -210,27 +209,6 @@ Nu adheres closely to a set of goals that make up its design philosophy. As feat - Finally, Nu views data functionally. Rather than using mutation, pipelines act as a means to load, change, and save data without mutable state. -## Progress - -Nu is under heavy development and will naturally change as it matures. The chart below isn't meant to be exhaustive, but it helps give an idea for some of the areas of development and their relative maturity: - -| Features | Not started | Prototype | MVP | Preview | Mature | Notes | -| ------------- | :---------: | :-------: | :-: | :-----: | :----: | -------------------------------------------------------------------- | -| Aliases | | | | X | | Aliases allow for shortening large commands, while passing flags | -| Notebook | | X | | | | Initial jupyter support, but it loses state and lacks features | -| File ops | | | | X | | cp, mv, rm, mkdir have some support, but lacking others | -| Environment | | | | X | | Temporary environment and scoped environment variables | -| Shells | | | | X | | Basic value and file shells, but no opt-in/opt-out for commands | -| Protocol | | | | X | | Streaming protocol is serviceable | -| Plugins | | | X | | | Plugins work on one row at a time, lack batching and expression eval | -| Errors | | | | X | | Error reporting works, but could use usability polish | -| Documentation | | | X | | | Book updated to latest release, including usage examples | -| Paging | | | | X | | Textview has paging, but we'd like paging for tables | -| Functions | | | | X | | Functions and aliases are supported | -| Variables | | | | X | | Nu supports variables and environment variables | -| Completions | | | | X | | Completions for filepaths | -| Type-checking | | | | x | | Commands check basic types, and input/output types | - ## Officially Supported By Please submit an issue or PR to be added to this list.