Kyohei Uto

Results 11 issues of Kyohei Uto

This PR replace libsixel/viuer with [hpjansson](https://github.com/hpjansson) / [chafa](https://github.com/hpjansson/chafa), which outperforms libsixel and support hi-res image preview. The con is you must independently install chafa to use image preview, but I...

#75 Note: This branch is not tested on actual Windows, but via GitHub actions installation test. See .github/workflows

Thank you for making great color scheme. I added a [WezTerm](https://github.com/wez/wezterm) color scheme inspired by Tender. so please check it out.

#### Description - Use `println!` instead of `print!` in `src/init/mod.rs` to add a line break properly. - Remove indents of bash script to show the code properly. (indoc crate seems...

From #183, #188 - Native support for the image preview with `viuer` - Efficient preview of gif image using `gif` crate

enhancement

Currently we need `chafa` to preview image files, but #186 enables it out of the box, using `viuer`. The problem is, that with `viuer` the preview of gif animation could...

enhancement

At this moment `Backspace` toggles whether to show hidden files/directories, but it might be more intuitive to use the key to go to the parent directory, in addtion to `h`...

needs discussion

## System information These are about the container. - node version: ENV NODE_VERSION=20.5.1 - npm or yarn version: 9.8.1 - OS/version/architecture: debian12 - Applicable nodegit version: 0.27.0 Trying to use...

To use macros like `bwrap::wrap_maybrk!` we need to enable `use_std` feature, which is not explained in README.