itcli: Issue Tracker for the CLI

[ bsd3, development, program ] [ Propose Tags ]

This is a simplified issue tracker designed with the UNIX philosophy in mind. It aims to have a similiar interface to git


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.1.8.3
Change log ChangeLog.md
Dependencies base (>=4.10 && <4.11), bytestring (>=0.10.8.1), directory (>=1.3.0.2), filepath (>=1.4.1.2), mtl (>=2.2.2), optparse-applicative (>=0.14.2.0), text (>=1.2.2.2), time (>=1.8.0.2), uuid (>=1.3.13), yaml (>=0.8.28) [details]
License BSD-3-Clause
Author theNerd247
Maintainer noah.harvey247 gm
Category Development
Uploaded by theNerd247 at 2018-09-14T19:43:42Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Executables itcli
Downloads 724 total (3 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
All reported builds failed as of 2018-09-14 [all 2 reports]

Readme for itcli-0.1.8.3

[back to package description]

itcli

Issue tracker for the Command Line Interface

This project aims to be a simple issue tracker to be used via the cli.

Goals

  • open/comment/close operations on issues
  • git reference integration
  • file attachments to comments
  • ssh support

Non-Goals

  • fancy GUI - this is for developers...
  • Windows support - ...more specifically Linux developers
  • HTTP support - at least for now
  • user management - this comes with Linux, lets use the tools already available
  • database back end - as of writing this I'd like to leverage the file system