queue-sheet: queue sheet utility

[ library, mit, program, utils ] [ Propose Tags ]

This package provides a utility for creating queue sheets. Please see the README on GitHub at https://github.com/ExtremaIS/queue-sheet-haskell#readme.


[Skip to Readme]

Flags

Automatic Flags
NameDescriptionDefault
write-hie

write .hie files

Disabled

Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info

Downloads

Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.7.0.2
Change log CHANGELOG.md
Dependencies aeson (>=1.2 && <2.2), ansi-wl-pprint (>=0.6 && <0.7), base (>=4.7 && <5), bytestring (>=0.10.8 && <0.12), directory (>=1.3 && <1.4), filepath (>=1.4 && <1.5), ginger (>=0.7.3 && <0.11), optparse-applicative (>=0.14 && <0.18), process (>=1.6 && <1.7), queue-sheet, scientific (>=0.3 && <0.4), text (>=1.2.3 && <2.1), transformers (>=0.5.2 && <0.6), ttc (>=1.1 && <1.3), vector (>=0.12 && <0.14), yaml (>=0.8 && <0.12) [details]
License MIT
Copyright Copyright (c) 2020-2022 Travis Cardwell
Author Travis Cardwell <travis.cardwell@extrema.is>
Maintainer Travis Cardwell <travis.cardwell@extrema.is>
Revised Revision 3 made by TravisCardwell at 2022-07-29T21:08:17Z
Category Utils
Home page https://github.com/ExtremaIS/queue-sheet-haskell#readme
Bug tracker https://github.com/ExtremaIS/queue-sheet-haskell/issues
Source repo head: git clone https://github.com/ExtremaIS/queue-sheet-haskell.git
Uploaded by TravisCardwell at 2022-03-02T05:17:47Z
Distributions
Executables queue-sheet
Downloads 118 total (5 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user [build log]
All reported builds failed as of 2022-03-02 [all 2 reports]

Readme for queue-sheet-0.7.0.2

[back to package description]

Queue Sheet

Project Status: Active – The project has reached a stable, usable state and is being actively developed. GitHub CI Hackage Stackage LTS Stackage Nightly

Overview

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

CLI

Requirements

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.

Installation

.deb Package Installation

Check the Releases page for .deb packages.

.rpm Package Installation

Check the Releases page for .rpm packages.

Installation From Hackage

Install Queue Sheet from Hackage using Cabal as follows:

$ cabal v2-install queue-sheet

Installation From Stackage

Install Queue Sheet from Stackage using Stack as follows:

$ stack install queue-sheet

Usage

See the queue-sheet man page for usage information.

See the examples directory for example queue files, templates, and built output.

Project

Queue Sheet was written quickly to solve a particular pain point. There are no plans to put the package on Hackage.

Tags

All releases are tagged in the main branch. Release tags are signed using the security@extrema.is GPG key.

Contribution

Issues and feature requests are tracked on GitHub: https://github.com/ExtremaIS/queue-sheet-haskell/issues

Issues may also be submitted via email to bugs@extrema.is.

License

This project is released under the MIT License as specified in the LICENSE file.