hunter is a fast and lag-free file browser/manager for the terminal written in Rust. It features a heavily asychronous and multi-threaded design and all disk IO happens off the main thread in a non-blocking fashion, so that hunter will always stay responsive. https://github.com/rabite0/hunter #Rust
@wezm or just wait one more year until they make a release ? probably already fixed https://gitlab.redox-os.org/redox-os/termion/commit/0837ad5ab1804732e441d89161a97ad9a7d87f6c
@mmu_man that is a weirdly long time between releases. You could change the termion dependency in hunter’s Cargo.toml to point at the git version of termion and see if that works. Something like:
termion = { git = “https://gitlab.redox...” }
@wezm just did, but now more errors in users.
I guess someone really needs to look into proper Haiku support in those.
@wezm and this but I don't know the language to fix it:
https://github.com/agatan/signal-notify/issues/3
@wezm https://hg.mozilla.org/mozilla-unified/rev/2b50a2ad969a oh, probably only about adding a case for Haiku.