Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Zsh plugin to monitor Github projects for new issues
- X-seq: zsh-users 23986
- From: Sebastian Gniazdowski <sgniazdowski@xxxxxxxxx>
- To: Zsh Users <zsh-users@xxxxxxx>
- Subject: Zsh plugin to monitor Github projects for new issues
- Date: Wed, 26 Jun 2019 21:36:23 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=eihWhryNCeBbG1cedxlyXAqvkiRkD3TAw4dcust/gug=; b=D/jZ6nCiz9IRfUjcmeb6caEJSqGhKMc1nxajHABd9sQ4UFgW4aYqQxTkvOS26L6BCa b0sYrGceUTWQCyZvwJ0rkqRDEe7Z6H269ohL8RIUusWziK56xFd/j1gPQnUsZG8OPJHR qNds1BnDMELyDvVjIeUTsBStCipd2snjzCbqu54fU6T/W8CRsY0OTGUhEnR4i4J0X6r4 wWsfAORMh4X7LZgWFJO1gcnfsCj5XirzG2f979aUh+pWLXt0dwxixZuNyusxHvc2Bwyx zlIP0tw8PUK3V9TVBjctKEYqyr5DsweaTIZ1HnPDBFPU2JeZawpTMVzVLkivhQ0G10d+ eW5g==
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- List-unsubscribe: <mailto:zsh-users-unsubscribe@zsh.org>
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
I've created a plugin that subscribes to given projects on Github and
pulls the list of issues looking for any new ones, and if it finds any
then a notification is being displayed within shell, **under prompt**.
You can this way stay in touch not only with your projects, but also
with other projects of interest.
The project currently relies on Zplugin's features (like services,
subscribing to changes of a file & notifications), so it's needed.
Check the project out: https://github.com/zdharma/zsh-github-issues
--
Sebastian Gniazdowski
News: https://twitter.com/ZdharmaI
IRC: https://kiwiirc.com/client/chat.freenode.net:+6697/#zplugin
Blog: http://zdharma.org
Messages sorted by:
Reverse Date,
Date,
Thread,
Author