mirror of
https://github.com/charmbracelet/glow
synced 2024-11-10 14:14:17 +00:00
Document paging in the README
This commit is contained in:
parent
e7c92ddfa7
commit
4690c265ce
1 changed files with 5 additions and 0 deletions
|
@ -63,6 +63,11 @@ The `-w` flag lets you set a maximum width at which the output will be wrapped:
|
|||
glow -w 60
|
||||
```
|
||||
|
||||
### Paging
|
||||
|
||||
The output can be displayed in the user's preferred pager with the `-p` flag.
|
||||
This defaults to the ANSI-aware `less -r` if `$PAGER` is not explicitly set.
|
||||
|
||||
### Styles
|
||||
|
||||
You can choose a style with the `-s` flag (`dark` being the default):
|
||||
|
|
Loading…
Reference in a new issue