Shadichy

Results 7 issues of Shadichy

yup, [joe's window manager](https://joewing.net/projects/jwm/) lightweight window manager

yes.

enhancement

`cat EOF` is a method to write text to file that allows line breaks passing yes I can replace it with hundreds of `echo` lines, but this method is **bruh**...

enhancement

https://tldp.org/LDP/Bash-Beginners-Guide/html/sect_07_01.html

`arr=( "a1" "a2" "ai" ... )` doesn't work, returns parse error neither does `declare -a arr`

enhancement

`while true; do echo 1; done` turns into `REM UNKNOWN: {"type":"While","clause":{"type":"CompoundList","commands":[{"type":"Command","name":{"text":"true","type":"Word"}}]},"do":{"type":"CompoundList","commands":[{"type":"Command","name":{"text":"echo","type":"Word"},"suffix":[{"text":"1","type":"Word"}]}]}}` the same applied to `for` loop