Search found 565 matches

by anmac1789
Tue Jan 16, 2024 7:13 am
Forum: Everything 1.5 Alpha
Topic: customn columns and excel functions broken
Replies: 7
Views: 480

Re: customn columns and excel functions broken

void wrote: Tue Jan 16, 2024 6:47 am Thank you for testing 1366-mod1.

I'm doing more testing my end and will have an update soon.
Thank you void and I just noticed also that the date accessed of folders is not updated or correctly reflected after rebuilding the index with mod1 (1.5.0.1367a (x64))
by anmac1789
Tue Jan 16, 2024 6:44 am
Forum: Everything 1.5 Alpha
Topic: customn columns and excel functions broken
Replies: 7
Views: 480

Re: customn columns and excel functions broken

There was a major performance improvement to formulas in 1366a . Assigning a column would take a second or two with older versions. In 1366a it is now instant. (but slightly broken, please see below) Please try: addcolumn:column1 column1:=right( $path: ,10) I had forgot the colon (:) after $path bu...
by anmac1789
Tue Jan 16, 2024 6:17 am
Forum: Everything 1.5 Alpha
Topic: customn columns and excel functions broken
Replies: 7
Views: 480

customn columns and excel functions broken

It seems like custom column functionality with excel is not working for example, column1:=right($path,10) doesn't give 10 characters from the right of the path in column1. Did something change ?
by anmac1789
Tue Jan 16, 2024 4:32 am
Forum: Everything 1.5 Alpha
Topic: file/folder tag of interest
Replies: 1
Views: 244

file/folder tag of interest

Can everything 1.5a have somekind of mark like a green circle or a red diamond to mark the positions of interested files or folders in a long list of filenames ?
by anmac1789
Sun Jan 14, 2024 11:55 pm
Forum: Everything 1.5 Alpha
Topic: tab closing causes everything timeout
Replies: 8
Views: 835

Re: tab closing causes everything timeout

Thank you for the issue report. Please send a mini crash dump when Everything hangs: Wait for Everything to hang. Please keep Everything open. Download Process Explorer from Microsoft: https://docs.microsoft.com/en-us/sysinternals/downloads/process-explorer In Process Explorer , select Everything64...
by anmac1789
Thu Jan 11, 2024 3:34 pm
Forum: Everything 1.5 Alpha
Topic: tab closing causes everything timeout
Replies: 8
Views: 835

tab closing causes everything timeout

Hello, whenever I try to close a tab, everything laggs. Here is a screenshot. This happens frequenty no matter if I close 1 tab with 5 tabs open or any number of tabs

Screenshot 2024-01-11 103338.jpg
Screenshot 2024-01-11 103338.jpg (496.71 KiB) Viewed 835 times
by anmac1789
Thu Jan 11, 2024 3:08 pm
Forum: Everything 1.5 Alpha
Topic: Folders extracted are not showing proper timestamps in everything 1363a
Replies: 7
Views: 827

Re: Folders extracted are not showing proper timestamps in everything 1363a

Thanks for the information anmac1789, What is shown for the Windows Explorer Properties for one of these folders? Could you please try re-extracting this zip file after disabling ntfs_open_file_by_id. Does Everything pickup the correct date modified now? The problem was winrar. I had to extract tho...
by anmac1789
Sun Jan 07, 2024 1:15 am
Forum: Everything 1.5 Alpha
Topic: Folders extracted are not showing proper timestamps in everything 1363a
Replies: 7
Views: 827

Re: Folders extracted are not showing proper timestamps in everything 1363a

As you can see in all of these screenshots, the folder timestamps are not there for the backup\ , Inventory\ and OLG\ folders but the folder timestamps do exist for Desktop\ and Abid\ folders which somehow when extracted, everything does not update those timestamps. Screenshot 2024-01-06 200558.jpg ...
by anmac1789
Fri Jan 05, 2024 11:46 pm
Forum: Everything 1.5 Alpha
Topic: Folders extracted are not showing proper timestamps in everything 1363a
Replies: 7
Views: 827

