dtb trinity
trinity opened issue bonsai/harakit#15 2023-12-26 09:53:58 -07:00
dj(1) - disk jockey
trinity commented on issue bonsai/harakit#14 2023-12-26 09:04:17 -07:00
fis(1) – field isolator

The POSIX man page for cut(1) looks complex but not terrible to implement as-is.

trinity opened issue bonsai/harakit#14 2023-12-26 09:00:18 -07:00
cut(1)
trinity opened issue bonsai/harakit#13 2023-12-26 08:58:12 -07:00
C Style
trinity commented on issue bonsai/harakit#8 2023-12-25 23:13:18 -07:00
qi(1): The qi shell

I think && and `

trinity commented on issue bonsai/harakit#8 2023-12-25 23:09:48 -07:00
qi(1): The qi shell

Curly braces could open a block the same way they do in C, where variables created inside the block are local to it and can't escape but variables from outside the block can be modified as usual,…

trinity commented on issue bonsai/harakit#12 2023-12-25 23:01:18 -07:00
Binaries have preset names when argv[0] is an empty string

Why would it be desirable to have argc == 0?

Some programs have a static char *program_name that is used for usage synopses in the event that they're invoked incorrectly. This is done with…

trinity deleted branch nosysexits from bonsai/harakit 2023-12-25 21:02:48 -07:00
trinity deleted branch false-rs from bonsai/harakit 2023-12-25 21:02:37 -07:00
trinity deleted branch rmlibfileis from bonsai/harakit 2023-12-25 21:02:25 -07:00
trinity created pull request bonsai/harakit#11 2023-12-25 17:58:12 -07:00
Remove libfileis(3)
trinity created branch rmlibfileis in bonsai/harakit 2023-12-25 17:50:44 -07:00
trinity pushed to rmlibfileis at bonsai/harakit 2023-12-25 17:50:44 -07:00
a54a634516 GNUmakefile: remove libfileis(3)
de304b7ef7 remove libfileis(3)
Compare 2 commits »
trinity created pull request bonsai/harakit#10 2023-12-25 17:15:38 -07:00
Rewrite false(1) in Rust
trinity created branch false-rs in bonsai/harakit 2023-12-25 17:12:00 -07:00
trinity pushed to false-rs at bonsai/harakit 2023-12-25 17:12:00 -07:00
8a8558442e GNUmakefile: fix build for false(1)
324328d2cc false(1): rewrite from C to Rust
Compare 2 commits »
trinity created branch trinity.moe in bonsai/fortunes 2023-12-25 16:37:36 -07:00
trinity pushed to trinity.moe at bonsai/fortunes 2023-12-25 16:37:36 -07:00
0c622ca12e trinity.moe/js/quotes.json as a fortunes file
trinity commented on issue bonsai/harakit#8 2023-12-25 16:27:21 -07:00
qi(1): The qi shell

I would prefer not to support appending or prepending, which can be accomplished with subshells or cat(1p). I would prefer any functionality that can be moved to external utilities be so to keep…

trinity created pull request bonsai/harakit#9 2023-12-25 16:17:30 -07:00
Cope without <sysexits.h>