-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of github.com:KyrietS/LogAlligator
- Loading branch information
Showing
1 changed file
with
8 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,23 @@ | ||
# LogAlligator | ||
# LogAlligator 🐊 | ||
|
||
[![tests](https://github.com/KyrietS/LogAlligator/actions/workflows/test.yml/badge.svg)](https://github.com/KyrietS/LogAlligator/actions/workflows/test.yml) | ||
|
||
LogAlligator is a log viewer for extremely big files. | ||
|
||
|
||
https://github.com/user-attachments/assets/1978d372-bef3-4943-9a4f-ca4709647fb5 | ||
|
||
|
||
## Features | ||
|
||
- Open extremely big files without loading them into RAM | ||
- Highlight selected phrases | ||
- Filtering lines by regex | ||
- Bookmmark specific lines | ||
- Filter lines by regex | ||
- Bookmark specific lines | ||
|
||
## License | ||
|
||
Copyright © 2024 Sebastian Fojcik \ | ||
Use of this software is granted under the terms of the MIT License. | ||
|
||
See the [LICENCE](LICENSE) for the full license text. | ||
See the [LICENCE](LICENSE) for the full license text. |