X-Git-Url: https://git.xandkar.net/?a=blobdiff_plain;f=home%2Flib%2Flogin_functions.sh;h=042ea60adc41be936604e047e0c58277bded360c;hb=42fa0326fe2c1400b5edf8b9fdd0e80691292d3d;hp=944257970c1d4a2f4bbbd5b5c6675b52e0d1f847;hpb=b8651fc6c6717ce4d18574e147f291df1eb8c831;p=khome.git diff --git a/home/lib/login_functions.sh b/home/lib/login_functions.sh index 9442579..042ea60 100644 --- a/home/lib/login_functions.sh +++ b/home/lib/login_functions.sh @@ -224,8 +224,9 @@ man() { command man "$@" } -experiment() { - cd "$(~/bin/experiment $@)" || kill -INT $$ +# new experiment +x() { + cd "$(~/bin/x $@)" || kill -INT $$ } hump() { @@ -262,7 +263,10 @@ yt_video() { } gh_fetch_repos() { - curl "https://api.github.com/$1/$2/repos?page=1&per_page=10000" + local -r user_type="$1" + local -r user_name="$2" + + curl "https://api.github.com/$user_type/$user_name/repos?page=1&per_page=10000" } gh_clone() { @@ -539,10 +543,20 @@ status() { echo + printf '%sthermal\n' "$indent_unit" + for _dir in /sys/class/thermal/thermal_zone* + do + printf '%s %.2f C\n' \ + $(cat "$_dir"/type) \ + $(( $(cat "$_dir"/temp) / 1000 )) + done \ + | column -t \ + | indent "${indent_unit}${indent_unit}" + + echo 'net' local -r internet_addr=$(internet_addr 0.5) local -r internet_ptr=$(host -W 1 "$internet_addr" | awk 'NR == 1 {print $NF}' ) - echo 'net' echo "${indent_unit}internet" echo "${indent_unit}${indent_unit}$internet_addr $internet_ptr" echo "${indent_unit}if"