- Added syntax highlighting for man pages! (MishaKlopukh, whi-tw)
- Added logging to help debug some issues.
- Made the shortcut position in the editor context menu configurable by setting
manpages.editorMenuShortcutPosition
. - Better naming of the shortcut names, since it was not clear to some users how the selection works.
- Made labels on the search input value clearer.
- Added keybindings contributions to quick open word from selection/cursor, and search (apropos).
- Open manpages in a split editor. This is enabled by default but the old behaviour can
be restored by setting
manpages.openAsSplit
tofalse
- Fix broken links and allow for "./-" when opening manpages (FrederikRogalski)
- Fixed hyphenated pages not opening
- Added logo
- Implemented search functionalty (apropos)
- Code fixes and cleanup
- Updated dependencies.
- Fixed manpage mangled output on MacOS (thanks @nicolasff).
- Fixed manpage not correctly openinng when - or . where present in the name.
- Implemented opening manpage under the cursor.
- Added configuration parameters for the man binary path and arguments.
- Initial release