# github-issues-srv **Repository Path**: zdharma/github-issues-srv ## Basic Information - **Project Name**: github-issues-srv - **Description**: The package is the puller-thread service for the z-shell/zsh-github-issues plugin. It runs the background service that downloads the new issues from GitHub. - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-02-05 - **Last Updated**: 2022-04-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # `GITHUB-ISSUES` ## Homepage link: [z-shell/zsh-github-issues](https://github.com/z-shell/zsh-github-issues) | **Package source:** | Tarball | Git | Node | Gem | |:-------------------:|:-------:|:----------------:|:----:|:---:| | **Status:** | - | +
(default) | – | – | [ZI](https://github.com/z-shell/zi) can use the NPM package registry to automatically: - get the plugin's Git repository OR release-package URL, - get the list of the recommended ices for the plugin, - there can be multiple lists of ices, - the ice lists are stored in *profiles*; there's at least one profile, *default*, - the ices can be selectively overriden. Example ZI invocations that'll install [z-shell/zsh-github-issues](https://github.com/z-shell/zsh-github-issues): ```zsh # Download the default profile. Need the `@' prefix because of the `git' ice. zi pack for @github-issues-srv ``` ## Default Profile The package is the puller-thread service for the `z-shell/zsh-github-issues` plugin. It runs the background service that downloads the new issues from GitHub. The Zinit command executed will be equivalent to: ```zsh zi lucid service"GIT" \ pick"zsh-github-issues.service.zsh" for \ z-shell/zsh-github-issues ```