From 50d2048305825b5c960c3d5aa1656f36b52d38ff Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Sat, 5 Feb 2022 14:03:55 +0530 Subject: gnbug: Move to own repo. gnbug is now tissue---the text based issue tracker. See https://tissue.systemreboot.net/ * README.gmi: Replace gnbug with tissue. * gnbug: Delete file. --- README.gmi | 26 ++++++++++++-------------- 1 file changed, 12 insertions(+), 14 deletions(-) (limited to 'README.gmi') diff --git a/README.gmi b/README.gmi index b8a3e02..949da34 100644 --- a/README.gmi +++ b/README.gmi @@ -33,40 +33,38 @@ Other discussions on leaving github => issues/README.gmi => https://github.com/bitcoin-core/bitcoin-devwiki/wiki/GitHub-alternatives-for-Bitcoin-Core -## gnbug +## tissue -You may peruse the issues in this repository using the provided gnbug command-line interface. gnbug requires guile. Please install guile before running gnbug. +You may peruse the issues in this repository using the tissue command-line interface. List all open issues. ``` -./gnbug list +tissue list ``` Only list open issues assigned to pjotrp. ``` -./gnbug list --assigned=pjotrp +tissue list --assigned=pjotrp ``` Print an issue, say issue 7, on the command line. ``` -./gnbug show 7 +tissue show 7 ``` Edit an issue, say issue 9. This opens the relevant gemtext file in your favourite editor as defined by the EDITOR environment variable. ``` -./gnbug edit 9 +tissue edit 9 ``` -List issues that were created or updated in the last 3 days, in the last week or month respectively. The --since argument is passed directly to `git log`. Therefore, gnbug understands any --since argument that `git log` understands. +List issues that were created or updated in the last 3 days, in the last week or month respectively. The --since argument is passed directly to `git log`. Therefore, tissue understands any --since argument that `git log` understands. ``` -./gnbug news --since='3 days' -./gnbug news --since='1 week' -./gnbug news --since='1 month' +tissue news --since='3 days' +tissue news --since='1 week' +tissue news --since='1 month' ``` -To learn more about gnbug, please use the built-in help feature. +To learn more about tissue, please use the built-in help feature. ``` -./gnbug --help +tissue --help ``` - -Using `direnv` with `gnbug` allows the user to drop the `./` in the command. -- cgit v1.2.3