meh / rust-terminfo

Terminal information for Rust.
Other
40 stars 15 forks source link

Maintainance of this crate #20

Closed SabrinaJewson closed 1 year ago

SabrinaJewson commented 2 years ago

Hi, I noticed this crate hasn't seen any activity in nearly two years, and I just wanted to ask what the maintenance status of it is? If you do not want to maintain this anymore, I would be more than happy to take over since I'm have an interest in terminals.

archseer commented 2 years ago

Wezterm/termwiz is also using this crate, so maybe @wez would be a good candidate?

wez commented 2 years ago

I'm potentially open to it; I'm not especially familiar with the terminfo file format(s) themselves, but the crate does seem to be in pretty good shape and seems like it wouldn't add a ton of additional overhead over maintaining wezterm's other bits, once the current backlog has been cleared. My focus has been more on terminal emulation than tui applications though, and my bandwidth is limited and biased towards wezterm, so I think it would be best if I wasn't the sole maintainer.

If @SabrinaJewson has more guaranteed bandwidth then perhaps we could pair up?

SabrinaJewson commented 2 years ago

I would definitely be happy to do that. @meh what are your thoughts on this?

meh commented 2 years ago

I'm okay with it, how do you prefer to deal with this?

Add you as contributors here or move the crate somewhere else?

SabrinaJewson commented 2 years ago

I don't really have a preference - maybe just add for now, then we can move it somewhere later if appropriate?

wez commented 2 years ago

please add us here and also to the package on crates.io so that we can publish an updated release :)

SabrinaJewson commented 2 years ago

@meh Sorry for the ping - any update on this?

meh commented 1 year ago

Somehow I entirely forgot I was doing this :panda_face:

It is done now.

wez commented 1 year ago

Thanks @meh!