Skip to content

Commit

Permalink
20200212 - Minor improvements to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
fpoeck committed Feb 12, 2020
1 parent e81395a commit 859ec4e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# CoLogCat
Colorized logcat output
Colorized ```logcat``` output

## About
cologcat colorizes the logcat output - simple as that ;)
**cologcat** is a simple shell script that colorizes the output of ```logcat``` - simple as that ;)

## Output
![ScreenShot](https://raw.githubusercontent.com/yafp/cologcat/master/docs/screenshots/cologcat_example_output.png)
Expand All @@ -14,7 +14,7 @@ cologcat colorizes the logcat output - simple as that ;)
* ```whiptail``` (optional)

## Usage
* Make cologcat.sh executable: `chmod +x cologcat.sh`
* Make ```cologcat.sh``` executable: `chmod +x cologcat.sh`
* Start:
* `./cologcat.sh` or
* `./cologcat.sh -h` for some additional informations about existing parameters
Expand Down

0 comments on commit 859ec4e

Please sign in to comment.