Skip to content
Roland Pheasant edited this page May 10, 2016 · 4 revisions

If you are not already familiar with Tail Blazer, it is a file tail utility which has been designed to be stylish, simple and intuitive. For details about it's functionality or how to download it see GitHub Home Page

There are 3 main areas of focus for this release:

  1. Performance
  2. Settings
  3. Clear and unclear

Performance

Tail Blazer has always virtualised lines in a file which is why it can manage very large files. In tests the largest file I have opened is 100GB with no problems. However performance would suffer when individual lines in a file are very long. This caused problems when rendering those lines. This problem has been solved as the lines are now horizontally virtualised. I am confident now that Tail Blazer will always been fast however large or wide a file may be.

Settings

All settings are saved. In fact everything that is ever typed is remembered and used again. In the following example, the user chooses an icon and colour to associate with some search text. The next time the search term is used, the user choices are re-applied.

Persist User Choices

Also when the app is exited, it will be re-opened exactly as it was closed.

Clear and Unclear

You are a developer and you want to debug what happens when you push a button on the app you are monitoring. If you do not care what has happened before pressing the button and want to de-clutter what Tail Blazer is displaying you can use the clear button to remove all previous data.

Clear and Unclear

If however you want to show all data again there is the corresponding un-clear function

Clone this wiki locally