Here is an updated version with a
filter and a bookmark.
Advantages:
- The search bar offers more space for search queries and the existing "Distance (km)" can be overwritten immediately:
tonumber:column-a:0..20037
- Examples of search queries are available as
comments in the search bar ->
nop:‘...’
These comments can also be deleted if space is required.
Furthermore, there are also
images for restoring a standard view.

- 2025-11-08_FILTER_Geotagging_Geo Distance (km).png (21.58 KiB) Viewed 4384 times
FILTER "Geotagging_Geo Distance (km)" - Search:
Code: Select all
pic: latitude: longitude: [define:EARTHRADIUS=6371] [define:mylat=48.858093] [define:mylong=2.294694] add-column:A A-label:="Distance (km)" A:=ROUND(ACOS(SIN(RADIANS(90-[mylat:]))*SIN(RADIANS(90-$latitude:))*COS(RADIANS([mylong:]-$longitude:))+COS(RADIANS(90-[mylat:]))*COS(RADIANS(90-$latitude:)))*[EARTHRADIUS:],0)

- 2025-11-08_BOOKMARK_Geotagging_Geo Distance (km).png (40.27 KiB) Viewed 4384 times
BOOKMARK "Geotagging_Geo Distance (km)" - Search:
Code: Select all
D: nop:"date-taken:01.09.2025T12:00..30.09.2025T19:00; exact:column-a:20; INT($A:)>0 -OR- tonumber:column-a:>0, tonumber:column-a:0..50" tonumber:column-a:0..20037
/comment - ALT+ENTER causes a line break / add a newline ...
/comment - https://maps.google.com/ | https://www.openstreetmap.org/ | https://www.voidtools.com/forum/viewtopic.php?t=16022 How far away was this photo taken? Author: NotNull | https://www.ghisler.ch/board/viewtopic.php?t=86480 Searching photos by Exif data in a human way
/comment - https://www.voidtools.com/forum/viewtopic.php?p=78280#p78280 Everything 1.5 - Default view - Standard view <--> https://www.ghisler.ch/board/viewtopic.php?p=476782#p476782 Searching photos by Exif data in a human way
/comment - nop:"my bookmark comment" ... can also be used for comments in the Everything search box before or after the search query | https://www.voidtools.com/forum/viewtopic.php?p=68068#p68068
/comment - Geo Distance (km) | Latitude, Longitude: [define:mylat=48.858093] [define:mylong=2.294694] ( = Eiffel Tower in Paris) --> ADJUST these values to the CURRENT POSITION! ...
/comment - ATTENTION: The number of decimal places is limited to 12. https://www.voidtools.com/forum/viewtopic.php?p=78436#p78436 Latitude, longitude vs. system number format.
/comment - ATTENTION: GPS Latitude/Longitude -> IrfanView rounds up, Everything 1.5 does NOT round up!
/comment - FILTER: Geo Distance (km) | "Eiffel Tower, Paris"! - Latitude, Longitude: (48.858093 2.294694) <- ADJUST to the current location! (Max. 12 decimal places!) | https://www.voidtools.com/forum/viewtopic.php?t=16022 How far away was this photo taken?
/comment - FILTER-Search: pic: latitude: longitude: [define:EARTHRADIUS=6371] [define:mylat=48.858093] [define:mylong=2.294694] add-column:A A-label:="Distance (km)" A:=ROUND(ACOS(SIN(RADIANS(90-[mylat:]))*SIN(RADIANS(90-$latitude:))*COS(RADIANS([mylong:]-$longitude:))+COS(RADIANS(90-[mylat:]))*COS(RADIANS(90-$latitude:)))*[EARTHRADIUS:],0)
/comment - nop:"date-taken:01.09.2025T12:00..30.09.2025T19:00; exact:column-a:20; INT($A:)>0, INT($A:)<10, INT($A:)<=10, INT($A:)>30, INT($A:)>=30, INT($A:)>0 INT($A:)<=50 -OR- tonumber:column-a:>0, tonumber:column-a:<10, tonumber:column-a:<=10, tonumber:column-a:>30, tonumber:column-a:>=30, tonumber:column-a:0..50; sort:a, sort:"Date Taken", sort:"Date Taken-ascending"; https://www.voidtools.com/forum/viewtopic.php?f=12&t=10176#sort"
/comment - nop:"latitude:48.814888549776..48.896661250592 longitude:2.184565297298..2.444117299251 <-- Max. 12 decimal places! | https://www.voidtools.com/forum/viewtopic.php?p=78446#p78446, https://www.voidtools.com/forum/viewtopic.php?t=17091 Latitude, longitude vs. system number format."
/comment - nop:"latitude:48 will match a file where the latitude is >=48 and <49 | latitude:48.0 will match a file where the latitude is >=48.0 and <48.1 | latitude:48.00 will match a file where the latitude is >=48.00 and <48.01 | latitude:48,81..48,89 longitude:2,18..2,44 Is seen as: latitude:48 longitude:2 -> https://www.voidtools.com/forum/viewtopic.php?p=78446#p78446"
/comment - /columns=[{ ... width: --> Menu "Help" - "Troubleshooting Information" (Default view) -OR- file: "Session.json" (Current view). [Option: Everything.exe -update ... saves the file "Session.json" (... and files "Everything.ini", "Everything.db")]
/columns [{"name":"Name","width":208},{"name":"Column A","width":83},{"name":"Latitude","width":74},{"name":"Longitude","width":74},{"name":"Path","width":526},{"name":"Extension","width":62},{"name":"Total Size","width":83},{"name":"Date Taken","width":104},{"name":"Date Modified","width":104},{"name":"Date Created","width":104},{"name":"Date Accessed","width":133}]
Bookmark call (ALT+F10) with filter integration

- 2025-11-08_Bookmark call with filter integration.png (31.76 KiB) Viewed 4384 times
Restore the default view/standard view (point 1. and below...)

- 2025-11-08_Everything Options_Home and Properties.png (63.09 KiB) Viewed 4384 times

- 2025-11-08_Bookmark_Restore default view - standard view.png (34.53 KiB) Viewed 4380 times
Bookmark "Default view (ALT+Y)": Search - Custom
Code: Select all
/echo off
/comment - ALT+ENTER causes a line break / add a newline ...
/comment - about:home <ENTER> = Filter "Everything" | about:keys <ENTER> = Keyboard Shortcuts | about:config = Path\Everything.ini | [ALT+F6] whole:about:exe|whole:about:ini nop:Path\Everything.exe, Path\Everything.ini
/comment - nop:"my bookmark comment" ... can also be used for comments in the Everything search box before or after the search query | https://www.voidtools.com/forum/viewtopic.php?p=68068#p68068
/comment - https://www.voidtools.com/forum/viewtopic.php?t=15288 Default view - Standard view [ALT+Y]
/comment - https://www.voidtools.com/forum/viewtopic.php?t=14954 [SOLVED] Commands for Menu "View" > Preview ... ON/OFF in a bookmark or filter
/comment - "Filter" field starting at 35.00 cm | Monitor 24", Scaling 125%, 1920 x 1200 pixels (native screen resolution), maximised view | Tool 'FastStone Capture': https://www.faststone.org/FSCaptureDetail.htm -> On-screen Ruler (calibrated) | Screen Size (Diagonal Length): 24.0 Inch | PPI (Pixels Per Inch): 94.3 | https://www.ghisler.ch/board/viewtopic.php?p=464783#p464783 (German)
/comment - /view=0;icon_use_thumbnails=!icon_use_thumbnails;icon_size=icon_use_thumbnails?64:16 https://www.voidtools.com/forum/viewtopic.php?p=51189#p51189 - Ctrl+Shift+F7 On/Off
/comment - /close_all_tabs_on_the_right (not yet implemented) - https://www.voidtools.com/forum/viewtopic.php?t=16905 Middle click last tab is clearing search box
/comment - /columns=[{ ... width: --> Menu "Help" - "Troubleshooting Information" (Default view) -OR- file: "Session.json" (Current view). [Option: Everything.exe -update ... saves the file "Session.json"]
/comment -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
/columns [{"name":"Name","width":372},{"name":"Path","width":595},{"name":"Extension","width":75},{"name":"Size","width":80},{"name":"Total Size","width":89},{"name":"Date Modified","width":104},{"name":"Date Created","width":104},{"name":"Date Accessed","width":133},{"name":"Title","width":148},{"name":"Subject","width":148},{"name":"Comment","width":148},{"name":"Tags","width":148},{"name":"Authors","width":148},{"name":"File List Name","width":178},{"name":"Column A","width":133}]
/hide-bookmarks-sidebar
/hide-filters-sidebar
/hide-folders-sidebar
/hide-preview
/zoom=100
/view-details
/maximize
/view=0;icon_use_thumbnails=0;icon_size=icon_use_thumbnails?64:16
Everything Options - Advanced: Value for new_tab_command_line and new_window_command_line
Code: Select all
-columns [{"name":"Name","width":372},{"name":"Path","width":595},{"name":"Extension","width":75},{"name":"Size","width":80},{"name":"Total Size","width":89},{"name":"Date Modified","width":104},{"name":"Date Created","width":104},{"name":"Date Accessed","width":133},{"name":"Title","width":148},{"name":"Subject","width":148},{"name":"Comment","width":148},{"name":"Tags","width":148},{"name":"Authors","width":148},{"name":"File List Name","width":178},{"name":"Column A","width":133}]
Windows 11 Pro (x64)
Version 25H2 (OS build 26200.7019) - 2025-10-28