v2.1.0
If you haven't already, please read the v2.0.0 changelog which contains important information.
Highlight
This release introduces a new feature allowing to download man pages from https://manned.org:
- If a man page isn't found locally,
manoranow offers to download it locally from https://manned.org (whether it is to open it or save it via the-s / --saveoption). - The new
-d / --downloadoption allows to skip searching for the man page locally and directly try to download it from https://manned.org instead (e.g.manora --download dnformanora --download --save apt.8).
See the updated demo video and the "Usage" chapter of the README for more details.
Features
- Add the
-d / --downloadoption to force downloading from https://manned.org (#95) - (710d051) by @Antiz96 - Add support for downloading man pages from manned.org (#94) - (692d9df) by @Antiz96
Fixes
Documentation
- (README) Update demo video (#98) - (f5721b1) by @Antiz96
- Slight wording improvement (#99) - (e2ea9db) by @Antiz96
- Document the possibility to run from keybindings (#93) - (800d3c7) by @Antiz96
Styling
Miscellaneous
Full Changelog: v2.0.1...v2.1.0