Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/miki725/pandocfilters-sh
https://github.com/miki725/pandocfilters-sh
Last synced: 9 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/miki725/pandocfilters-sh
- Owner: miki725
- Created: 2020-07-12T02:44:52.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-07-12T02:52:45.000Z (over 4 years ago)
- Last Synced: 2024-12-17T08:43:28.563Z (11 days ago)
- Language: Python
- Size: 1.95 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
Pandocfilters.sh
================Wrapper package to install `pandocfilters` with an executable.
This allows to install `pandocfilters` with `pipx`:
.. code:: bash
pipx install pandocfilters-sh
To use with `pandoc`, simply adjust `PYTHONPATH`:
.. code:: bash
export PYTHONPATH=$(pandocfilters --python)