You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use more concise home feature title (nushell#1970)
Use `Cross-platform` instead of `Pipelines to control any OS`.
It's not necessarily clear what pipelines refers to. Pipelines may refer to one of many use cases. Pipelines may be a misleading ambiguity to command piping (shell terminology).
The previous title lead to a line break. Making it more concise to fit on one line is more consistent with the other two feature titles - leading to a more consistent and balanced layout too. (Body starts on the same vertical position now.)
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ tagline: A new type of shell
6
6
actionText: Get Started →
7
7
actionLink: /book/
8
8
features:
9
-
- title: Pipelines to control any OS
9
+
- title: Cross-platform
10
10
details: Nu works on Linux, macOS, BSD, and Windows. Learn it once, then use it anywhere.
11
11
- title: Everything is data
12
12
details: Nu pipelines use structured data so you can safely select, filter, and sort the same way every time. Stop parsing strings and start solving problems.
0 commit comments