Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
WindSoilder committed Aug 7, 2022
1 parent 31f96fb commit 94750e2
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,26 @@
# Nu plugin binary reader
A [nushell](https://www.nushell.sh/) plugin to read binary data

```
┌───────┐
│ png ├────────────────────┐
└───────┘ │
┌─────┐ ┌───────▼─────────────┐
│ ttf ├────────────►│ │
└─────┘ │ Nushell ├─────►Structured data
│ │
┌───────┐ │ │
│ bmp ├───────────►└─────────────────────┘
└───────┘ ▲
┌─────────┐ │
│ gif ├──────────────────┘
└─────────┘
...
```


# Screenshots
## Parsing png and ttf
![parse png and ttf](examples/demo.gif)
Expand Down

0 comments on commit 94750e2

Please sign in to comment.