mirror of
https://github.com/dylanaraps/neofetch.git
synced 2025-10-04 17:09:21 +00:00
misc: docs
This commit is contained in:
3
neofetch
3
neofetch
@@ -1237,6 +1237,9 @@ get_uptime() {
|
||||
}
|
||||
|
||||
get_packages() {
|
||||
# pkgs: Run package manager if it exists.
|
||||
# tots: Count lines in command output.
|
||||
# dirc: Count files or dirs in a glob.
|
||||
pkgs() { type -p "$1" >/dev/null && { ((packages+="$2"));(("$2">0))&&managers+="$_, "; }; }
|
||||
tots() { IFS=$'\n' read -d "" -ra files < <($1); echo "${#files[@]}"; }
|
||||
dirc() { echo $#; }
|
||||
|
Reference in New Issue
Block a user