aweary / aweary/node-todo

Implement url association

Open
#6 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
0
Forks
0
PR merge metrics
No merged PRs in 30d

Description

``` js

> todo --g work "read about Relay" --url "https://facebook.github.io/relay/"
// Added task "read about Relay" to group "work" with the URL "https://facebook.github.io/relay/"
> todo open "relay"
// opening "https://facebook.github.io/relay/" in browser...

```

It should use pattern matching to find the appropriate link to open

Contributor guide

No contributing guide indexed for this repository

Research direction

Start by locating the CLI handling for the `--url` option and the `todo open` command. Use the example in the issue to trace how tasks are stored and matched; done means `todo open` uses pattern matching to find the appropriate task URL and opens it in a browser.

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
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.