Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nyrahul authored Jun 30, 2023
1 parent 42ff114 commit 1bdcae5
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# Table Designer

Output the json is pretty table format.
Plot CSV output in pretty tables in stdout, markdown, and HTML.

## Install

```
curl -sfL https://raw.githubusercontent.com/nyrahul/tabled/main/install.sh | sudo sh -s -- -b /usr/local/bin
```

## Usage

```
tabled --in tests/example.csv --config tests/config.yaml
```

![WindowsTerminal_hcnpxtr3hu](https://github.com/nyrahul/tabled/assets/9133227/25ec02e3-13dc-4731-9e29-f511c3bbd623)

0 comments on commit 1bdcae5

Please sign in to comment.