Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kkweon/sh2md

Record your shell session in the markdown format
https://github.com/kkweon/sh2md

Last synced: 24 days ago
JSON representation

Record your shell session in the markdown format

Awesome Lists containing this project

README

        

# sh2md

[![Build Status](https://travis-ci.com/kkweon/sh2md.svg?branch=master)](https://travis-ci.com/kkweon/sh2md)
[![Hackage](https://img.shields.io/hackage/v/sh2md.svg?style=flat-square)](http://hackage.haskell.org/package/sh2md)

Record your shell and print in the markdown format



```
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
```

### nix

```
nix-build # will generate ./result/bin/sh2md
```