joshuto
joshuto copied to clipboard
ranger-like terminal file manager written in Rust
Symlinks
Greetings! As far as I love this app, I cannot find a way to create a symlink from a selected/copied item. For example: in lf you can yank an item...
I was trying to fix #17 The workflow was copied from https://github.com/sharkdp/fd/blob/master/.github/workflows/CICD.yml But the last step (publishing a release) doesn't seem to be working. The commit requires a tag, which...
Just what the title says, when attempting to scroll over the /dev directory the file manager usually almost instantly freezes up. Occasionally it doesn't and works fine, but most of...
So it looks like `termion` (the library that `joshuto` uses for input), it only supports Ctrl/Alt + a character https://docs.rs/termion/latest/termion/event/enum.Key.html So Ctrl+arrow_up/arrow_down is currently not supported https://gitlab.redox-os.org/redox-os/termion/-/issues/194 https://gitlab.redox-os.org/redox-os/termion/-/merge_requests/175 _Originally posted...
First, a small note: `use_preview_script` isn't listed in the example config, but seems like it's maybe needed to get previews to work. I think it would be nice to have...
The configuration I use directly is [https://github.com/kamiyaa/joshuto/tree/main/config](url). But I still can't preview a text file using bat. I am sure THAT I have installed bat.  Can not preview: 
Hello. Im trying to make the preview work well, by using this method: ```shell rs|md|toml) echo "hello: ${PREVIEW_WIDTH}" bat "${FILE_PATH}" \ --terminal-width="${PREVIEW_WIDTH}" \ --wrap=auto \ --color=always \ --pager=never \ --style=plain...
Currently auto-completion is very simple, it expects the first word to be a command and next words to be files. This is already wrong, as some commands are made of...
I accidentially put a `cat $path` in my `preview.sh` for image formats when I wanted to test something, so `preview.sh` returned cat's output for a binary file. If that happens,...