Emma Tebibyte emma
emma commented on pull request bonsai/coreutils#86 2024-04-18 14:34:44 +00:00
WIP: docs: fixed formatting of many manpages

I am still under the persuasion that we should order them alphabetically

emma commented on pull request bonsai/coreutils#93 2024-04-18 05:05:21 +00:00
peek(1)

Could this functionality be attained using a combination of existing or hypothetical utilities and shell features? We should consider whether this utility should be necessary for its use case.

emma suggested changes for bonsai/coreutils#93 2024-04-18 04:34:15 +00:00
peek(1)
emma commented on pull request bonsai/coreutils#93 2024-04-18 04:34:15 +00:00
peek(1)

Either:

emma commented on pull request bonsai/coreutils#93 2024-04-18 04:34:15 +00:00
peek(1)

What is the benefit to this over using a shell pipe?

emma commented on pull request bonsai/coreutils#93 2024-04-18 04:34:15 +00:00
peek(1)

“[...] the standard output”

emma commented on pull request bonsai/coreutils#93 2024-04-18 04:34:15 +00:00
peek(1)

Peek reads input from standard input with terminal echo disabled,

emma pushed to getopt-bindings at bonsai/coreutils 2024-04-14 05:43:17 +00:00
78eacd660a getopt.rs(3): better Opt return
emma pushed to getopt-bindings at bonsai/coreutils 2024-04-13 23:15:37 +00:00
d1b77d652b getopt.rs(3): returns last parsed option
emma commented on pull request bonsai/coreutils#91 2024-04-13 04:31:03 +00:00
WIP: Add getopt(3p) bindings for Rust

I will see what I can do

emma pushed to getopt-bindings at bonsai/coreutils 2024-04-12 06:13:28 +00:00
8c255e61fc COPYING.GPL: initial commit
emma pushed to getopt-bindings at bonsai/coreutils 2024-04-12 05:52:40 +00:00
95927ba8c5 getopt.rs(3): formatting
ad92fe27d4 fop(1): switch to getopt.rs(3)
Compare 2 commits »
emma pushed to getopt-bindings at bonsai/coreutils 2024-04-12 02:34:33 +00:00
bb2c63bfaf getopt.rs(3): fixed pointer shenanigans
88b0d55440 getopt.rs(3): refactor to remove as much as possible from unsafe
Compare 2 commits »
emma opened issue bonsai/repo#37 2024-04-12 00:42:09 +00:00
Using micropython(1) for compiling core?
emma commented on issue bonsai/coreutils#44 2024-04-06 18:58:18 +00:00
scroll(1) – pager

You both read from and write to scrolls.

emma commented on issue bonsai/coreutils#44 2024-04-06 18:58:06 +00:00
scroll(1) – pager

What if we had a pager/text editor combo? that way we wouldn’t be implementing redundant features

emma commented on issue bonsai/coreutils#44 2024-04-06 02:57:58 +00:00
scroll(1) – pager

What features should scroll(1) have?

  • scrolling back to previous lines? (more(1) doesn't have this, less(1) does)

Definitely.

  • syntax highlighting? (bat(1) has this)

I don’t…

emma commented on issue bonsai/coreutils#89 2024-04-02 02:43:33 +00:00
Directory structure

lib/ might be pointless if its only going to have wrappers and bindings to existing libraries.

<emma> ... the getopt implementation will soon be replaced with a single-file C…
emma created pull request bonsai/coreutils#91 2024-04-02 02:42:44 +00:00
Add getopt(3p) bindings for Rust