Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ring Reader -- a pager-like "ring buffer"

Build Status

This program takes a command line to run and prints the output of that command to the screen. When the output reaches the bottom of the screen, it wraps to the top, thus saving scrollback memory. It was inspired by wanting to have a way to keep an eye on the results of ./ring_reader ~/android_sdks/platform-tools/adb logcat without having it constantly printing to the terminal.

Dependencies

  • Haskell (tested with The Glorious Glasgow Haskell Compilation System, version 7.4.1)

  • HSCurses

  • CmdArgs

Options

  • '-i' -- wait for keypress after each screenful.

About

A program to loop output on the screen

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages