pls get my issues
Aliases: i,issue
TL;DR: interact with your issues
Description
currently, pls
has support for:
- editing issues’ titles, body text, and/or state
- opening issues in the user’s default browser
- rendering the issue description markdown in the terminal
Usage:
Examples
[issues in current directory's repository]: pls get my issues
[issues in a repository you own]: pls get my issues in myrepo
[issues in another's repository]: pls get my issues in organization/repo
[issues from all of github]: pls get --all my issues
[issues on my work account]: pls get my --work issues
Local Flags
-h, --help help for issues
Inherited Flags
--all search all of github
-a, --approved [PR] fetch only PRs that have been approved
--assigned [PR|ISSUE] fetch only PRs or issues assigned to you
-x, --changesneeded [PR] fetch only PRs where changes have been requested
-c, --closed [PR|ISSUE] fetch only closed prs or issues
-b, --current [PR] fetch the PR, if one exists, for your current working branch
-d, --draft [PR] fetch only draft PRs
-l, --locked [PR|ISSUE] fetch only locked PRs or issues
--mention [PR|ISSUE] fetch only PRs or issues where i've been mentioned
-m, --merged [PR] fetch only PRs that have been merged
-p, --pending [PR] get only PRs that are pending approval
-V, --verbose verbose output
--viper use viper for configuration (default true)
-w, --work [ALL] fetch resources via your github enterprise account