update README and a bit of clearing

This commit is contained in:
HornetMaidan 2023-11-09 18:49:22 +06:00
parent b98d8f89ae
commit eb84eede86
2 changed files with 10 additions and 5 deletions

View file

@ -7,6 +7,11 @@ a considerable amount of uwu is present
------------------------------------------------- -------------------------------------------------
to-do: to-do:
#colorcode the output\ v.0.2
#automatic detection of packet manager to install jq(at least apt/pacman/xbps/etc..)\ #colorcode the output --- DONE\
#uwufy everything #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)

View file

@ -2,13 +2,13 @@
#to-do: #to-do:
#colorcode the output --- DONE #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~ #uwufy everything --- DONE uwu~
#verify if user has jq installed #verify if user has jq installed
if ! command -v jq &> /dev/null; then if ! command -v jq &> /dev/null; then
echo "oww, it seems that you don't have jq JSON pawsew installed... pwease do :3" 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 "[1] apt"
echo "[2] pacman" echo "[2] pacman"
echo "[3] xbps" echo "[3] xbps"