Skip to content

Commit

Permalink
Readme updated/typos fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
romanthekat committed Feb 13, 2018
1 parent c3391df commit 865eb73
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,13 +1,13 @@
# topper-go
That little tool parses you .bash_history file, and calculates commands to be the most called.
This little tool parses your `.bash_history` file, and calculates the most frequent commands.

## How to build

`go build -o topper-go main.go`
or
`go build -o tg main.go`

that will produce `topper-go` or `tg` executable file
that will produce `topper-go` or `tg` executable file.

## How to use

Expand All @@ -30,4 +30,4 @@ Where for `155: ping ya.ru (x26)`:

- `155` - command number in terms of bash, e.g. `!155` allows to repeat command execution
- `ping ya.ru` - command itself
- `(x26)` - current execution count
- `(x26)` - current execution count

0 comments on commit 865eb73

Please sign in to comment.