Search found 16 matches

by Specular
Tue Apr 23, 2024 10:36 am
Forum: Everything 1.5 Alpha
Topic: Esc key window close handling for post-paste cut
Replies: 3
Views: 296

Re: Esc key window close handling for post-paste cut

Thanks for considering this!
by Specular
Sat Apr 20, 2024 11:02 am
Forum: Everything 1.5 Alpha
Topic: Finding unique files between 2 folders based on hash.
Replies: 17
Views: 699

Re: Finding unique files between 2 folders based on hash.

NotNull wrote: Fri Apr 19, 2024 9:23 pm Try the following:
Thanks for this. Had to perform a checksum only comparison between two directories the other day, prior to discovering this, so instead had to use a different, more convoluted method via Powershell.
by Specular
Sat Apr 20, 2024 10:06 am
Forum: Everything 1.5 Alpha
Topic: Esc key window close handling for post-paste cut
Replies: 3
Views: 296

Esc key window close handling for post-paste cut

One interaction flow that has unexpected behavior is the following: 1. A search query is entered in Everything. 2. One or more files are selected then cut (via eg: Ctrl+X), to place them in clipboard. 3. Outside of Everything, in say File Explorer, the files are then pasted to the desired location. ...
by Specular
Fri Apr 19, 2024 8:00 am
Forum: General
Topic: Network drives 'Fast rescan' explanation about NTFS volumes on Linux share
Replies: 2
Views: 138

Re: Network drives 'Fast rescan' explanation about NTFS volumes on Linux share

To clarify create folder B inside folder A and check the date modified timestamp of folder A updates. If the date modified timestamp updates, then the file system is "Fast rescan" compatible. Fast rescan will only read folders that have a new date modified timestamp. Ah, I see. Thanks for...
by Specular
Thu Apr 18, 2024 4:07 pm
Forum: General
Topic: Network drives 'Fast rescan' explanation about NTFS volumes on Linux share
Replies: 2
Views: 138

Network drives 'Fast rescan' explanation about NTFS volumes on Linux share

I have a Samba/SMB network share that happens to be on an NTFS-formatted drive on the Linux-based NAS. The tooltip for 'Fast rescan' in the Network Drive preferences of Everything state that it's only compatible with NTFS volumes. Does this mean it can somehow detect the underlying NAS share uses NT...
by Specular
Wed Aug 02, 2023 2:22 pm
Forum: Everything 1.5 Alpha
Topic: How to replace parts of search string automatically before launching the search?
Replies: 12
Views: 2300

Re: How to replace parts of search string automatically before launching the search?

A Synonyms list is on my TODO list. Just wanted to add that this would be a hugely appreciated feature if implemented at some point. I haven't tested the AHK suggestion (though I augment various Windows things already with AHK) but wanted to voice support for it, as 20-30% of every filename I write...
by Specular
Mon Jan 12, 2015 11:32 pm
Forum: Suggestions
Topic: Things to do (TODO)
Replies: 127
Views: 2166643

Re: Things to do

therube wrote:It's ordered by Search Count.
Search Everything for 'Search History.csv" ;-).
Ah, cheers. For me that's much less useful than chronological order like the Opera example above. Would be nice to have an option in the settings (or config ini) to alter this.
by Specular
Sun Jan 11, 2015 9:17 pm
Forum: Suggestions
Topic: Things to do (TODO)
Replies: 127
Views: 2166643

Re: Things to do

Sorry for the double post, but I just noticed history drop-down entries aren't displayed from last typed. In fact I'm not sure what order they are arranged in at all.

The screenshot below shows the very last typed history result highlighted:

Image
by Specular
Fri Jan 09, 2015 4:21 am
Forum: Suggestions
Topic: Things to do (TODO)
Replies: 127
Views: 2166643

Re: Things to do

Arrow-key down, DEL (similar to what you can do with FF's awesomebar). Thanks. Is this documented anywhere? Found the Search History page in the docs but it doesn't mention these features. How do I add a search to the search history? Press Enter from the search edit or perform an action on a result...
by Specular
Thu Jan 08, 2015 11:25 pm
Forum: Suggestions
Topic: Things to do (TODO)
Replies: 127
Views: 2166643

Re: Things to do

Atl-back-arrow, Alt+right-arrow, kind of does it. Search bar dropdown, kind of does it. Everything | Options |History, kind of does it. Didn't see the History setting before, nice. The Alt+Arrow key was kinda flaky though, as it doesn't seem to return me to the current search when navigating forwar...
by Specular
Tue Jan 06, 2015 10:02 pm
Forum: Suggestions
Topic: Things to do (TODO)
Replies: 127
Views: 2166643

Re: Things to do

"Things to do" list for a future release of Everything: mp3 bit rate columns etc. History menu? It would be great to have custom columns, ala File Explorer. That way it could be configured to display audio metadata. Something also useful for columns would be to implement flexible columns ...
by Specular
Tue Jan 06, 2015 9:36 pm
Forum: Suggestions
Topic: 'Natural' number sorting and Autohotkey compatibility
Replies: 4
Views: 8883

Re: 'Natural' number sorting and Autohotkey compatibility

Joy!

Discovered it was the fact that my AHK scripts weren't being run as Administrator. With Everything being run as Admin the scripts couldn't access the window. Now I run the script as Admin via the shortcut I use to have it auto-start with the system.
by Specular
Sun Dec 28, 2014 2:45 am
Forum: Suggestions
Topic: 'Natural' number sorting and Autohotkey compatibility
Replies: 4
Views: 8883

Re: 'Natural' number sorting and Autohotkey compatibility

therube wrote:> Natural sort

wrong sorting
void wrote:There's no option for ''natural'' sorting yet. I do have it on my "things to do" list.
Good to see it's on the to do list at least. Looking forward to it being implemented.

Wish I knew what was causing Autohotkey to not play nice with Everything.
by Specular
Sat Dec 27, 2014 1:48 pm
Forum: Suggestions
Topic: 'Natural' number sorting and Autohotkey compatibility
Replies: 4
Views: 8883

'Natural' number sorting and Autohotkey compatibility

When sorting files Everything sorts single digit numbers without leading zeros amongst double digit numbers, such as: 1 11 2 23 In File Explorer under Windows 8 (and IIRC OSX, too) it sorts naturally, from lowest numerical value to highest - in the example above '2' would be sorted under '1'. It wou...
by Specular
Sat Dec 27, 2014 12:31 pm
Forum: Support
Topic: How to search only one directory deep?
Replies: 2
Views: 5964

Re: How to search only one directory deep?

Ah, the parents: parameter is just what I'm looking for! Cheers :)
by Specular
Sat Dec 27, 2014 5:52 am
Forum: Support
Topic: How to search only one directory deep?
Replies: 2
Views: 5964

How to search only one directory deep?

So I read the docs and found this section: Limit the search to a single folder: c:\windows\ !c:\windows\*\* I'd like to be able to search only one directory deep. This is the code I'm currently using for an 'Apps' search filter: <"C:\Portable Apps\"|"C:\Program Files\"|"C:\P...