summaryrefslogtreecommitdiffstats
path: root/src/lib.rs
AgeCommit message (Expand)Author
2020-11-08Bump version to 0.16.0HEADmasterCyril Plisko
2020-11-08Update Pager::pager_envs() signatureCyril 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
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-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-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
2016-11-03Add errnoCyril Plisko
2016-11-03Support pager command with whitespacesCyril Plisko
2016-10-26Address clippy warningsCyril Plisko
2016-09-17Update documentationCyril 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
2016-08-08RefactorCyril Plisko
2016-08-07update documentationCyril Plisko
2016-08-07Use `more` as a fallback pagerCyril Plisko
2016-08-07Move helper functions into separate moduleCyril Plisko
2016-08-05Fix to make doctest workCyril Plisko
2016-08-05Make Pager::env() another form of constructorCyril Plisko
2016-08-05Update examplesCyril Plisko
2016-08-04Add documentationCyril Plisko
2016-08-04Add initial sourceCyril Plisko