Binaries for all extra windows
This commit is contained in:
parent
d4516b02b1
commit
6378b26750
1
dt
Executable file
1
dt
Executable file
@ -0,0 +1 @@
|
||||
clear && watch -c -t -n 5 'clear && cat logs/xptimers.log'
|
7
grp
Executable file
7
grp
Executable file
@ -0,0 +1,7 @@
|
||||
#!/bin/sh
|
||||
|
||||
clear && while true; do
|
||||
output=$(clear; cat logs/groupshields.log);
|
||||
echo "$output";
|
||||
sleep 0.5;
|
||||
done
|
21
mdt
21
mdt
@ -1,9 +1,24 @@
|
||||
#!/bin/sh
|
||||
|
||||
# clear && watch --color -t -n 0.4 'python src/mdtparse.py logs/mapdoortext.log | tail -n `tput lines`'
|
||||
|
||||
clear && while true; do
|
||||
output=$(python src/mdtparse.py logs/mapdoortext.log | tail -n `tput lines`);
|
||||
clear;
|
||||
output=$(printf "\ec"; python src/mdtparse.py logs/mapdoortext.log | tail -n `tput lines`);
|
||||
echo "$output";
|
||||
sleep 0.3;
|
||||
sleep 0.5;
|
||||
done
|
||||
|
||||
# HOME=$(tput cup 0 0)
|
||||
# ED=$(tput ed)
|
||||
# EL=$(tput el)
|
||||
# printf '%s%s' "$HOME" "$ED"
|
||||
# while true; do
|
||||
# ROWS=$(tput lines)
|
||||
# COLS=$(tput cols)
|
||||
# CMD="python src/mdtparse.py logs/mapdoortext.log"
|
||||
# ${SHELL:=sh} -c "$CMD" | tail -n $ROWS | while IFS= read LINE; do
|
||||
# printf '%-*.*s%s\n' $COLS $COLS "$LINE" "$EL"
|
||||
# done
|
||||
# printf '%s%s' "$ED" "$HOME"
|
||||
# sleep 0.3;
|
||||
# done
|
||||
|
Loading…
x
Reference in New Issue
Block a user