Popularity
1.6
Declining
Activity
0.0
Stable
1
2
1

Monthly Downloads: 3
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
Tags: Utils     Utilities    

sh2md alternatives and similar packages

Based on the "Utils" category.
Alternatively, view sh2md alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of sh2md or a related project?

Add another 'Utils' Package

README

sh2md

Build Status Hackage

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

nix

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