Emma Tebibyte emma
emma commented on issue bonsai/harakit#44 2024-04-06 12:58:18 -06:00
scroll(1) – pager

You both read from and write to scrolls.

emma commented on issue bonsai/harakit#44 2024-04-06 12:58:06 -06: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/harakit#44 2024-04-05 20:57:58 -06: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/harakit#89 2024-04-01 20:43:33 -06: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/harakit#91 2024-04-01 20:42:44 -06:00
Add getopt(3p) bindings for Rust
emma pushed to getopt-bindings at bonsai/harakit 2024-04-01 20:41:50 -06:00
0164b681c0 Makefile: remove unneeded test
emma created branch getopt-bindings in bonsai/harakit 2024-04-01 20:40:13 -06:00
emma pushed to getopt-bindings at bonsai/harakit 2024-04-01 20:40:13 -06:00
320a70bc56 getopt.rs(3): initial commit
emma commented on issue bonsai/harakit#89 2024-04-01 17:38:33 -06:00
Directory structure

I don't believe accommodating languages that only work with directories and not single files is necessary

I agree with this sentiment. The only other language that has seriously been brought…

emma commented on issue bonsai/harakit#90 2024-04-01 15:23:11 -06:00
mm(1) does not print error when invoked improperly

I pushed a commit that should fix this. Could you compile [mm.c from the mm branch](https://git.te

emma commented on issue bonsai/harakit#89 2024-04-01 08:57:55 -06:00
Directory structure

I guess this hasn’t been put anywhere specifically but Trinity and I have decided that for now Rust and C are our focus and that if someone contributes with another language we will review on a…

emma opened issue bonsai/harakit#90 2024-03-31 17:30:01 -06:00
mm(1) does not print error when invoked improperly
emma commented on issue bonsai/harakit#77 2024-03-29 21:53:25 -06:00
Internationalization for non-OS error messages

this assumes that LANG is set to a standard RFC5646 language tag (or the common-but-nonstandard variant where subtags are instead delimited by…

emma commented on issue bonsai/harakit#88 2024-03-29 21:27:29 -06:00
Add xz 5.6.1

Congratulations, you got me to add a new label.

emma closed issue bonsai/harakit#88 2024-03-29 21:27:29 -06:00
Add xz 5.6.1
emma commented on pull request bonsai/harakit#76 2024-03-29 19:27:09 -06:00
Added strerror(3) as a Rust library

Merged.

emma closed pull request bonsai/harakit#76 2024-03-29 19:27:09 -06:00
Added strerror(3) as a Rust library
emma pushed to main at bonsai/harakit 2024-03-29 19:26:56 -06:00
8d9ac33566 Merge branch 'strerror'
b503d97625 Makefile: directory specification changes
d87b5d0958 hru(1), fop(1): changed to reflect strerror changes
1891c3e1aa strerror(3): created strerror() method
b356ac522f strerror(3): changed panic to 0
Compare 15 commits »
emma pushed tag 0.13.2 to bonsai/harakit 2024-03-29 19:26:56 -06:00