xfiles
xfiles copied to clipboard
Configurable and simple file manager for X11
Allow for xfiles to select a few files to stdout seperated by newlines, after xfiles quits. nnn(1) has support for this via the `-p` parameter.
I have noticed that I tend to prefer list view when using file managers. Would it be possible to get list view on xfiles, or is that out-of-scope?
Linux provides an API for file changes called inotify, xfiles can use this API to refresh or reload the file view for new changes in the folder.
Could it be possible to “open every folder in its own window” like caja?
Launching xfiles with middle desktop click (xclickroot -m xfiles) causes xfiles crash every time right click menu (pmenu) is released. Error message: `xfiles: waitpid: No child processes`
i've recently found myself having to manually kill XFiles in the terminal due to unexpected errors it faces, one of which are failing to thumbnail. if the thumbnailer itself fails,...
The fixed icon size can be very small on high resolution displays, especially for the thumbnails. It would be cool, if we could increase the icon size and give more...
I am on FreeBSD 14.1-RELEASE-p2. In examples/xfilesctl you are apparently using XEmbed, for instance in [`edit()`](https://github.com/phillbush/xfiles/examples/xfilesctl#L73). This is broken for most XEmbed-conforming applications. For instance, simpleterm/st (`st -w $WINDOWID`) does...
I propose support for the Freedesktop.org Thumbnail specification be added, its rather straightforward, it can even be implemented in a SH script, the only thing that would need to be...