Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
TylerBrock committed Jun 11, 2018
1 parent 353f64b commit c77f203
Showing 1 changed file with 23 additions and 15 deletions.
38 changes: 23 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,29 +1,39 @@
saw
====
# saw

`saw` is a command line tool for shredding Amazon CloudWatch logs.
`saw` is a multi-purpose command line tool for AWS CloudWatch Logs

Installation
------------
![Saw Gif](https://media.giphy.com/media/3fiohCfMJAKf7lhnPp/giphy.gif)

### Mac OS X (homebrew)
## Installation

### Mac OS X

```sh
brew tap TylerBrock/saw
brew install saw
```

### Linux (Arch Linux)
### Linux

#### Arch Linux

```sh
# Using pacaur
pacaur -S saw
# OR

# Using trizen
trizen -S saw
```

### Linux (binary)
# Using yaourt
yaourt -S saw

# Using makepkg
git clone https://aur.archlinux.org/saw.git
cd saw
makepkg -sri
```

#### Redhat Based Distributions (Fedora/RHEL/CentOS/Amazon Linux)
#### Red Hat Based Distributions (Fedora/RHEL/CentOS/Amazon Linux)
```sh
rpm -i <link_to_rpm_you_need_from_releases>
```
Expand Down Expand Up @@ -51,8 +61,7 @@ Currently we don't publish any 32-bit or Windows builds. If this causes hardship

I don't think saw works in the Windows terminal emulator as is.

Usage
-----
## Usage

- Basic
```sh
Expand All @@ -75,8 +84,7 @@ Usage
saw watch production --prefix api --filter error
```

Features
--------
## Features

- Colorized output that can be formatted in various ways
- `--expand` Explode JSON objects using indenting
Expand Down

0 comments on commit c77f203

Please sign in to comment.