todo-cli icon indicating copy to clipboard operation
todo-cli copied to clipboard

List command output should feed the TodoItem object to pipeline

Open mehmetseckin opened this issue 5 years ago • 4 comments

This would allow scripting support, e.g.

todo list | ForEach-Item { todo complete --item-id $_.Id }

mehmetseckin avatar Nov 15 '19 01:11 mehmetseckin