| CARVIEW |
Select Language
HTTP/1.1 200 OK
Connection: keep-alive
Server: nginx/1.24.0 (Ubuntu)
Content-Type: text/html; charset=utf-8
Cache-Control: public, max-age=300
Content-Encoding: gzip
Via: 1.1 varnish, 1.1 varnish
Accept-Ranges: bytes
Age: 0
Date: Sat, 17 Jan 2026 05:14:48 GMT
X-Served-By: cache-dfw-kdal2120035-DFW, cache-bom-vanm7210054-BOM
X-Cache: MISS, MISS
X-Cache-Hits: 0, 0
X-Timer: S1768626888.867947,VS0,VE303
Vary: Accept, Accept-Encoding
transfer-encoding: chunked
cli-extras: Miscellaneous utilities for building and working with command line interfaces
[Skip to Readme]
cli-extras: Miscellaneous utilities for building and working with command line interfaces
Convenience functions for writing command line interfaces, providing facilities for logging, process management, and printing to the terminal.
[Skip to Readme]
Modules
[Index] [Quick Jump]
Downloads
- cli-extras-0.2.1.2.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
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, 0.2.1.1, 0.2.1.2 |
|---|---|
| Change log | CHANGELOG.md |
| Dependencies | aeson (>=1.4.4.0 && <2.3), ansi-terminal (>=0.9.1 && <1.2), base (>=4.12.0.0 && <4.22), bytestring (>=0.10.8.2 && <0.13), containers (>=0.6.0.1 && <0.8), exceptions (>=0.10.3 && <0.11), io-streams (>=1.5.1.0 && <1.6), lens (>=4.17.1 && <5.4), logging-effect (>=1.3.4 && <1.5), monad-logger (>=0.3.30 && <0.4), monad-loops (>=0.4.3 && <0.5), mtl (>=2.2.2 && <2.4), process (>=1.6.5.0 && <1.7), shell-escape (>=0.2.0 && <0.3), terminal-size (>=0.3.2.1 && <0.4), text (>=1.2.3.1 && <2.2), time (>=1.8.0.2 && <1.15), transformers (>=0.5.6.2 && <0.7), utf8-string (>=1.0.1 && <1.1), which (>=0.1 && <0.3) [details] |
| Tested with | ghc ==8.6.5 || ==8.8.1 || ==8.10.7 || ==9.0.1 || ==9.2.5 || ==9.4.5 || ==9.6.1 || ==9.8.2 || ==9.10.1 || ==9.12.2 |
| License | BSD-3-Clause |
| Copyright | Obsidian Systems LLC 2020 - 2024 |
| Author | Obsidian Systems LLC |
| Maintainer | maintainer@obsidian.systems |
| Uploaded | by alexfmpe at 2025-08-06T18:14:20Z |
| Category | Command Line |
| Bug tracker | https://github.com/obsidiansystems/cli-extras/issues |
| Source repo | head: git clone https://github.com/obsidiansystems/cli-extras |
| Distributions | NixOS:0.2.1.2 |
| Reverse Dependencies | 3 direct, 0 indirect [details] |
| Downloads | 1062 total (27 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.2.1.2
[back to package description]cli-extras
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.