File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -14,11 +14,11 @@ Sounds good? Skip ahead to the [screencast section](#asciinema-screencast-not-a-
14
14
Highlighting output in the shell is hardly a novel idea and its effectiveness is generally agreed to be high:)
15
15
There are other tools that provide similar functionality, for instance ` supercat ` and ` grc ` . However, with this
16
16
project, I was looking to create a tool that can effectively replace ` cat ` , ` tail ` and other traditional utils with zero
17
- to very little effort.
17
+ to little effort.
18
18
19
19
### Features
20
20
21
- - Supports over a 100 lexers for programming languages, configuration and log formats and UNIX commands (this is done using the
21
+ - Supports over a hundred lexers for programming languages, configuration and log formats and UNIX commands (this is done using the
22
22
[ highlight Go package] ( https://github.com/jessp01/gohighlight ) )
23
23
- Can accept input as an argument as well as from an ` STDIN ` stream
24
24
- Can detect the lexer to use based on:
You can’t perform that action at this time.
0 commit comments