packages feed

sh2md-0.1.0.0: README.md

# sh2md

Record your shell and print in the markdown format

<div align="center">
    <img src="./assets/demo.gif" width="100%">
</div>

```
sh2md --help
```

```
Usage: sh2md [--stdout]
  Record shell and print in markdown

Available options:
  --stdout                 Instead of copying to the clipboard, print the result
                           to stdout
  -h,--help                Show this help text
```


## Build & Install

You need a [stack](https://www.haskellstack.org/)

```
stack build
stack install
```