JuliaLang/julia

Feature request: make `?` print page by page like `man` in Linux

Open

#36,460 opened on Jun 27, 2020

View on GitHub
 (4 comments) (5 reactions) (0 assignees)Julia (5,773 forks)batch import
docsystemgood first issue

Repository metrics

Stars
 (48,709 stars)
PR merge metrics
 (Avg merge 20d 6h) (157 merged PRs in 30d)

Description

In a terminal window, when I type in ?foo it prints out the entire documentation (ending with complicated examples often) and I often have to scroll all the way to get the function signature. In contrast, typing in ?foo in the R REPL launches documentation as a "window" starting at the top where one and scroll up and down and press q to exit.

Is it possible to do something like this in the ? mode of the REPL?

Contributor guide