klaudiosinani / klaudiosinani/taskbook

Multi-Tasks/Quick-Tasks

Open
#22 1 comment 7 reactions 0 assignees View on GitHub
feature request
Dominant language
JavaScript
Stars
9.3k
Forks
393
PR merge metrics
No merged PRs in 30d

Description

Sometimes, the items in your Todo are very small, e.g. a shopping list

```
* bread
* butter
* more bread
```

In it's current form I'd have to type `tb -t @shopping bread`, `tb -t @shopping butter` and `tb -t @shopping bread`. How about being able to write `tb -t @shopping bread|butter|more bread`, which could be translated to

```
* bread
* butter
* more bread
```

Thanks

Contributor guide

Open the contributing guide

Research direction

Start at the command-line handling for `tb -t @shopping` and trace how one task argument becomes a Todo item. Done means a pipe-separated argument creates one item per segment under the specified `@shopping` tag, including entries such as `more bread`, while existing single-task input continues to work.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript
Domain
cli
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.