grdev.tasks
0.1.10
package rename
dotnet tool install --global grdev.tasks --version 0.1.10
dotnet new tool-manifest
dotnet tool install --local grdev.tasks --version 0.1.10
#tool dotnet:?package=grdev.tasks&version=0.1.10
nuke :add-package grdev.tasks --version 0.1.10
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 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 | net10.0 is compatible. 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. |
This package has no dependencies.