Re: Folders extracted are not showing proper timestamps in everything 1363a

Timestamps of folders are dynamically updated by Windows when one one of the files in that folder changes. double checked on windows, windows only shows the date created for folders. Windows explorer will not show the date modified and date accessed for folders by default that's why I chose everyth...
by anmac1789
Fri Jan 05, 2024 10:32 pm
Forum: Everything 1.5 Alpha
Topic: Folders extracted are not showing proper timestamps in everything 1363a
Replies: 7
Views: 827

Folders extracted are not showing proper timestamps in everything 1363a

Hello, I noticed that the latest everything version 1364a is not indexing folder properties properly. I've extracted the highlighted folders in the zip file into local drive and viewed the folder in everything but it's showing incorrect dates and times. I've extracted the zip file using the followin...
by anmac1789
Fri Jan 05, 2024 10:26 pm
Forum: Everything 1.5 Alpha
Topic: How to match dupes and calculate the difference of date modified?
Replies: 9
Views: 1094

Re: How to match dupes and calculate the difference of date modified?

NotNull wrote: Thu Jan 04, 2024 11:04 pm @meteorquake makes clever use of that mechanism to show the mnames of pictures that are more than <time interval> apart in a different color.
so you are saying that using file extensions is the only way ?
by anmac1789
Thu Jan 04, 2024 10:04 pm
Forum: Everything 1.5 Alpha
Topic: How to match dupes and calculate the difference of date modified?
Replies: 9
Views: 1094

Re: How to match dupes and calculate the difference of date modified?

NotNull wrote: Thu Jan 04, 2024 9:03 pm
anmac1789 wrote: Mon Dec 25, 2023 9:45 am I want the difference to be put in a custom column for each of pic 1.jpg and pic 2.jpg so that I know they are linked.
@meteorquake had a clever idea to mark files that are linked. Maybe this method can work for you too.

Link
But this is for color filters by extension
by anmac1789
Thu Jan 04, 2024 6:04 am
Forum: Everything 1.5 Alpha
Topic: How to match dupes and calculate the difference of date modified?
Replies: 9
Views: 1094

Re: How to match dupes and calculate the difference of date modified?

void wrote: Thu Jan 04, 2024 5:54 am Everything currently doesn't a way to compare the date modified between two files.
Alright, thank you void
by anmac1789
Sat Dec 30, 2023 9:20 pm
Forum: Everything 1.5 Alpha
Topic: How to exclude custom column multiple search strings ?
Replies: 7
Views: 839

Re: How to exclude custom column multiple search strings ?

What is this supposed to do anyway ? Match: 20 241230_160434 .jpg Are you not seeing the expected match? Can you give an example filename? Wildcards match the whole property. Please try: wildcard:column1:*20??????_??????.jpg* yes column 1 has column1:”PHOTO-2019” I mean is column1 showing multiple ...
by anmac1789
Sat Dec 30, 2023 5:31 am
Forum: Everything 1.5 Alpha
Topic: How to exclude custom column multiple search strings ?
Replies: 7
Views: 839

Re: How to exclude custom column multiple search strings ?

void wrote: Sat Dec 30, 2023 4:28 am Check if the following matches column1 as expected:

wildcard:column1:"20??????_??????.jpg"
What is this supposed to do anyway ?


void wrote: Sat Dec 30, 2023 4:28 am Is column1 a multistring value?
yes column 1 has column1:”PHOTO-2019”
by anmac1789
Sat Dec 30, 2023 4:02 am
Forum: Everything 1.5 Alpha
Topic: How to exclude custom column multiple search strings ?
Replies: 7
Views: 839

Re: How to exclude custom column multiple search strings ?

Please try the following search: !wildcard:column1:<"PHOTO-2019" "20??????_??????.jpg"> < and > = subexpression . wildcard: = enable content wildcards (required as column1: is not a "filename" search function) This didn't do anything it still showes the results its sup...
by anmac1789
Fri Dec 29, 2023 11:06 pm
Forum: Everything 1.5 Alpha
Topic: How to exclude custom column multiple search strings ?
Replies: 7
Views: 839

