From eb84eede86686262ad8bf0518f38c63a9103dda9 Mon Sep 17 00:00:00 2001 From: HornetMaidan Date: Thu, 9 Nov 2023 18:49:22 +0600 Subject: [PATCH] update README and a bit of clearing --- README.md | 11 ++++++++--- weather.sh | 4 ++-- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index f0143f0..76e8c57 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,11 @@ a considerable amount of uwu is present ------------------------------------------------- to-do: -#colorcode the output\ -#automatic detection of packet manager to install jq(at least apt/pacman/xbps/etc..)\ -#uwufy everything +v.0.2 +#colorcode the output --- DONE\ +#automatic detection of packet manager to install jq(at least apt/pacman/xbps/etc..) --- DONE(semi-auto preferred)\ +#uwufy everything --- DONE(though it's a constant process) + +v.0.3 +#add 24-hour forecast as an option +#add ANSI/ASCII art as icons for weather descriptions(not sure yet) \ No newline at end of file diff --git a/weather.sh b/weather.sh index 3725043..ac57a85 100644 --- a/weather.sh +++ b/weather.sh @@ -2,13 +2,13 @@ #to-do: #colorcode the output --- DONE -#automatic detection of packet manager to install jq(at least apt/pacman/xbps/etc..) --- DONE +#automatic detection of package manager to install jq(at least apt/pacman/xbps/etc..) --- DONE(semi-auto preferred) #uwufy everything --- DONE uwu~ #verify if user has jq installed if ! command -v jq &> /dev/null; then echo "oww, it seems that you don't have jq JSON pawsew installed... pwease do :3" -echo "sewect youw packet managew..." +echo "sewect youw package managew..." echo "[1] apt" echo "[2] pacman" echo "[3] xbps"