bug-fork

fork/re-write of bug cli todo manager
git clone https://git.regexghost.com/bug-fork.git
Log | Files | Refs | README | LICENSE

commit f9d762a38426d635f43eb466ae3e4b61257d9536
parent 714f929df35d019d3034ef802123678c91a9521d
Author: regexghost <dev@regexghost.com>
Date:   Fri, 29 May 2026 21:59:12 +0100

version function and /bin/sh note

Diffstat:
MREADME.md | 1+
Mbug.sh | 7+++++++
2 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/README.md b/README.md @@ -6,6 +6,7 @@ This is my fork/rewrite of bug, an obscure cli todo manager I found on the inter ## My Changes +* Now uses `/bin/sh` instead of `bash` * Input basic info with `read`, so you don't have to navigate around a text file * Coloured output * Sorting by priority diff --git a/bug.sh b/bug.sh @@ -132,6 +132,13 @@ list () { echo "$output" } +version () { + echo "bug-fork 0.5 - Simple ToDo cli manager" + echo "Copyright (C) 2006 Lluis Batlle i Rossell" + echo "With modifications bvy regexghost" + echo "License: GPL 2" +} + CMD="$1" case "$CMD" in