24 lines
916 B
Markdown
24 lines
916 B
Markdown
#  KrowLog
|
|
|
|
KrowLog is a viewer for text files of arbitrary size.
|
|
|
|
## Features
|
|
|
|
* Text files of arbitrary size.
|
|
* UTF-8 support
|
|
* Filter files with regular expressions.
|
|
* Case insensitive filtering enabled by default.
|
|
* Filter matches are highlighted (can be disabled).
|
|
* Filter results don't disappear when changing tabs.
|
|
* Colored highlighting based on regular expression filters.
|
|
* Different colors for line background and match.
|
|
* Pleasing color palette.
|
|
* Highlighters are automatically saved and restored.
|
|
* Select arbitrary strings (not just full lines).
|
|
* Double click selects word.
|
|
* Triple click selects line.
|
|
* Copy protection: Users is warned before creating a clipboard more than 5 MB in size. They can choose to copy the
|
|
selection into a new file instead.
|
|
* Optionally open a new tab when saving selection as file.
|
|
* Panel for temporary notes
|