summaryrefslogtreecommitdiffstats
path: root/src
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-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-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 Pager::skip_on_notty()Cyril Plisko
2017-09-02Fix NOPAGER not being reflected in .is_on()Cyril Plisko
2017-09-02Add nopager testCyril Plisko
2017-07-05Introduce with_env() and deprecate env()Cyril 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-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
2016-11-10whitespacesCyril Plisko
2016-11-10Fix CString ownership issueCyril Plisko
2016-11-05rustfmtCyril Plisko
2016-11-03Add errnoCyril Plisko
2016-11-03Support pager command with whitespacesCyril Plisko
2016-10-27args array always has at least 2 elementsCyril Plisko
2016-10-26Address clippy warningsCyril Plisko
2016-09-17Update documentationCyril Plisko
2016-09-17Add support for NOPAGERCyril Plisko
2016-08-29Reuse Pager::env() for default ::new()Cyril Plisko
2016-08-16Test doc updateCyril Plisko
2016-08-09Update docsCyril Plisko
2016-08-09Code restructeringCyril Plisko
2016-08-09More documentationCyril Plisko
2016-08-09Update documentationCyril Plisko