Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://gitlab.com/uzluisf/podviewer
A simple GUI application for previewing Pod files.
https://gitlab.com/uzluisf/podviewer
html perl6 pod raku
Last synced: 17 days ago
JSON representation
A simple GUI application for previewing Pod files.
- Host: gitlab.com
- URL: https://gitlab.com/uzluisf/podviewer
- Owner: uzluisf
- License: artistic-2.0
- Created: 2019-05-10T21:13:55.109Z (over 5 years ago)
- Default Branch: master
- Last Synced: 2024-11-02T14:42:04.515Z (2 months ago)
- Topics: html, perl6, pod, raku
- Stars: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
TITLE
=====Podviewer
`podviewer` is a simple GUI application written in Raku Perl 6 for previewing (Perl 6) Pod files. It requires [Zenity](https://help.gnome.org/users/zenity/), which in turn requires GTK3 and WebKit engine.
USAGE
=====Viewing a Pod file with slightly-modified Github Markdown CSS:
$ podviewer sample.pod6
Viewing a Pod file with provided CSS:
$ podviewer -css=path/to/css sample.pod6
Run **`podviewer -h`** for the usage message.
INSTALLATION
============If you have [`zef`](https://github.com/ugexe/zef) installed, simply run `zef install podviewer`.
Alternatively, download or clone the repository (`git clone https://gitlab.com/uzluisf/podviewer.git`). Then, `zef install ./podviewer`.
AUTHOR
======Luis F. Uceta