cli-extras: Miscellaneous utilities for building and working with command line interfaces

[ bsd3, command-line, library ] [ Propose Tags ]

Convenience functions for writing command line interfaces, providing facilities for logging, process management, and printing to the terminal.


[Skip to Readme]

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

Versions [RSS] 0.1.0.0, 0.1.0.1, 0.1.0.2, 0.2.0.0, 0.2.1.0
Change log CHANGELOG.md
Dependencies aeson (>=1.4.4.0 && <2.1), ansi-terminal (>=0.9.1 && <0.12), base (>=4.12.0.0 && <4.17), bytestring (>=0.10.8.2 && <0.12), containers (>=0.6.0.1 && <0.7), exceptions (>=0.10.3 && <0.11), io-streams (>=1.5.1.0 && <1.6), lens (>=4.17.1 && <5.2), logging-effect (>=1.3.4 && <1.4), monad-logger (>=0.3.30 && <0.4), monad-loops (>=0.4.3 && <0.5), mtl (>=2.2.2 && <2.3), process (>=1.6.5.0 && <1.7), terminal-size (>=0.3.2.1 && <0.4), text (>=1.2.3.1 && <1.3), time (>=1.8.0.2 && <1.12), transformers (>=0.5.6.2 && <0.6), which (>=0.1 && <0.3) [details]
License BSD-3-Clause
Copyright Obsidian Systems LLC 2020
Author Obsidian Systems LLC
Maintainer maintainer@obsidian.systems
Revised Revision 1 made by JohnEricson at 2022-07-18T17:14:42Z
Category Command Line
Bug tracker https://github.com/obsidiansystems/cli-extras/issues
Source repo head: git clone https://github.com/obsidiansystems/cli-extras
Uploaded by abrar at 2021-04-10T01:10:51Z
Distributions
Reverse Dependencies 3 direct, 0 indirect [details]
Downloads 676 total (17 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]

Readme for cli-extras-0.1.0.2

[back to package description]

cli-extras

Haskell Hackage Hackage CI Github CI BSD3 License

This library collects several utilities that are helpful when building command line interface applications.

It provides facilities for logging, formatted printing to the terminal, spinners, and theming.

For an example of this library in action, have a look at cli-git.