Skip to content

Latest commit

 

History

History
54 lines (30 loc) · 546 Bytes

README.rst

File metadata and controls

54 lines (30 loc) · 546 Bytes

xm_rst

Usage

xm_rst --help

Installation

Requirements:

  • docutils
  • argcomplete

Simply:

mkdir -p ~/.local/opt{,/bin}
pushd ~/.local/opt
git clone ...
pushd bin
ln -sf ../xm_rst/xm_rst.py xm_rst
popd
popd

And you can add to your environment, if not already there:

PATH+=~/.local/opt/bin

And some command-line completion:

eval "$(register-python-argcomplete xm_rst 2>/dev/null)"

License

MIT