TaskStak 1.0.4
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 TaskStak --version 1.0.4
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest
dotnet tool install --local TaskStak --version 1.0.4
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=TaskStak&version=1.0.4
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
nuke :add-package TaskStak --version 1.0.4
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
TaskStak
TaskStak - A developer-focused, performant task management CLI tool.
Installation
dotnet tool install --global TaskStak
Usage
Core Commands
Add
Add a task to your stak.
add <title> [-s|--status <active | blocked | completed>]
Done
Mark a task complete.
done <query>
Move
Update the status of a task.
move <query> [-s|--status <active | blocked | completed>]
Title
Update the title of an existing task.
title <query> <newTitle>
View
View your tasks
view [-v|--view <day | verbose>]
Task Status
Tasks fall into one of three states:
activeora- current work (default)blockedorb- impeded; waiting on dependenciescompletedorc- finished work
# Shortcut usage (moves task to blocked status)
task move "fix bug in auth service" -s b
View Options
Daily View (default):
Displays tasks in three sections; active, blocked (if any), and completed
task view
task view -v day
task view -v d
Verbose view:
Displays more information (key, title, exact date/time)
task view -v v
task view -v verbose
Search
All commands use fuzzy search to find tasks by title. Use quotes for multi-word searches and titles.
Data Storage
Tasks are stored in ~/.taskStak/tasks.json
License
MIT
| 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.