package
0.0.0-20230504140204-c4ec94d11fd6
Repository: https://github.com/kathleenfrench/pls.git
Documentation: pkg.go.dev

# Functions

ChooseWhatToDoWithIssue lets the user decide what to do with their chosen issue.
ChooseWhatToDoWithRepo lets the user decide what to do with their chosen repo.
ChooseWithToDoWithOrganization lets the user decide with to do with their chosen organization.
CreateGitIssuesDropdown creates a GUI dropdown of issues - PRs are considered an issue per the searchservice in the go-github pkg, so we use this for PR search results as well, returns our custom, readable name.
CreateGitOrganizationsDropdown prompts the user to select an organization from a dropdown.
CreateGitRepoDropdown prompts the user for selecting from a dropdown of repositories.
CreatePullRequestFromCWD creates a PR for the branch in your current working directory.
FetchOrganizations fetches github organizations by user.
FetchReposInOrganization fetches repositories in an organization.
FetchUserRepos fetches repositories by user.
SearchIssues search all of github for user's pull requests based on search criteria.

# Structs

IssueGetterFlags are evaluated based off of flags/arguments set by the user when searching pull requests of the current user (author:@me) see: https://docs.github.com/en/github/searching-for-information-on-github/searching-issues-and-pull-requests.
IssueMeta is a helper for relevant info when making subsequent API calls from the GUI.
MetaGetterFlags are used for top-level search preferences.