Markdown形式のプレゼンテーションをコマンドラインで. 日本語(UTF-8)もOK.
$ sudo apt install mdp $ mdp /usr/share/doc/mdp/sample.md
$ git clone https://github.com/visit1985/mdp.git $ cd mdp $ make $ ./mdp --help Usage: mdp [OPTION]... [FILE] A command-line based markdown presentation tool. -d, --debug enable debug messages on STDERR add it multiple times to increases debug level -e, --expand enable character entity expansion -f, --nofade disable color fading in 256 color mode -h, --help display this help and exit -i, --invert swap black and white color -t, --notrans disable transparency in transparent terminal -s, --noslidenum do not show slide number at the bottom -v, --version display the version number and license -x, --noslidemax show slide number, but not total number of slides -c, --nocodebg don't change the background color of code blocks With no FILE, or when FILE is -, read standard input. $ ./mdp ./sample.md
コメント