How to exclude custom column multiple search strings ?

Hello, how do I use multiple exclude name with ! in custom column ? For example, I have !column1:="PHOTO-2019" which excludes all column names containing the string "PHOTO-2019" but I want to add another search term with ? for files of the format 20221229_123040.jpg --> 20??????_...
by anmac1789
Thu Dec 28, 2023 11:21 pm
Forum: Everything 1.5 Alpha
Topic: How to include folder with folder\* ?
Replies: 9
Views: 1227

Re: How to include folder with folder\* ?

NotNull wrote: Thu Dec 28, 2023 10:04 pm Configure the filter as follows:

Code: Select all

Name = Direct folders
Search = folder:   wfn:$param: | $param:\*
Macro = directfolder

Test:

Code: Select all

directfolder:a:\sdcard\android
Change directfolder to a name of your liking.

Thank you this works as described
by anmac1789
Thu Dec 28, 2023 9:06 pm
Forum: Everything 1.5 Alpha
Topic: How to include folder with folder\* ?
Replies: 9
Views: 1227

Re: How to include folder with folder\* ?

What I am requesting is a mix of either case; to show the Android\ folder itself and including the subfolders directly under Android\ excluding all files and deeper nested subfolders folder: wfn:A:\sdcard\Android | A:\sdcard\Android\* That seems to work is there a way to turn this into a filter so ...
by anmac1789
Thu Dec 28, 2023 12:38 am
Forum: Everything 1.5 Alpha
Topic: How to include folder with folder\* ?
Replies: 9
Views: 1227

Re: How to include folder with folder\* ?

A:\sdcard\Android However, this will match A:\sdcard\Android2 What do you mean by this ? pathlist:A:\sdcard\Android wholefilename:A:\sdcard\Android | A:\sdcard\Android\** regex:^A:\\sdcard\\Android(\\|$) pathlist: basically if I search for A:\sdcard\Android this searches for all files and subfolder...
by anmac1789
Thu Dec 28, 2023 12:26 am
Forum: Everything 1.5 Alpha
Topic: How to include folder with folder\* ?
Replies: 9
Views: 1227

Re: How to include folder with folder\* ?

To include subfolders, please try the following search: A:\sdcard\Android\** * = match any character (except \) any number of times. ** = match any character any number of times. To match any character any number of times with a single * In Everything 1.5 , from the Tools menu, click Options . Clic...
by anmac1789
Thu Dec 28, 2023 12:13 am
Forum: Everything 1.5 Alpha
Topic: How to include folder with folder\* ?
Replies: 9
Views: 1227

How to include folder with folder\* ?

Hello, the following command "A:\sdcard\Android\*" views the immediate files/folders directly under Android\ without subfolders or files... Screenshot 2023-12-27 191201.jpg but How do I also include the Android folder itself so that Android\ , data\ , media\ , obb\ and obj\ folders are sho...
by anmac1789
Wed Dec 27, 2023 6:13 am
Forum: Everything 1.5 Alpha
Topic: How to view full folder structure tree ?
Replies: 3
Views: 716

Re: How to view full folder structure tree ?

C:\users\username\Desktop\folder1\folder2\folder3\folder4 I'm not 100% on what your desired results should be. Please try: C:\users\username\Desktop\folder1\folder2\* | C:\users\username\Desktop\folder1\folder2\folder3\* | C:\users\username\Desktop\folder1\folder2\folder3\folder4\* C:\users\usernam...
by anmac1789
Tue Dec 26, 2023 4:28 am
Forum: Everything 1.5 Alpha
Topic: How to view full folder structure tree ?
Replies: 3
Views: 716

How to view full folder structure tree ?

