Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/kkweon/sh2md
- Owner: kkweon
- License: bsd-3-clause
- Created: 2018-11-13T04:59:24.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-11-18T07:24:35.000Z (about 6 years ago)
- Last Synced: 2024-10-29T08:22:43.592Z (2 months ago)
- Language: Haskell
- Homepage:
- Size: 4.55 MB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog.md
- License: LICENSE
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 markdownAvailable 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
```