sh2md: Record your shell session and print in the markdown format

[ bsd3, library, program, utilities ] [ Propose Tags ]

Please see the README on GitHub at https://github.com/kkweon/sh2md#readme


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0.0
Change log ChangeLog.md
Dependencies base (>=4.7 && <5), containers (>=0.5.11 && <0.6), Hclip (>=3.0.0 && <3.1), optparse-applicative (>=0.14.3 && <0.15), process (>=1.6.3 && <1.7), sh2md, text (>=1.2.3 && <1.3), transformers (>=0.5.5 && <0.6), unix (>=2.7.2 && <2.8) [details]
License BSD-3-Clause
Copyright MIT
Author Mo Kweon
Maintainer kkweon@gmail.com
Category Utilities
Home page https://github.com/kkweon/sh2md#readme
Bug tracker https://github.com/kkweon/sh2md/issues
Source repo head: git clone https://github.com/kkweon/sh2md
Uploaded by kkweon at 2018-11-13T05:37:17Z
Distributions
Executables sh2md
Downloads 593 total (3 in the last 30 days)
Rating 2.0 (votes: 1) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2018-11-13 [all 1 reports]

Readme for sh2md-0.1.0.0

[back to package description]

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

stack build
stack install