How do I view the full tree of a deeper nested folder of interest starting from the beginning to the end or target folder? For example, C:\users\username\Desktop\folder1\folder2\folder3\folder4 and I want to search folder2, but I want to view the entire structure starting from C:\users\username\Desk...
by anmac1789
Mon Dec 25, 2023 7:22 pm
Forum: Everything 1.5 Alpha
Topic: How to match dupes and calculate the difference of date modified?
Replies: 9
Views: 1094

Re: How to match dupes and calculate the difference of date modified?

If you just want to compare the two files: addcolumn:a a:=$dm: This will show the raw filetime in column a. Calculate the difference from these two values. The result will be in 100-nanoseconds. To find files modified in the same hour: addcolumn:a a:=int($dm:/36000000000) dupe:a Combine with name o...
by anmac1789
Mon Dec 25, 2023 9:45 am
Forum: Everything 1.5 Alpha
Topic: How to match dupes and calculate the difference of date modified?
Replies: 9
Views: 1094

How to match dupes and calculate the difference of date modified?

hello everyone, I have yet another question lol If I find 2 duplicate pics, and they differ by 1 or more seconds, how do I find the difference between them? for example, pic 1.jpg date modified: Dec 25, 2023 @ 11:22:56 AM pic 2.jpg date modified: Dec 25, 2023 @ 11:22:57 AM difference is 1 second, an...
by anmac1789
Mon Dec 25, 2023 1:36 am
Forum: Everything 1.5 Alpha
Topic: voidtools crash on startup
Replies: 11
Views: 1051

Re: voidtools crash on startup

void wrote: Mon Dec 25, 2023 1:19 am Please send your Help -> Troubleshooting information to support@voidtools.com

I'll look into the issue.
I've sent a mini dump to the email above using my gmail just a few moments ago and I've sent the troubleshooting information as well
by anmac1789
Mon Dec 25, 2023 1:14 am
Forum: Everything 1.5 Alpha
Topic: voidtools crash on startup
Replies: 11
Views: 1051

Re: voidtools crash on startup

There has been bug fixes to the database. What version did you have previously? I would need to see the crash dumps to determine the cause of the issue. Previously, I had the 1362 version and it worked fine but then shortly after maybe a day later or something 1363 was released. but, even now, I ha...
by anmac1789
Sun Dec 24, 2023 10:50 pm
Forum: Everything 1.5 Alpha
Topic: voidtools crash on startup
Replies: 11
Views: 1051

Re: voidtools crash on startup

ok so the only thing that solved this problem was if I deleted the everything database. But I still want to know why the database was the cause of the crash ? any plausable explanation for this ?
by anmac1789
Sat Dec 23, 2023 7:21 pm
Forum: Everything 1.5 Alpha
Topic: voidtools crash on startup
Replies: 11
Views: 1051

Re: voidtools crash on startup

NotNull wrote: Sat Dec 23, 2023 6:22 pm 3. Start Everything with "c:\path to\Everything64.exe" -debuglog -verbose
How do I run with those switches ?
by anmac1789
Sat Dec 23, 2023 6:40 pm
Forum: Everything 1.5 Alpha
Topic: voidtools crash on startup
Replies: 11
Views: 1051

Re: voidtools crash on startup

1. Create a backup of your Everything database 2. Exit Everything completely (right-click the systemtray icon an choose Exit) 3. Start Everything with "c:\path to\Everything64.exe" -debuglog -verbose 4. Wait for the crash to happen\ 5.Inspect the last lines of Everything Debug Log-1.5a.tx...
by anmac1789
Sat Dec 23, 2023 5:49 pm
Forum: Everything 1.5 Alpha
Topic: voidtools crash on startup
Replies: 11
Views: 1051

voidtools crash on startup

latest voidtools 1.5a keeps crashing on start up and indexing. What should I do ?
by anmac1789
Sun Dec 10, 2023 8:41 am
Forum: Everything 1.5 Alpha
Topic: File shown in everything, does not exist in windows explorer
Replies: 6
Views: 2774

Re: File shown in everything, does not exist in windows explorer

