update README and a bit of clearing
This commit is contained in:
parent
b98d8f89ae
commit
eb84eede86
2 changed files with 10 additions and 5 deletions
11
README.md
11
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)
|
||||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue