Queue Sheet is a utility that builds PDFs of lists. Printed PDFs can be used to track progress when offline.
Use Queue Sheet to track:
- podcasts
- research papers
- conference videos
- university lectures
Queue Sheet has only been tested on Linux. It might work on Windows and macOS.
Queue Sheet uses XeTeX to build PDFs. It is usually installed as part of TeX Live. The LaTeX packages used depend entirely on the contents of the template.
Check the Releases page for .deb
packages.
Check the Releases page for .rpm
packages.
Install Queue Sheet from Hackage using Cabal as follows:
$ cabal v2-install queue-sheet
Install Queue Sheet from Stackage using Stack as follows:
$ stack install queue-sheet
See the queue-sheet
man page for usage information.
See the examples directory for example queue files, templates, and built output.
- Hackage: https://hackage.haskell.org/package/queue-sheet
- Stackage: https://www.stackage.org/package/queue-sheet
- Flora: https://flora.pm/packages/@hackage/queue-sheet
- GitHub: https://github.com/ExtremaIS/queue-sheet-haskell
- GitHub Actions CI: https://github.com/ExtremaIS/queue-sheet-haskell/actions
The main
branch is reserved for releases. It may be considered stable, and
HEAD
is always the latest release.
The develop
branch is the primary development branch. It contains changes
that have not yet been released, and it is not necessarily stable.
Hackage revisions are made for metadata changes, such as relaxation of
constraints when new versions of dependencies are released. The
queue-sheet.cabal
metadata in the main
branch may therefore not match that
of Hackage. The queue-sheet.cabal
metadata in the develop
branch may
match, unless work is being done on a new release that contains other
changes.
All releases are tagged in the main
branch. Release tags are signed using
the
[email protected]
GPG key.
Issues and feature requests are tracked on GitHub: https://github.com/ExtremaIS/queue-sheet-haskell/issues
Issues may also be submitted via email to [email protected].
This project is released under the MIT License as specified in the
LICENSE
file.