void wrote: Sun Dec 10, 2023 12:21 am Windows Explorer -> View -> Options -> View -> Uncheck Hide protected operating system files.
alright I will try this and see if it works for me
by anmac1789
Sun Dec 10, 2023 12:19 am
Forum: Everything 1.5 Alpha
Topic: File shown in everything, does not exist in windows explorer
Replies: 6
Views: 2774

Re: File shown in everything, does not exist in windows explorer

yeah when viewed inside 7zip it had system and also hidden attributes set and when i used robocopy to remove those attributes then it was visible again

How do i set my system to show them ? even though view hidden files was enabled it still did not show up
by anmac1789
Sat Dec 09, 2023 10:20 pm
Forum: Everything 1.5 Alpha
Topic: File shown in everything, does not exist in windows explorer
Replies: 6
Views: 2774

Re: File shown in everything, does not exist in windows explorer

Possibly this? Thumbs.db, on my system is a hidden file..It will show up in everything, but not in Explorer unless you have the system set to show hidden files. oh yah thank you the problem was that when the file is hidden inside the archive, when it's extracted its not visible even with the show h...
by anmac1789
Sat Dec 09, 2023 7:23 pm
Forum: Everything 1.5 Alpha
Topic: File shown in everything, does not exist in windows explorer
Replies: 6
Views: 2774

File shown in everything, does not exist in windows explorer

Everything 1.5a is showing a file that does not exist in windows explorer. In the L drive, there is a file called thumbs.db but when I look inside the L drive in windows explorer, the file does not exist. What's going on ?
Screenshot 2023-12-09 142316.jpg
Screenshot 2023-12-09 142316.jpg (298.9 KiB) Viewed 2774 times
Screenshot 2023-12-09 142310.jpg
Screenshot 2023-12-09 142310.jpg (64.53 KiB) Viewed 2774 times
by anmac1789
Tue Nov 28, 2023 9:22 pm
Forum: Everything 1.5 Alpha
Topic: search file date range without year ?
Replies: 8
Views: 1963

Re: search file date range without year ?

The following might be easier: FORMATFILETIME($dm:)==FORMATFILETIMEUTC($dm:+(10.5*36000000000)) where 10.5 is your day light savings UTC offset. This will list files modified during day light savings. Use != to invert the results. How does this work because for DST, it depends on EST/EDT, EST: Firs...
by anmac1789
Thu Nov 16, 2023 6:25 pm
Forum: Everything 1.5 Alpha
Topic: Formulas
Replies: 37
Views: 36864

Re: Column Formulas

NotNull wrote: Thu Nov 16, 2023 5:58 pm These are Column Formulas (hence the topic title ;) ) and are used to build what is shown in custom columns.
so I should use them in column1:= ... ???
by anmac1789
Thu Nov 16, 2023 6:05 pm
Forum: Everything 1.5 Alpha
Topic: How to extract timestamp into custom columns ?
Replies: 29
Views: 3739

Re: How to extract timestamp into custom columns ?

Everything 1.5.0.1360a will now correctly format filetimes when using 3 S or more. For example: ss.SSSSSSSSSS Zeros are always shown after the 7th decimal place. Added a FILETIMETOLOCALFILETIME() formula function. This might be useful to perform arthritic on filetimes in local time. For example: ad...
by anmac1789
Thu Nov 16, 2023 5:46 pm
Forum: Everything 1.5 Alpha
Topic: Formulas
Replies: 37
Views: 36864

Re: Column Formulas

Everything 1.5.0.1360a adds the following functions: exists(filename,[match-case]) - Returns true if the file or folder with the specified name exists. Otherwise, returns false. file-exists(filename,[match-case]) - Returns true if the file with the specified name exists. Otherwise, returns false. f...
by anmac1789
Sun Nov 12, 2023 10:34 am
Forum: Everything 1.5 Alpha
Topic: How to extract timestamp into custom columns ?
Replies: 29
Views: 3739

Re: How to extract timestamp into custom columns ?

