Emma Tebibyte emma
emma deleted branch rpn-fix-exp from bonsai/harakit 2024-02-14 23:11:38 -07:00
emma commented on issue bonsai/harakit#8 2024-02-14 23:10:42 -07:00
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…

emma closed pull request bonsai/harakit#57 2024-02-14 23:07:29 -07:00
rpn(1): fixed exponentiation
emma pushed to main at bonsai/harakit 2024-02-14 23:07:24 -07:00
5b364e104e rpn(1): fixed exponentiation
emma created pull request bonsai/harakit#59 2024-02-14 23:06:49 -07:00
fop(1) fixes
emma created branch fop-trim in bonsai/harakit 2024-02-14 23:06:25 -07:00
emma pushed to fop-trim at bonsai/harakit 2024-02-14 23:06:25 -07:00
448211bbe2 fop(1): better newline removal (preserves existing newlines)
4c663bf9dd fop(1): closure fix
f8e3013563 fop(1): fixed trimming and handled unwraps (closes #58)
Compare 3 commits »
emma opened issue bonsai/harakit#58 2024-02-14 19:17:13 -07:00
fop(1): trim newlines from output of called commands
emma pushed to hru at bonsai/harakit 2024-02-14 00:07:43 -07:00
e3a0069180 hru(1): improved SI prefix logic
emma pushed to hru at bonsai/harakit 2024-02-13 23:56:41 -07:00
1299aefc39 hru(1): fixed overflow
emma pushed to hru at bonsai/harakit 2024-02-13 17:51:03 -07:00
d0205b71da hru(1): read stdin until EOF
emma pushed to hru at bonsai/harakit 2024-02-13 17:33:06 -07:00
1ee668aed6 hru(1): made it actually work
emma commented on issue bonsai/harakit#56 2024-02-13 16:59:23 -07:00
spaces(1) – convert whitespace into spaces

This functionality can be replaced with our anticipated find-and-replace tool.

emma closed issue bonsai/harakit#56 2024-02-13 16:59:23 -07:00
spaces(1) – convert whitespace into spaces
emma created pull request bonsai/harakit#57 2024-02-13 16:58:32 -07:00
rpn(1): fixed exponentiation
emma created branch rpn-fix-exp in bonsai/harakit 2024-02-13 16:58:12 -07:00
emma pushed to rpn-fix-exp at bonsai/harakit 2024-02-13 16:58:12 -07:00
5b364e104e rpn(1): fixed exponentiation
emma commented on issue bonsai/harakit#8 2024-02-13 15:59:04 -07:00
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…

emma commented on issue bonsai/harakit#8 2024-02-13 15:57:13 -07:00
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…
emma commented on issue bonsai/harakit#8 2024-02-13 15:54:50 -07:00
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…