README.DIZ.TXT

A quick .DIZ for Masakari, revision 7+

Masakari is a free and open source tool with simplistic GUI aiming at sidekicking browsing in Linux/Windows command prompts.

New releases and announcements at twitter.com/Sanmayce

This is how it looks like in the prompt:

```
E:\_KAZE_Smxrt_Benchmarks\qb64>MASAKARI_r7_Vanilla.exe -h
 __  __                     _                 _                      _____
|  \/  |  __ _  ___   __ _ | | __ __ _  _ __ (_)   _ __  ___ __   __|___  | _
| |\/| | / _` |/ __| / _` || |/ // _` || '__|| |  | '__|/ _ \\ \ / /   / /_| |_
| |  | || (_| |\__ \| (_| ||   <| (_| || |   | |  | |  |  __/ \ V /_  / /|_   _|
|_|  |_| \__,_||___/ \__,_||_|\_\\__,_||_|   |_|  |_|   \___|  \_/(_)/_/   |_|

Masakari, revision 7+_Vanilla, written in QB64 by Kaze, source code downloadable at https://www.qb64.org/forum
Usage: Masakari filename|/help
Currently are implemented only:
Mouse:
      Button 1 - sets the cursor and the inverse line to the chosen position
      Button 3 - PgDn
      Wheel Up - Up
      Wheel Dn - Dn
      Button 2 + Wheel Up - going to the top left position
      Button 2 + Wheel Dn - going to the bottom left position
      Button 2 + dragging (from left to right, or from right to left) for at least 90 columns/cells (within 2 seconds) - same as Alt+X, Alt+Q
      Button 2 + dragging (from top to bottom) for at least 5 lines/cells (within 2 seconds) - same as PgUp
      Button 2 + dragging (from bottom to top) for at least 5 lines/cells (within 2 seconds) - same as PgDn
Keyboard:
       Up
       Down
       PgUp
       PgDn
       Left - still no sideways scroll
       Right - still no sideways scroll
       LCtrl+Home - going to the top left position
       LCtrl+End  - going to the bottom left position
       Alt+X or Alt+Q - quit to the system, without demanding keypress.
       Space - loads the highlighted line (if it is an actual filename)
       RCtrl - (can hold it) highlighting all unfamiliar words to masakari.wrd file/wordlist
       LCtrl+F3 - Search Panel, Kazahana (with 16 threads) searches the file, currently displayed
Benchmarking:
       LShift+RShift - Reporting (in the status line in red color) the time for load
       LCtrl+RCtrl - Reporting (in the status line in red color) the time for PgDn-ing (page-by-page) the entire file
       LAlt+RAlt - Reporting (in the status line in red color) the time for Down-ing (line-by-line) the entire file
       Esc - Stops the auto-scrolling started with LCtrl+RCtrl or LAlt+RAlt
Note1: During the LAlt+RAlt auto-scroll, you can still press/hold RCtrl, during the LCtrl+RCtrl, you cannot
Note2: During the auto-scroll, you can still press PgUp, PgDn, LCtrl+Home, LCtrl+End, Esc
Note3: The 'Vanilla' sub-variant loads textual files without wrapping the lines.
Note4: The 'Wrapper' sub-variant makes the text file viewable without side/lateral scroll,
       If unwrappable lines exist then those lines are dumped to filename+".unwrappable",
       otherwise, the wrapped lines are dumped to filename+".wrapped", and auto-loaded.
       If wrapped file exists during start then it is used, not re-created.

E:\_KAZE_Smxrt_Benchmarks\qb64>
```
Enfun!

Kaze,
2021-Feb-21
