https://github.com/arrow2nd/gh-todo
🗒 GitHub CLI extension for manipulating todo's managed by GitHub Issues using fzf
https://github.com/arrow2nd/gh-todo
gh-extension todo
Last synced: about 1 month ago
JSON representation
🗒 GitHub CLI extension for manipulating todo's managed by GitHub Issues using fzf
- Host: GitHub
- URL: https://github.com/arrow2nd/gh-todo
- Owner: arrow2nd
- Created: 2022-10-20T00:17:30.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-10-26T11:09:07.000Z (over 2 years ago)
- Last Synced: 2025-03-20T04:41:17.164Z (about 1 month ago)
- Topics: gh-extension, todo
- Language: Shell
- Homepage:
- Size: 27.3 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# gh-todo
🗒 GitHub CLI extension for manipulating todo's managed by GitHub Issues using `fzf`.

## Features
- Refine todo using `fzf`
- Preview of todo body
- Create, edit, complete, and comment on todo## Requirements
- [junegunn/fzf](https://github.com/junegunn/fzf)
- todo repository `{username}/todo`## Install
```
gh extension install arrow2nd/gh-todo
```## Usage
```
# List todo
gh todo# Add todo
gh todo add stroke a cat# Show help
gh todo --help
```### Note
The repository for todo (default: `todo`) can be overridden by the environment variable `$GH_TODO_REPO`.
## Inspired by
- [yuler/gh-todo](https://github.com/yuler/gh-todo)
- [kawarimidoll/gh-q](https://github.com/kawarimidoll/gh-q)