Feature Release: 0.2 #381
cboxdoerfer
announced in
Announcements
Replies: 3 comments
-
Tank you sir |
Beta Was this translation helpful? Give feedback.
0 replies
-
Many tanks, SIR! |
Beta Was this translation helpful? Give feedback.
0 replies
-
Can the macro added to wiki? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
To get the bad news out of the way quickly: Unfortunately Snap support had to be removed. For more information about that see: https://github.com/cboxdoerfer/fsearch/wiki/Snap-is-no-longer-officially-supported
But now to the positive news...
This is and will probably be one of the most important releases for FSearch.
Greatly improved search engine
The most important news is the updated search engine. Now it's finally possible to search for entries with a particular size, modification date, folder depth, extension, content type, number of children and more. For example, to find every MP4 file, larger than 1GB, you can simply type:
ext:mp4 size:>1gb
Like before, empty space will be treated as an
AND
operator, but with this new release you can now also build queries withOR
andNOT
operators. For example, to find all JPG and PNG files, which were modified last month, withmum
ordad
in their name, you can simply type:(mum OR dad) ext:jpg;png dm:lastmonth
For a more detailed list of features of the updated search engine see: https://github.com/cboxdoerfer/fsearch/wiki/Search-syntax
Custom filters
FSearch already had a few selected filters included, such as
Videos
,Documents
orArchives
. Now it's possible to add new filters in the preferences dialog and edit the default ones. This feature is especially useful for frequently used queries. For example, if you often find yourself searching within your backup drive you can now add a new filter:After that
Backup
will show up in the filter drop down menu, next to the search field, where you can quickly activate the filter. Or you can also use the macro name, followed by an:
, in the search field, to activate filters on demand. For example, to find all files in your backup which were last modified more than 3 years ago you can then type:backup: dm:<past3years
Noteworthy changes
.desktop
files).desktop
filesESC
is pressed (@mrubli)Ctrl
is pressedOpen with
menu only shows applications which support all selected files/proc
and/sys
by defaultMenu
key orShift + F10
are pressedWhat's next?
Now that searching is almost as powerful as I want it to be, the next 0.3 release will primarily focus on the database. My plan is to finally add the ability to monitor for filesystem changes, so you don't have to update the database manually so often. It will also add the ability to index (and search) additional information (like creation or access time).
And last but not least: Tank you!
I'm really grateful for all the contributions, whether it were code changes, bug reports, translations or donations!
This discussion was created from the release Feature Release: 0.2.
Beta Was this translation helpful? Give feedback.
All reactions