https://github.com/fiddlerwoaroof/ring_reader
A program to loop output on the screen
https://github.com/fiddlerwoaroof/ring_reader
Last synced: about 1 year ago
JSON representation
A program to loop output on the screen
- Host: GitHub
- URL: https://github.com/fiddlerwoaroof/ring_reader
- Owner: fiddlerwoaroof
- Created: 2013-04-27T02:25:32.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2019-12-20T20:58:51.000Z (over 6 years ago)
- Last Synced: 2025-07-14T05:17:03.017Z (about 1 year ago)
- Language: Haskell
- Size: 1.77 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ring Reader -- a pager-like "ring buffer"
[](https://travis-ci.org/fiddlerwoaroof/ring_reader)
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.