summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2020-11-08Bump version to 0.16.0HEADmasterCyril Plisko
2020-11-08Update Pager::pager_envs() signatureCyril Plisko
2020-11-08utils cleanupCyril Plisko
2020-11-08Rust 2018Cyril Plisko
2020-09-25Add environment variables supportdalance
2018-09-26Bump version to 0.15.0Cyril Plisko
2018-09-26Update README.mdCyril Plisko
2018-09-26clippy: default_trait_accessCyril Plisko
2018-09-26rustfmtCyril Plisko
2018-09-26Add documentation for Pager::with_default_pager()Cyril Plisko
2018-09-26Refactor to support Pager::with_default_pager()Cyril Plisko
2018-09-25Drop utils::whichCyril Plisko
2018-09-25Drop utils::find_pagerCyril Plisko
2017-12-11Update CHANGELOG.mdCyril Plisko
2017-12-11Bump version to 0.14.0Cyril Plisko
2017-12-11Drop 'Pager::force_on_notty()'Cyril Plisko
2017-12-11Deprecate 'Pager::skip_on_notty()'Cyril Plisko
2017-12-11Add comment on const PAGERCyril Plisko
2017-12-11Make `skip_on_notty` true by defaultCyril Plisko
2017-12-11Drop `env` field as it is unused anywhereCyril Plisko
2017-12-11Implement `Default` rather than derive itCyril Plisko
2017-12-05Tiny cleanupCyril Plisko
2017-12-04Assert path ends with "/bin/more" rather than equals to it.Cyril Plisko
2017-12-03Drop 'static lifetime in testsCyril Plisko
2017-09-06Bump version to 0.13.0Cyril Plisko
2017-09-06Cleanup commentsCyril Plisko
2017-09-06Address some pedantic clippy warningsCyril Plisko
2017-09-06Add catagoriesCyril Plisko
2017-09-06Add CHANGELOG.mdCyril Plisko
2017-09-06Drop homepage as it is not different from the repositoryCyril Plisko
2017-09-06Add Pager::skip_on_notty()Cyril Plisko
2017-09-02Bump version to 0.12.1Cyril Plisko
2017-09-02Add integration testsCyril Plisko
2017-09-02Fix NOPAGER not being reflected in .is_on()Cyril Plisko
2017-09-02Add nopager testCyril Plisko
2017-07-09Bump version to 0.12.0Cyril Plisko
2017-07-09Update README.md to use Pager::with_env()Cyril Plisko
2017-07-05Introduce with_env() and deprecate env()Cyril Plisko
2017-07-05Bump version to 0.11.0Cyril Plisko
2017-07-05Update README.mdCyril Plisko
2017-07-05Replace 'more -r' with 'less -r' in exampleCyril Plisko
2017-07-04Add Pager::with_pager()Cyril Plisko
2017-07-04env as OptionCyril Plisko
2017-05-04Update README.mdCyril Plisko
2017-05-04Bump version to 0.10.0Cyril Plisko
2017-05-04Add badgesCyril Plisko
2017-05-04API change Pager::ok() -> Pager::is_on()Cyril Plisko
2017-05-04Drop 'static lifetime - it is not needed anymoreCyril Plisko
2017-05-04Consume strings rather than clone() the referencesCyril Plisko
2017-05-04Bump errnoCyril Plisko