grdev.tasks
0.1.2
There is a newer version of this package available.
See the version list below for details.
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
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
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
nuke :add-package grdev.tasks --version 0.1.2
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
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 asnext.gtd review— Show tasks tagged asreview.gtd backlog— Show tasks tagged asbacklog.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 | Versions 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.