grdev.tasks 0.1.7

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.7
                    
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.7
                    
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=grdev.tasks&version=0.1.7
                    
nuke :add-package grdev.tasks --version 0.1.7
                    

grdev.tasks

A .NET command-line tool for managing tasks in .txt or .md files. The tool monitors multiple folders and gather the tasks based on common prefixes (configurable). Tasks can be filtered by tags, and can be displayed in a GTD-compatible list (tasks gtd)

Features

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

Prerelease Disclaimer

This is a pre-release version so the functionality is not yet refined and there may be bugs. Currently the application only reads tasks and does not modify files in any way (except it's own config file)

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>]

Folder options (file patterns to scan, tasks prefixes, etc) can be configured in the configuration file. Use get-config-path to get the path to the configuration file.

tasks get-config-path

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