Autosuggestions #47
Replies: 2 comments 7 replies
-
Sorry took so long to see this. Github writes emails to an address I check rarely. Anyway, it seems to work. This is not a feature I personally need or want, but it looks like it does what it is supposed to. |
Beta Was this translation helpful? Give feedback.
-
Hi @leo-arch Missed the first ping somehow, only just saw the newer notifications. Def. a feature I'm happy about having and that I'll keep turned on. I've found one issue: History seems to not consistently work for me. It works on |
Beta Was this translation helpful? Give feedback.
-
Hi @tuerda, @Chiheisen, @sundaran1122, @IcyFlamingArrow, @comradekingu, @jeeger . I've been working on a Fish-like suggestions system for CliFM for the last two weeks, and I would love to have some users feedback. Today I can say that it is pretty stable and works as intended, but it's still a very young feature and, as such, needs more testing.
It is not enabled by default yet, so that you need to explicitly enable it via the
--suggestions
command line option, or settingAutoSuggestions
totrue
in the configuration file. Btw, a few new options (mostly for suggestions) have been added to the configuration file.Just in case you're interested, the code for this feature is in
src/suggestions.c
.As always, your suggestions will be highly appreciated.
Thank you very much in advance.
Beta Was this translation helpful? Give feedback.
All reactions