summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
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
2016-08-08rustfmtCyril Plisko
2016-08-08RefactorCyril Plisko
2016-08-07Fix tests on LinuxCyril Plisko
2016-08-07RefactorCyril Plisko
2016-08-07Code refactorCyril Plisko
2016-08-07Drop unneeded bindingCyril Plisko
2016-08-07update documentationCyril Plisko
2016-08-07Use `more` as a fallback pagerCyril Plisko
2016-08-07Add helper for checking for executable presense in the PATHCyril 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