index
:
pager-rs
fix-typo
master
Contrib clone of pager-rs
matthias
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2021-05-10
Fix doc typo
fix-typo
Matthias Beyer
2020-11-08
Bump version to 0.16.0
HEAD
master
Cyril Plisko
2020-11-08
Update Pager::pager_envs() signature
Cyril Plisko
2020-11-08
utils cleanup
Cyril Plisko
2020-11-08
Rust 2018
Cyril Plisko
2020-09-25
Add environment variables support
dalance
2018-09-26
Bump version to 0.15.0
Cyril Plisko
2018-09-26
Update README.md
Cyril Plisko
2018-09-26
clippy: default_trait_access
Cyril Plisko
2018-09-26
rustfmt
Cyril Plisko
2018-09-26
Add documentation for Pager::with_default_pager()
Cyril Plisko
2018-09-26
Refactor to support Pager::with_default_pager()
Cyril Plisko
2018-09-25
Drop utils::which
Cyril Plisko
2018-09-25
Drop utils::find_pager
Cyril Plisko
2017-12-11
Update CHANGELOG.md
Cyril Plisko
2017-12-11
Bump version to 0.14.0
Cyril Plisko
2017-12-11
Drop 'Pager::force_on_notty()'
Cyril Plisko
2017-12-11
Deprecate 'Pager::skip_on_notty()'
Cyril Plisko
2017-12-11
Add comment on const PAGER
Cyril Plisko
2017-12-11
Make `skip_on_notty` true by default
Cyril Plisko
2017-12-11
Drop `env` field as it is unused anywhere
Cyril Plisko
2017-12-11
Implement `Default` rather than derive it
Cyril Plisko
2017-12-05
Tiny cleanup
Cyril Plisko
2017-12-04
Assert path ends with "/bin/more" rather than equals to it.
Cyril Plisko
2017-12-03
Drop 'static lifetime in tests
Cyril Plisko
2017-09-06
Bump version to 0.13.0
Cyril Plisko
2017-09-06
Cleanup comments
Cyril Plisko
2017-09-06
Address some pedantic clippy warnings
Cyril Plisko
2017-09-06
Add catagories
Cyril Plisko
2017-09-06
Add CHANGELOG.md
Cyril Plisko
2017-09-06
Drop homepage as it is not different from the repository
Cyril Plisko
2017-09-06
Add Pager::skip_on_notty()
Cyril Plisko
2017-09-02
Bump version to 0.12.1
Cyril Plisko
2017-09-02
Add integration tests
Cyril Plisko
2017-09-02
Fix NOPAGER not being reflected in .is_on()
Cyril Plisko
2017-09-02
Add nopager test
Cyril Plisko
2017-07-09
Bump version to 0.12.0
Cyril Plisko
2017-07-09
Update README.md to use Pager::with_env()
Cyril Plisko
2017-07-05
Introduce with_env() and deprecate env()
Cyril Plisko
2017-07-05
Bump version to 0.11.0
Cyril Plisko
2017-07-05
Update README.md
Cyril Plisko
2017-07-05
Replace 'more -r' with 'less -r' in example
Cyril Plisko
2017-07-04
Add Pager::with_pager()
Cyril Plisko
2017-07-04
env as Option
Cyril Plisko
2017-05-04
Update README.md
Cyril Plisko
2017-05-04
Bump version to 0.10.0
Cyril Plisko
2017-05-04
Add badges
Cyril Plisko
2017-05-04
API change Pager::ok() -> Pager::is_on()
Cyril Plisko
2017-05-04
Drop 'static lifetime - it is not needed anymore
Cyril Plisko
2017-05-04
Consume strings rather than clone() the references
Cyril Plisko
[next]