1.0.1 • Published 4 years ago

zsh-github-issues v1.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
4 years ago

zdharma/zsh-github-issues as a Zsh package

NPM link: https://www.npmjs.com/package/zsh-github-issues
Homepage link: zdharma/zsh-github-issues
Package source:TarballGitNodeGem
Status:-+ (default)

Zplugin 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 Zplugin invocations that'll install zdharma/zsh-github-issues:

# Download the default profile. Need the `@' prefix because of the `git' ice.
zplugin pack for @github-issues

# Download the `compact-message' profile
zplugin pack"compact-message" for @github-issues

Default Profile

The Zplugin command executed will be equivalent to:

zplugin lucid id-as"GitHub-notify" \
 on-update-of'~/.cache/zsh-github-issues/new_titles.log' \
 notify'New issue: $NOTIFY_MESSAGE' for \
    zdharma/zsh-github-issues

compact-message Profile

Will emit the notification message without New issue: prefix.

The Zplugin command executed will be equivalent to:

zplugin lucid id-as"GitHub-notify" \
 on-update-of'~/.cache/zsh-github-issues/new_titles.log' \
 notify'$NOTIFY_MESSAGE' for \
    zdharma/zsh-github-issues