Skip to content

z-shell/github-issues

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

GITHUB-ISSUES

Package source: Tarball Git Node Gem
Status: - +
(default)

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.
    • the ices can be selectively overriden.

Example ZI invocations that'll install z-shell/zsh-github-issues:

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

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

Default Profile

The Zinit command executed will be equivalent to:

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

compact-message Profile

Will emit the notification message without New issue: prefix.

The Zinit command executed will be equivalent to:

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

About

ZI invocations that'll install z-shell/zsh-github-issues.

Topics

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published