Skip to content
/ gh-todo Public

[GitHub CLI] extension for todo list manager via GitHub issues

Notifications You must be signed in to change notification settings

yuler/gh-todo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

gh todo

GitHub CLI extension for todo list manager, via GitHub issues.

Install

gh extension install yuler/gh-todo

Features

  • Simple
  • Easy to use via command line
  • Integration GitHub issues

Usage

# help
gh todo --help
# create `todo` repo
gh todo init
# show todo list
gh todo
# add todo item
gh todo add [item]

Refs