joshuto
joshuto copied to clipboard
ranger-like terminal file manager written in Rust
This has probably come up before, but just in case I thought I'd share this related project: https://github.com/rabite0/hunter It's another rust file manager that seems to have died. Maybe there's...
@kamiyaa, this is a really cool project. Amazing work !. I would like to add module level documentation so that it's easier for new contributors like me to get a...
Closes: #202 Setting `mode` to `"hsplit"` in **joshuto.toml** caused Joshuto to crash with "index out of bounds" error. This pull makes it function like before - if second tab is...
I just installed from cargo on void linux using `sudo cargo install --path=. --force --root=/usr/local` and copied the whole config directory into `~/.config/joshuto/` I'm coming from Midnight Commander so the...
Thanks for your cool project. Sorry if I am saying something strange. Is there any way to display file size and timestamp in the view? Like ranger's `:linemode sizemtime`. Like...
I am always dealing with folders contains more than 10000 images. These folders are usually on HDD. Performance is much worse than nnn. nnn v4.7 joshuto 0.9.4, with zero config,...
When using joshuto in wsl, the keys sometimes work and sometimes don't, making it unstable
I have compiled the joshuto in my gentoo GNU/Linux system where most of the unicode fonts invoked by joshuto not rendered correctly for instance '' and ' '. Can I...
#### Format - *.sh is formatted by *beautysh* and has an indent size of *4* spaces - *.yaml, *.md formatted by *prettier* - *.toml is formatted by *taplo* - *.rs...
Problem description: 1. When executing `subdir_fzf` command in a large directory, _e.g._, `/`, the view goes to the command line, and it waits for outputs. 2. Now press `ctrl+c` will...