From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-1.1 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,FREEMAIL_FROM,MAILING_LIST_MULTI,RCVD_IN_DNSWL_NONE autolearn=ham autolearn_force=no version=3.4.2 Received: from primenet.com.au (ns1.primenet.com.au [203.24.36.2]) by inbox.vuxu.org (OpenSMTPD) with ESMTP id b8b44b9b for ; Wed, 26 Jun 2019 19:37:21 +0000 (UTC) Received: (qmail 17047 invoked by alias); 26 Jun 2019 19:37:12 -0000 Mailing-List: contact zsh-users-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Users List List-Post: List-Help: List-Unsubscribe: X-Seq: 23986 Received: (qmail 18444 invoked by uid 1010); 26 Jun 2019 19:37:11 -0000 X-Qmail-Scanner-Diagnostics: from mail-ot1-f52.google.com by f.primenet.com.au (envelope-from , uid 7791) with qmail-scanner-2.11 (clamdscan: 0.101.2/25489. spamassassin: 3.4.2. Clear:RC:0(209.85.210.52):SA:0(-2.0/5.0):. Processed in 3.297397 secs); 26 Jun 2019 19:37:11 -0000 X-Envelope-From: sgniazdowski@gmail.com X-Qmail-Scanner-Mime-Attachments: | X-Qmail-Scanner-Zip-Files: | Received-SPF: pass (ns1.primenet.com.au: SPF record at _netblocks.google.com designates 209.85.210.52 as permitted sender) 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== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=eihWhryNCeBbG1cedxlyXAqvkiRkD3TAw4dcust/gug=; b=EIMPo8oX1hDKqpDrDO5DSmIaSrrGFouAD4JxXcXG1spFqVfcqQT+eW0UIRnDX2G11r a+gA2d0bwdjSE54inqxLWUo+KXLZRzkOplfB2Ppzr9zbE00yyLP/8GfSVFphMc/uX32X r4OQGaZpaxdJhd/5xJfY7AeT+xI+62AiIsSw4J7bcqNkr7/3vMTvwM+T7zN5hxdkS7+U 1k26FJaGvRxI+WVzAGvNd5FzpA4q1zkfPddaJC1ChJtYBsR0lNdMKnG04s7tiSMtdWYo y9fumKTORjRizxZ3julKdIU9uXK2BAPnfsiwbBVy3Q0btxZlCL+rC+VIAuSeARUjeTyR amWA== X-Gm-Message-State: APjAAAUZGmX8n0aTIlJ3HaVDyozPGMa3YHXhczg9USeh+y9PvQ+Ow+Eo ed0uj6f8Ujf1k5sctd13MuVUoBRL/1FCVqtxH3SX/JSH X-Google-Smtp-Source: APXvYqzJSiyz8W/NNy2WhLcwQf2g5qozebz1Ewcs4/vXD8o0VXskfOT8hnRXPSfi+P2sazeLVBMWgY95qvPxVpW2VvU= X-Received: by 2002:a9d:560f:: with SMTP id e15mr277950oti.251.1561577794608; Wed, 26 Jun 2019 12:36:34 -0700 (PDT) MIME-Version: 1.0 From: Sebastian Gniazdowski Date: Wed, 26 Jun 2019 21:36:23 +0200 Message-ID: Subject: Zsh plugin to monitor Github projects for new issues To: Zsh Users Content-Type: text/plain; charset="UTF-8" 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