tasklite-core: CLI task / todo list manager with SQLite backend

[ agpl, cli, library, task, todo ] [ Propose Tags ]

TaskLite is a CLI task / todo list manager with a SQLite backend. It is designed to be simple and easy to use, while still providing a powerful interface for managing tasks. It's heavily inspired by Taskwarrior and stems from my personal frustration with some of its design decisions. Check out https://tasklite.org/differences_taskwarrior for a full comparison.


[Skip to Readme]

Modules

  • Base32
  • Cli
  • Config
  • FullTask
  • ImportExport
  • Lib
  • Migrations
  • Note
  • Server
  • SqlUtils
  • Task
  • TaskToNote
  • TaskToTag
  • Utils

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.3.0.0
Dependencies aeson (>=2.2.1 && <2.3), airgql (>=0.7.1.2 && <0.8), ansi-terminal (>=0.11 && <1.1), base (>=4.18 && <5), bytestring (>=0.11 && <0.13), cassava (>=0.5.2 && <0.6), colour (>=2.3 && <2.4), directory (>=1.3 && <1.4), editor-open (>=0.4 && <0.7), exceptions (>=0.10 && <0.11), file-embed (>=0.0.14 && <0.1), filepath (>=1.4 && <1.6), fuzzily (>=0.2 && <0.3), generic-random (>=1.3 && <1.6), githash (>=0.1.6 && <0.2), hourglass (>=0.2.10 && <0.3), hsemail (>=2.0 && <2.3), iso8601-duration (>=0.1.1 && <0.2), optparse-applicative (>=0.16 && <0.19), parsec (>=3.1 && <3.2), portable-lines (>=0.1 && <0.2), prettyprinter (>=1.6 && <1.8), prettyprinter-ansi-terminal (>=1.1 && <1.2), process (>=1.6 && <1.7), protolude (>=0.3 && <0.4), QuickCheck (>=2.14 && <2.15), quickcheck-instances (>=0.3.28 && <0.4), random (>=1.2 && <1.3), servant (>=0.18 && <0.21), servant-blaze (>=0.7 && <0.10), servant-multipart (>=0.11 && <0.13), servant-server (>=0.18 && <0.21), simple-sql-parser (>=0.6 && <0.8), sqlite-simple (>=0.4 && <0.5), syb (>=0.7 && <0.8), text (>=1.2 && <2.2), time (>=1.11 && <1.15), ulid (>=0.3 && <0.4), unix (>=2.8 && <2.9), vector (>=0.12 && <0.14), wai (>=3.2 && <3.3), wai-app-static (>=3.1 && <3.2), wai-cors (>=0.2 && <0.3), wai-extra (>=3.1 && <3.2), warp (>=3.3 && <3.5), yaml (>=0.11 && <0.12) [details]
License AGPL-3.0-or-later
Copyright Adrian Sieber
Author Adrian Sieber
Maintainer mail@adriansieber.com
Category CLI, Task, Todo
Home page https://github.com/ad-si/TaskLite#readme
Bug tracker https://github.com/ad-si/TaskLite/issues
Source repo head: git clone https://github.com/ad-si/TaskLite
Uploaded by adrian at 2024-05-05T09:07:01Z
Distributions
Downloads 13 total (13 in the last 30 days)
Rating 2.0 (votes: 1) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
All reported builds failed as of 2024-05-05 [all 2 reports]

Readme for tasklite-core-0.3.0.0

[back to package description]

TaskLite Core

This Haskell package provides the core functionality for TaskLite. Use it to interact with a TaskLite database programmatically.