Skip to main content

A CLI wrapper for TaskWarrior with enhanced UX

Project description

Taskr

An enhanced CLI wrapper for TaskWarrior featuring interactive prompts and rich terminal output.

Version License

Overview

Taskr enhances the TaskWarrior experience by providing:

  • Interactive prompts for adding, modifying, and managing tasks
  • Rich terminal output with tables, colors, and formatting
  • Simplified command structure with intuitive shortcuts
  • Interactive filtering to quickly find tasks
  • Backup and restore capabilities to protect your data

Installation

Prerequisites

Install from PyPI

pip install taskr

Install from source

git clone https://github.com/schizoprada/taskr.git
cd taskr
pip install -e .

Configuration

Taskr uses a YAML-based configuration system. The default configuration is created at ~/.taskr/config.yaml on first run.

Configuration Options

  • TaskWarrior settings: Command path, data location
  • Display settings: Theme, date formats, colors
  • Shortcuts: Customize command shortcuts
  • Filters: Save commonly used task filters

Edit configuration

taskr config edit

Or use the interactive configuration editor:

taskr config interactive

Usage

Taskr commands are designed to be intuitive and interactive by default. Most commands will launch an interactive prompt if no arguments are provided.

Adding Tasks

taskr add                  # Interactive prompt (default)
taskr add "Task description" --project work --priority H
taskr add --no-interactive "Task description" --due tomorrow

Listing Tasks

taskr list                 # Interactive filter selection (default)
taskr list today           # Show tasks due today
taskr list week            # Show tasks due this week
taskr list overdue         # Show overdue tasks
taskr list --project work  # List tasks in work project

Completing Tasks

taskr done                 # Interactive task selection (default)
taskr done 5               # Complete task #5

Task Info

taskr info                 # Interactive task selection (default)
taskr info 5               # Show details for task #5

Modifying Tasks

taskr modify               # Interactive task selection and modification (default)
taskr modify 5 --project home --priority M
taskr modify 5 --add-tag important --remove-tag waiting

Deleting Tasks

taskr delete               # Interactive task selection (default)
taskr delete 5 --force     # Delete task #5 without confirmation

Backup and Restore

taskr backup               # Create a backup
taskr backup export tasks.json  # Export tasks to JSON
taskr backup all           # Backup both data and export tasks

Shortcuts

Taskr provides convenient shortcuts for common commands:

a  → add
l  → list
d  → done
m  → modify
del → delete

License

This project is licensed under the MIT License - see the LICENSE file for details.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

taskrx-0.2.5.tar.gz (51.9 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

taskrx-0.2.5-py3-none-any.whl (59.3 kB view details)

Uploaded Python 3

File details

Details for the file taskrx-0.2.5.tar.gz.

File metadata

  • Download URL: taskrx-0.2.5.tar.gz
  • Upload date:
  • Size: 51.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.2

File hashes

Hashes for taskrx-0.2.5.tar.gz
Algorithm Hash digest
SHA256 fc146278bde7e920b0f433b07b9d643f907d59c0fa491fc61672e01be14c4c98
MD5 4e3af4a24f931c1643144e12d5263acd
BLAKE2b-256 929b5496eeb87ae5ce73336bd93edd73c3193230dbc5276888b9bb19bf98f2e9

See more details on using hashes here.

File details

Details for the file taskrx-0.2.5-py3-none-any.whl.

File metadata

  • Download URL: taskrx-0.2.5-py3-none-any.whl
  • Upload date:
  • Size: 59.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.2

File hashes

Hashes for taskrx-0.2.5-py3-none-any.whl
Algorithm Hash digest
SHA256 574d250b8a66fd47574129f147d97dd560695a40647e173275b4ab36c6d31d40
MD5 8b4919b455dbf822b9246f78f34e85b9
BLAKE2b-256 3da0129cd3bd6d26169d016f811836c506c2e5a6bf2147732e0f607a6d11c4a0

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page