thanks void and does the subtraction need to be in brackets ?
by anmac1789
Sun Nov 12, 2023 6:35 am
Forum: Everything 1.5 Alpha
Topic: How to extract timestamp into custom columns ?
Replies: 29
Views: 3739

Re: How to extract timestamp into custom columns ?

ss:SSSSSSS shows somwthing like 01:0000000 but ss.SSSSSSS shows the exact 100 nanosecond resolution Also, is it possible to define a less than and greater than < > range for the format duration custom column ? I think it would be very useful if math inequalities could be used with search properties...
by anmac1789
Sun Nov 12, 2023 3:57 am
Forum: Everything 1.5 Alpha
Topic: How to extract timestamp into custom columns ?
Replies: 29
Views: 3739

Re: How to extract timestamp into custom columns ?

ss:SSSSSSS shows somwthing like 01:0000000 but ss.SSSSSSS shows the exact 100 nanosecond resolution
by anmac1789
Sun Nov 12, 2023 2:07 am
Forum: Everything 1.5 Alpha
Topic: How to extract timestamp into custom columns ?
Replies: 29
Views: 3739

Re: How to extract timestamp into custom columns ?

void wrote: Sun Nov 12, 2023 1:55 am Formatting with s.SSSSSSSSSSSSSSSSSSSS will be fixed in the next alpha update.

For now, please try formatting with:

s.SSSSSSS

-or-

avoid the formatting:

column1:=$date-modified:-$date-taken:
Why doesn't ss:SSSSSSS work ? isnt the 7 long S's suppose to represent 100 nanoseconds ?
by anmac1789
Sun Nov 12, 2023 1:51 am
Forum: Everything 1.5 Alpha
Topic: How to extract timestamp into custom columns ?
Replies: 29
Views: 3739

format_duration not showing exact difference

For the highlighted file time difference between date taken and date modified, why is it -0 ? it should be 2 seconds. Please see screenshot

Screenshot 2023-11-11 204844.jpg
Screenshot 2023-11-11 204844.jpg (1.03 MiB) Viewed 3395 times
by anmac1789
Tue Nov 07, 2023 7:37 pm
Forum: Everything 1.5 Alpha
Topic: [help] how to take a full screenshot of search results ??
Replies: 11
Views: 1505

Re: [help] how to take a full screenshot of search results ??

what about horizontal scrolling in addition to vertical scrolling ?
by anmac1789
Tue Nov 07, 2023 7:23 am
Forum: Everything 1.5 Alpha
Topic: [help] how to take a full screenshot of search results ??
Replies: 11
Views: 1505

Re: [help] how to take a full screenshot of search results ??

I am looking for this feature too...full scrolling screenshot (horizontal for large information and also vertical) and save as image. +1
by anmac1789
Sat Nov 04, 2023 7:48 am
Forum: Everything 1.5 Alpha
Topic: search file date range without year ?
Replies: 8
Views: 1963

Re: search file date range without year ?

Would the following be helpful: dm-month:march..november dm-day:14..21 or do you need a specific date on March to a specific date in November? -I don't have an easy way to do this. You'll have to setup a "datevalue" and then search that. For example: 14th of March until the 21st November:...
by anmac1789
Sat Nov 04, 2023 1:29 am
Forum: Everything 1.5 Alpha
Topic: How to maximize full width of columns ?
Replies: 4
Views: 671

Re: How to maximize full width of columns ?

The path length property is the same thing as length and inserting ($path)

ctrl shift and plus ive tried doesnt seem to work with all the columns

and yes autosize all the columns so that all the visible text is visible and not hidden is there such an implementation ?
by anmac1789
Fri Nov 03, 2023 9:59 pm
Forum: Everything 1.5 Alpha
Topic: search file date range without year ?
Replies: 8
Views: 1963

Re: search file date range without year ?

NotNull wrote: Fri Nov 03, 2023 8:52 pm For any year:

Code: Select all

dm-month:march..november
For the current year (2023):

Code: Select all

dm:march..november
What if I wanted to search for month and day without year ?