leo-arch
leo-arch
I was just about to ask the exact same thing. @junegunn, would it be possible?
Hi @dimitarvp. Long time since your comment, but you might still be interested. I created a pull request (#170) including non-cyclic scrolling (its the default btw), plus some other features...
Sadly, #124 was never merged. I implemented this myself, plus a few other features like basic color support in #170. [My fork](https://github.com/leo-arch/fzy) is also available to try it out.
I created a pull request (#170) including basic color support and a few other stuff. You can take a look at [my fork](https://github.com/leo-arch/fzy).
Hi @knodalyte. Thanks for this suggestion: virtual directories for special sets of files is no doubt an interesting idea. I guess it could be implemented using symlinks. Added to my...
Though I already started planning the virtualization system (don't promise anything however), version 1.6 will be released as is. Btw, regular files can be bookmarked.
Hey @knodalyte, it is now possible to operate on specific bookmarks (just as you do with selected and tagged files) using the `b:` construct. Take a look at the [description](https://github.com/leo-arch/clifm/wiki/Common-Operations#operating-on-specific-bookmarks).
> the use of the fzf list viewer/selector makes the UX not quite as powerful as the native clifm interface Could you elaborate on this please?
I see. The only way to get a native clifm interface, as you call it (I like it btw), is by means of virtual directories for these sets of files...
Hi @knodalyte. Added a [new plugin](https://github.com/leo-arch/clifm/blob/master/plugins/virtualize.sh) to handle collections of files as virtual dirs. It makes use of an already existing feature of _clifm_: [reading files from STDIN](https://github.com/leo-arch/clifm/wiki/Advanced#standard-input). You need...