Skip to content

Commit

Permalink
Added the description necessary to try
Browse files Browse the repository at this point in the history
  • Loading branch information
noborus committed Mar 14, 2023
1 parent bc20c9a commit bbe0283
Showing 1 changed file with 12 additions and 5 deletions.
17 changes: 12 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,19 @@
# guesswidth

## install

```console
go install github.com/noborus/guesswidth/cmd/guesswidth
```

Guess the width output with no delimiters in the command.

Split the output like this:

```shell
$ ps
PID TTY TIME CMD
302965 pts/3 00:00:00 zsh
323990 pts/3 00:00:00 ps
```console
$ ps | guesswidth
PID| TTY | TIME|CMD
302965| pts/3 | 00:00:08|zsh
539529| pts/3 | 00:00:00|ps
539530| pts/3 | 00:00:00|guesswidth
```

0 comments on commit bbe0283

Please sign in to comment.