cfiles icon indicating copy to clipboard operation
cfiles copied to clipboard

A ncurses file manager written in C with vim like keybindings

Results 19 cfiles issues
Sort by recently updated
recently updated
newest added

Similar file managers like ranger, lf, etc. all support transparency, yet when I open cfiles the background is the color of what my terminal is colored. I use ST and...

System Info ``` FreeBSD FreeBSDBox 13.0-RELEASE FreeBSD 13.0-RELEASE #0 releng/13.0-n244733-ea31abc261f: Fri Apr 9 04:24:09 UTC 2021 [email protected]:/usr/obj/usr/src/amd64.amd64/sys/GENERIC amd64 Nvidia driver ``` Patches: https://st.suckless.org/patches/w3m/ ![out](https://user-images.githubusercontent.com/45698918/138540096-44546ab2-0c75-48bf-8380-d51b69d7812a.png)

I feel it would be a bit more ergonomic with this. Feel free not to accept it if you don't think so

Hi, the app crashes when I preview pdf files. I like the approach with c. I like ranger, it has everything that you need, but it's quite too complex and...

I'm using the latest repo version of cfiles, `c225a0d`, and it seems it also has an issue with ueberzug, which was fixed some time ago in ueberzug itself. (Reference: [ueberzug...

In ranger the preview for lost+found and root just shows not accessible, in cfiles it's breaking the ui. I installed from the aur, only dependencies not installed are poppler, w3m...

I'm sorry I'm not a developer, so I will just describe how I've done that: ``` 1) Add to config.h: // Go Open #define KEY_OPENFILE ';' 2) Change cf.c: --...

I've made a simple script that can be added to ~/.config/cfiles/scripts/cpself ``` #!/bin/bash # version .2 fixed names with spaces # folder="$(printf "%s" "$1" | sed 's|\(.*\)/.*|\1|')" file="$(printf "%s" "$1"...

Add a toggle to turn off preview tab because some documents preview are just trunk unreadable characters (for example odf files).