mozey / vim-timetracker

Vim plugin written in python for flat-file todo list time sheets
MIT License
1 stars 0 forks source link

Search github issues to create a task #1

Open mozey opened 3 years ago

mozey commented 3 years ago

Often tasks correspond to github issues.

This feature provides a shortcut to search issues, and create a task with format

= REPO_NAME ISSUE_TITLE

E.g.

= vim-timetracker Search github issues to create a task
mozey commented 3 years ago

Above feature might also be useful as a standalone CLI tool for listing tasks/issues?