-
Notifications
You must be signed in to change notification settings - Fork 409
Add docs about pager in the pipeline command #831
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
a3b076c
623c38c
acaaf05
54f4b5a
382b9d9
138a362
4ef90d1
93409de
1c2a6a0
4ab3b3c
3e27e1b
33f8db6
d3b9f49
79ae400
7fc8127
40e7888
53e4c8d
3441f79
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -47,3 +47,18 @@ The performance of NTFS degrades while handling large volumes of files in a | |||||
| directory. | ||||||
| [Here](https://stackoverflow.com/questions/197162/ntfs-performance-and-large-volumes-of-files-and-directories) | ||||||
| is the resource for reference. | ||||||
|
|
||||||
| ## Enabling paging with `less` | ||||||
|
|
||||||
| By default, DVC tries to use [Less](<https://en.wikipedia.org/wiki/Less_(Unix)>) | ||||||
| as pager for the output of `dvc pipeline show`. Windows doesn't have the less | ||||||
| command available however. Fortunately, there is a easy way of installing `less` | ||||||
| via [Chocolatey](https://chocolatey.org/) (please install the tool first): | ||||||
|
|
||||||
| ```dvc | ||||||
| $ choco install less | ||||||
| ``` | ||||||
|
|
||||||
| `less` can be installed in other ways, just make sure it's available in | ||||||
| `cmd`/Powershell, where you run dvc. (This usually means adding the directory | ||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Actually I can commit this 🙂 One min...
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. (p.s. FYI you can allow upstream repo maintainers to push to the branch in the PR settings.)
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @jorgeorpinel let's merge and fix it in-place? :) it's too minor to do a cycle.
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. True, I can definitely do that!
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Fixed in 9955833. |
||||||
| where `less` is installed to the `PATH` environment variable.) | ||||||

Uh oh!
There was an error while loading. Please reload this page.