felix icon indicating copy to clipboard operation
felix copied to clipboard

tui file manager with vim-like key mapping

Results 23 felix issues
Sort by recently updated
recently updated
newest added

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

When preview is enabled, iterate over `webm` files (`YouTube` videos ~1.5Gb) take very long time. Maybe add some kind of filter for preview big or media files to not block...

enhancement

Hi, i did the Slackware Felix package but i have this problem: Slackware 15 stable use rust version 1.58.1 and i got this ``` error: failed to parse manifest at...

I don't have an environment conducive to building rust applications. It's possible the file encoding errors that happen under windows has something to do with [this thread](https://cloud.google.com/storage/docs/gsutil/addlhelp/Filenameencodingandinteroperabilityproblems). I would like...

enhancement

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

Please consider adding your application to Homebrew so it can easily be found/install on MacOS https://docs.brew.sh/Adding-Software-to-Homebrew

enhancement

This is probably related to #267. The directory structure is similar. When deleting a file that is a symlink, with `Vd`, this error appears: ![image](https://github.com/kyoheiu/felix/assets/58403689/78bb6c62-c016-4a0a-9f13-1d3320a20099) Deleting a file that is...

bug

I'm unable to delete with `dd` on Windows. I'm using Wezterm and bash. `Vd` works (visual line mode + d). `Vjjjd` also works. When I press `dd` to delete `file80`....

bug

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

enhancement

Just a possibility, but something like [yazi](https://github.com/sxyazi/yazi)'s `--chooser-file` (or `ranger`'s `--choosefiles`) flag would be very useful. This just writes the selected file(s) to a given file path instead of opening...

enhancement