MIT licensed and maintained by Travis Cardwell
This version can be pinned in stack with:queue-sheet-0.7.0.2@sha256:cf73112363ee0a4e23f222d7658a6752881c5c6aa385806f4a5f39d391a504b8,2346

Module documentation for 0.7.0.2

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.

Links

Tags

All releases are tagged in the main branch. Release tags are signed using the [email protected] 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 [email protected].

License

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

Changes

queue-sheet-haskell Changelog

This project follows the Haskell package versioning policy, with versions in A.B.C.D format. A may be incremented arbitrarily for non-technical reasons, but semantic versioning is otherwise followed, where A.B is the major version, C is the minor version, and D is the patch version. Initial development uses versions 0.0.0.D, for which every version is considered breaking.

The format of this changelog is based on Keep a Changelog, with the following conventions:

  • Level-two heading Unreleased is used to track changes that have not been released.
  • Other level-two headings specify the release in A.B.C.D (YYYY-MM-DD) format, with newer versions above older versions.
  • Level-three headings are used to categorize changes as follows:
    1. Breaking
    2. Non-Breaking
  • Changes are listed in arbitrary order and present tense.

0.7.0.2 (2022-03-02)

Non-Breaking

  • Bump text dependency version upper bound
  • Bump optparse-applicative dependency version upper bound

0.7.0.1 (2021-10-10)

Non-Breaking

  • Add dependency bounds

0.7.0.0 (2021-06-25)

Breaking

  • Fix --help when using optparse-applicative 0.16

Non-Breaking

  • Use TTC 1.1.0.1
  • Refactor Nix configuration

0.6.0.0 (2021-05-27)

Breaking

  • Add support for optparse-applicative 0.16

Non-Breaking

  • Add .deb and .rpm packaging
  • Add Cabal support to Makefile
  • Add Cabal tests to GitHub Actions
  • Add stan static analysis

0.5.0.1 (2020-11-23)

Non-Breaking

  • Use GitHub Actions instead of Travis CI

0.5.0.0 (2020-11-08)

Breaking

  • Add simplified CSV support for tags and items

Non-Breaking

  • Rename Git default branch to main

0.4.0.0 (2020-09-12)

Breaking

  • Add item support for tags

0.3.0.0 (2020-08-23)

Breaking

  • Add default section support
  • Add top-level queues array support
  • Add import support
  • Add user-defined tag support
  • Remove split property
  • Change templates to use snake-case properties

0.2.0.0 (2020-08-11)

Breaking

  • Add URL support

0.1.0.0 (2020-07-25)

Breaking

  • Configure sections and queues in a single YAML file

Non-Breaking

  • Add a template option
  • Add an output option
  • Refactor Makefile, add STACK_NIX_PATH support
  • Add test-all command to Makefile
  • Add Nix configuration

0.0.1.0 (2020-01-22)

Breaking

  • Initial public release