Home Explore Blog CI



nushell

4th chunk of `blog/2019-08-23-introducing-nushell.md`
b7b7b9d3bef9bf432185fc8966bd99f273d4074151481f230000000100000209


Where this simple concept - that everything in Nu is data - starts to shine when we try other commands and realize that we're using the same commands to filter, to sort, etc. Rather than having the need to remember all the parameters to all the commands, we can just use the same verbs to act over our data, regardless of where the data came from. Nu pushes this idea even further.


Title: Consistency of Data Manipulation in Nushell
Summary
Nushell's core principle of treating everything as data enables consistent data manipulation across various commands. Users can employ the same verbs (filter, sort, etc.) irrespective of the data source, reducing the need to memorize command-specific parameters. Nushell extends this concept even further.