joshuto icon indicating copy to clipboard operation
joshuto copied to clipboard

ranger-like terminal file manager written in Rust

Results 160 joshuto issues
Sort by recently updated
recently updated
newest added

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...

enhancement

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...

enhancement
help wanted

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...

enhancement

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. ![图片](https://user-images.githubusercontent.com/39932163/160739789-f0b58d79-a6b3-49fe-9c07-be15aa024dc9.png) Can not preview: ![图片](https://user-images.githubusercontent.com/39932163/160739798-24d14b5c-9eb2-42e6-8ae1-70b17ac21f54.png)

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...

bug

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...

enhancement

does it will support for windows in future

enhancement

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,...

bug