- https://tebibyte.media/~emma
-
fae/faer
- Joined on
2022-02-27
Block a user
qi(1)
: The qi shell
I’m really not into def
or having arrays/vectors in qi shell. If you want them you can use ASV.
Speaking of, I’d like to have variables representing ASV characters since typing them is…
fop(1)
: trim newlines from output of called commands
spaces(1)
– convert whitespace into spaces
This functionality can be replaced with our anticipated find-and-replace tool.
spaces(1)
– convert whitespace into spaces
qi(1)
: The qi shell
I was also thinking that perhaps all quoting should make characters literal so that you have to wrap them in our equivalent to { }
to use them. I’m not sure how good of an idea that is but it…
qi(1)
: The qi shell
I think preserving parameter expansion from POSIX shell is a good idea:
; let a b ; out a b ; out 'a' "a c" a b c ; out "drop the aass" drop the aass ; out "drop…
qi(1)
: The qi shell
I think preserving parameter expansion from POSIX shell is a good idea:
; let a b
; out a
b
; out 'a' "a c"
a b c
; out "drop the aass"
drop the aass
; out "drop the {a}ass"
drop the…