Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/KeenS/pygments.formatters.satysfi
https://github.com/KeenS/pygments.formatters.satysfi
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/KeenS/pygments.formatters.satysfi
- Owner: KeenS
- Created: 2018-02-21T13:24:22.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-02-21T15:16:44.000Z (almost 7 years ago)
- Last Synced: 2024-11-11T04:46:51.395Z (2 months ago)
- Language: Python
- Size: 7.81 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-satysfi - pygments.formatters.satysfi - A SATySFi formatter for pygments (Uncategorized / Uncategorized)
README
!!This is under develepment. Not functional yet!!
# pygments.formatters.satysfi
A [SATySFi](https://github.com/gfngfn/SATySFi) formatter for [pygments](http://pygments.org/)
# Installation
``` console
$ sudo python setup.py install
```# Usage
Install `pygmentize` and this module before using.
To format:
``` console
$ pygmentize -Ofull=true -f satysfi -o out.saty
```To output the style definition:
``` console
$ pygmentize -f satysfi -S > pygments.satyh
```