rager

Crates.iorager
lib.rsrager
version0.3.1
sourcesrc
created_at2018-05-09 06:41:03.567927
updated_at2018-05-15 02:01:35.581594
descriptionA pager written in Rust. Like more or less.
homepage
repositoryhttp://github.com/tcr/rager
max_upload_size
id64436
size14,100
Tim Ryan (tcr)

documentation

http://docs.rs/rager

README

rager 🎉

A terminal Pager written in Rust. Like more or less.

  • Supports any xterm-supporting terminal thanks to Termion.
  • Support mouse scrolling (or up/down keys)
  • Supports content over stdin or passed in as a filename.
  • q or Ctrl+C to quit.
cargo install rager
cargo build --color=always |& rager

TODO:

  • Visually indicate when stdin has terminated.
  • Support paging a file via command line argument.
  • Support dumping contents to your shell, or switching back.
  • Support pausing / resuming output.
  • Support follow mode (like less +F).
  • Add more key shortcuts?
  • Windows support?

All contributions welcome. How can rager be useful for you?

License

MIT or Apache-2.0, at your option.

Commit count: 0

cargo fmt