Skip to content

Commit

Permalink
Prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
ABridoux committed May 20, 2020
1 parent d86d501 commit 79fd2c8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,15 @@ You can use a library for each format. But I am not aware today of a library tha
### Using a generic text-processing tool
Don't get me wrong, **awk** is a wonderful tool. It can do so many things. But it is not that easy to learn. And you have to find a way to parse each different format. **Scout** is really easy to use, as we will see.

### Syntax highlighting
## Syntax highlighting
Starting from 1.1.0, Scout will highlight the output when reading or outputting (with the verbose flag) a dictionary or an array value. This is done with the [Lux](https://github.com/ABridoux/lux) library. You can try it with the following command.

```bash
curl --silent "https://api.github.com/repos/ABridoux/scout/releases/latest" | scout
```

![](Resources/syntax-highlight.png)

## How to use it

### Command Line
Expand Down
Binary file added Resources/syntax-highlight.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion Sources/Scout/Constants/Version.swift
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
public struct Version {
public static let current = "1.0.2"
public static let current = "1.1.0"
}

0 comments on commit 79fd2c8

Please sign in to comment.