fman 1.1.9 fixes many bugs
fman 1.1.9 just came out. It fixes quite a few important bugs. Check out the Changelog to see what's new.
Meanwhile, work is underway on the second-most requested feature: Filtering files as you type. This lets you very quickly hone in on the files you want to work with. Say you have a directory with the following folder/files:
- apple/
- banana.txt
- bananajuice.txt
When you type p
, only apple/ remains in the list of files and
p
is shown/highlighted. When you then press Escape, all files
are visible again. When you then type banana, only banana.txt and
bananajuice.txt are visible. Here is a very preliminary screenshot:
Implementing this feature will likely take a little. Reading this blog, you'll be among the first to find out when it's done :-)