Skip to content

Commit

Permalink
Merge pull request #6 from Nighty3098/InDev
Browse files Browse the repository at this point in the history
Updated README.md
  • Loading branch information
Nighty3098 authored Oct 12, 2024
2 parents 4e6f140 + 5804314 commit 7450ff7
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,19 @@

### Program for analyzing log files and detecting anomalies in program operation

<br><br>
<a href="./LICENSE.md"><img class="badge" src="https://img.shields.io/github/license/Nighty3098/LogInsight?style=for-the-badge&color=a6e0b8&logoColor=ffffff&labelColor=1c1c29" height="23px" style="border-radius: 5px;"/></a><br>
<img class="badge" src="https://img.shields.io/github/issues-pr/Nighty3098/LogInsight?style=for-the-badge&color=ef9f9c&logoColor=85e185&labelColor=1c1c29" height="23px" style="border-radius: 5px;" />
<img class="badge" src="https://img.shields.io/github/release/Nighty3098/LogInsight?style=for-the-badge&color=7589d5&logoColor=ffffff&labelColor=1c1c29" height="23px" style="border-radius: 5px;"/>
<img class="badge" src="https://img.shields.io/github/issues/Nighty3098/LogInsight?style=for-the-badge&color=dbb6ed&logoColor=ffffff&labelColor=1c1c29" height="23px" style="border-radius: 5px;"/>
<img class="badge" src="https://img.shields.io/github/downloads/Nighty3098/LogInsight/total?style=for-the-badge&color=e0ea9d&logoColor=D9E0EE&labelColor=171b22" height="23px" style="border-radius: 5px;"/>
<img src="https://img.shields.io/github/commit-activity/t/Nighty3098/LogInsight?style=for-the-badge&color=a6e0b8&logoColor=D9E0EE&labelColor=171b22" height="23px" style="border-radius: 5px;"/>
<img class="badge" src="https://img.shields.io/github/stars/Nighty3098/LogInsight?style=for-the-badge&color=eed49f&logoColor=D9E0EE&labelColor=1c1c29" height="23px" style="border-radius: 5px;"/>
<img class="badge" src="https://img.shields.io/github/forks/Nighty3098/LogInsight?style=for-the-badge&color=9dc3ea&logoColor=D9E0EE&labelColor=1c1c29" height="23px" style="border-radius: 5px;"/>
<br>
<img src="https://github.com/Nighty3098/DevIcons/blob/main/badges/badges_c.png?raw=true" width="50px" />
<img src="https://github.com/Nighty3098/DevIcons/blob/main/badges/badges_linux.png?raw=true" width="50px" />
<img src="https://github.com/Nighty3098/DevIcons/blob/main/badges/badges_mac.png?raw=true" width="50px" />
<img src="https://github.com/Nighty3098/DevIcons/blob/main/badges/badges_bash.png?raw=true" width="50px" />

#### Installing:

Expand All @@ -18,7 +28,8 @@
git clone https://github.com/Nighty3098/LogInsight
cd LogInsight
make
./LogInsight
sudo ln LogInsight /bin/
LogInsight
```

<div align="center">
Expand All @@ -32,6 +43,7 @@ Usage: ./LogInsight [-r] [-f <level>] -i <file>
-r Display all changes in real time
-f <level> Level filtering (CRITICAL, WARNING, INFO, DEBUG)
-i <file> Path to log file
-o <output> Path to output file
-h, --help Show this help
```
<img src="imgs/2.png" />

0 comments on commit 7450ff7

Please sign in to comment.