grdev.tasks 0.1.2

There is a newer version of this package available.
See the version list below for details.
dotnet tool install --global grdev.tasks --version 0.1.2
                    
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest
                    
if you are setting up this repo
dotnet tool install --local grdev.tasks --version 0.1.2
                    
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=grdev.tasks&version=0.1.2
                    
nuke :add-package grdev.tasks --version 0.1.2
                    

grdev.tasks

A .NET command-line tool for managing tasks using the Getting Things Done (GTD) methodology. This project provides commands for handling todos, projects, tags, and folders, making it easy to organize and track your work from the terminal.

Features

  • Add, list, and complete todos
  • Organize tasks by project, tag, and folder
  • Configuration management for custom workflows
  • Extensible command structure

Getting Started

Prerequisites

Install

dotnet tool install --global grdev.tasks

Setup

Add one or more folders for the tool to monitor tasks folders add <path> [--name <name>]

Available Commands

Todo Commands

  • list — List all todos, optionally filter by tags (--tags tag1,tag2).

Tag Commands

  • tag list — List all tags used in todos.

Project Commands

  • project list — List all projects associated with todos.

GTD Commands

  • gtd inbox — Show GTD Inbox tasks (no GTD tag).
  • gtd next — Show tasks tagged as next.
  • gtd review — Show tasks tagged as review.
  • gtd backlog — Show tasks tagged as backlog.
  • gtd — Show a summary of all GTD lists.

Folder Commands

  • folders list — List all monitored folders.
  • folders add <path> [--name <name>] — Add a monitored folder.

License

MIT License

Product Compatible and additional computed target framework versions.
.NET net9.0 is compatible.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

Version Downloads Last Updated
0.1.10 157 5/5/2026 0.1.10 is deprecated.
0.1.8 112 4/30/2026
0.1.7 307 9/19/2025
0.1.2 342 9/17/2025