todo 1.0.3

There is a newer version of this package available.
See the version list below for details.
dotnet tool install --global todo --version 1.0.3
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 todo --version 1.0.3
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=todo&version=1.0.3
nuke :add-package todo --version 1.0.3

The simple, powerfull and extensible Todo List app in your terminal powered by .NET Core Global Tools.

Install

$ dotnet tool install --global todo

Usage

Adds a task:

todo "Boil water in a large pot"

Enlist the tasks.

todo ls

Renames task title with 128 to Salt the water.

todo ren 128 "Salt the water"

Marks task with id 6d to done.

todo do 6d

Marks task with id f1381d68 to incomplete.

todo undo f1381d68

Removes task with id f02a57b8.

todo rm f02a57b8

Enters interactive mode.

todo i

For the complete list os parameters.

todo help

Demo

$ todo ls
1286e19b [ ] Salt the water with at least a tablespoon
6dc154c1 [ ] Add pasta
692394f8 [ ] Stir the pasta
f1381d68 [ ] Test the pasta by tasting it
f02a57b8 [ ] Drain the pasta
2cebc5cb [X] Boil water in a large pot

Running from source

$ dotnet run --project "source/TodoList.ConsoleApp/TodoList.ConsoleApp.csproj" -- i 

Development Environment

Support and Issues

Visit the Todo project.

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp2.2 is compatible.  netcoreapp3.0 was computed.  netcoreapp3.1 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
1.0.41 2,844 4/17/2019
1.0.38 1,814 4/15/2019
1.0.37 1,855 4/15/2019
1.0.34 1,859 4/14/2019
1.0.33 1,767 4/14/2019
1.0.32 1,839 4/14/2019
1.0.31 2,096 4/14/2019
1.0.30 1,689 4/14/2019
1.0.29 1,794 4/14/2019
1.0.28 1,878 4/14/2019
1.0.27 1,833 4/14/2019
1.0.26 1,745 4/13/2019
1.0.25 1,960 4/11/2019
1.0.24 1,915 4/11/2019
1.0.22 2,066 4/10/2019
1.0.21 1,726 4/10/2019
1.0.4 1,851 4/8/2019
1.0.3 1,900 4/7/2019
1.0.2 1,918 4/7/2019
1.0.1 1,917 4/6/2019
1.0.0 2,032 4/6/2019