Skip to content

phelipe/TerminalPager.jl

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TerminalPager

CI

This package contains a pure Julia implementation of the command less.

Usage

The function pager calls the pager. If the object is not a string, then it calls show to obtain the string representation of it.

julia> using TerminalPager

julia> pager(rand(10, 100))

julia> rand(10, 100) |> pager

About

Pure Julia implementation of the command less

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Julia 100.0%