Search found 4454 matches

by therube
Wed Mar 27, 2024 2:42 pm
Forum: Everything 1.5 Alpha
Topic: Bring back "Allow round bracket grouping" in Options, Search pane
Replies: 5
Views: 1163

Re: Bring back "Allow round bracket grouping" in Options, Search pane

Maybe requiring spaces around the brackets.. (So for some time now, I've been meaning to get around to posting about, & yesterday when this thread popped, I thought I ought to get around to posting about... So... let me find what I noted some time back... Just going to post it as it was written...
by therube
Mon Mar 25, 2024 7:10 pm
Forum: Off-topic discussion
Topic: Automating a task
Replies: 9
Views: 2648

Re: Automating a task

What I proposed would give you, 'New Foldertree After Merge'. I suppose ? something similar could be done in a loop? Where every directory name that contains an "extension" (so, "00 Excel 03.SAR"), you could extract it to a parent directory, named the same, sans the "extensi...
by therube
Mon Mar 25, 2024 6:51 pm
Forum: Bug report
Topic: Application that was launched with everything does not register drag n drop events
Replies: 5
Views: 1501

Re: Application that was launched with everything does not register drag n drop events

(Then I'll assume it has something to do with the C# code, but others will have to look at that end.)
by therube
Mon Mar 25, 2024 6:43 pm
Forum: Support
Topic: %APPDATA% option
Replies: 3
Views: 14571

Re: %APPDATA% option

If I DISABLE the %APPDATA% option, where will settings be stored? In the same directory where Everything.exe is located. Could you please post/repost a listing of all the files and locations for the two options, %APPDATA% and not %APPDATA%? Anything that is in %APPDATA%, simply copy into the direct...
by therube
Mon Mar 25, 2024 6:39 pm
Forum: Bug report
Topic: Application that was launched with everything does not register drag n drop events
Replies: 5
Views: 1501

Re: Application that was launched with everything does not register drag n drop events

Is Everything being run "As Administrator" (rather then using the Everything Service)?

I'll say it wrong, but you cannot d&d between a User level & an Admin level application.
by therube
Mon Mar 25, 2024 6:34 pm
Forum: Everything 1.5 Alpha
Topic: Just display parent folder without subfolders
Replies: 13
Views: 1162

Re: Just display parent folder without subfolders

(Just noting; depth:, parent-count:, & parents: are synonyms.)
by therube
Mon Mar 25, 2024 6:12 pm
Forum: Support
Topic: parents: with a Folder Path is relative to the basename of the Path
Replies: 4
Views: 1450

Re: parents: with a Folder Path is relative to the basename of the Path

C:\TMP\BRU\9000 is the root in this case and has a depth of 0

depth: will match the internal folder depth, not the number of backslashes (\)
Ah, &
root:
even shows that.
Likewise a mapped drive or SUBST would behave similarly.
by therube
Mon Mar 25, 2024 6:09 pm
Forum: Support
Topic: parents: with a Folder Path is relative to the basename of the Path
Replies: 4
Views: 1450

Re: parents: with a Folder Path is relative to the basename of the Path

If the depth count is really important:
parents: (aka depth:) is important, as a feature.

The fact that an indexed folder acts "differently" - no.
Just noting...
by therube
Mon Mar 25, 2024 6:03 pm
Forum: Suggestions
Topic: Automatic Updates for Added Folders on Software Launch
Replies: 2
Views: 1411

Re: Automatic Updates for Added Folders on Software Launch

However, USB drives and other devices are frequently changed, and the index remains from the previous device. Manually setting the update frequency
Might help, viewtopic.php?p=65880#p65880.
by therube
Mon Mar 25, 2024 5:50 pm
Forum: General
Topic: How to find many names (partial match of different names) of music files on disk?
Replies: 14
Views: 2461

Re: How to find many names (partial match of different names) of music files on disk?

I want to find all similar filenames, which are identical files but have a slightly different name. Explain? Identical in what way? Both file size & content are exactly the same? Then compare hashes. Same "music" (same musical data), but possibly different tags? hashmedia.bat might do...
by therube
Mon Mar 25, 2024 5:30 pm
Forum: Suggestions
Topic: Key assignment : Custom Commands
Replies: 1
Views: 1328

Re: Key assignment : Custom Commands

Something along those lines would be nice. Additionally, a more direct linkage between custom_open_command## & associated hotkey assignments. I'll note that Help | Troubleshooting Information does list custom_open_command##'s. Config: custom_open_command01=$exec("c:\bin\xxhash.bat" %*)...
by therube
Mon Mar 25, 2024 5:23 pm
Forum: Everything 1.5 Alpha
Topic: [Solved] Search for text files encoded in Unicode
Replies: 4
Views: 742

Re: Search for text files encoded in Unicode

Suppose if you search for (various) Byte order mark's...
by therube
Thu Mar 21, 2024 8:46 pm
Forum: General
Topic: How to find many names (partial match of different names) of music files on disk?
Replies: 14
Views: 2461

Re: How to find many names (partial match of different names) of music files on disk?

Explain?

In any case, I'd think a filelist would be the thing to use.
If you have a list of names (partial names), you can copy & paste that into a filelist & ...
by therube
Wed Mar 20, 2024 6:48 pm
Forum: Everything 1.5 Alpha
Topic: query first 'n' identical characters in a foldername
Replies: 10
Views: 1191

Re: query first 'n' identical characters in a foldername

Oh, I had PATH: enabled (which I typically do), so that skewed my results, so yes, you've got it. With, folder:regex:"^[a-z]\.\.(.{5})" regex:sibling-folder:^[a-z]\.\.$1: sort:path that still returns (for example) B..0499965078 (which I don't think he wants) With, regex:"^[a-z]\.\.(.{...
by therube
Wed Mar 20, 2024 6:42 pm
Forum: Support
Topic: Excluding folders from being indexed not working with CLI
Replies: 7
Views: 1725

Re: Excluding folders from being indexed not working with CLI

external drives can get mapped to same drive letter Specifically set a drive letter to specific (external) drives. And if set to a high enough letter (such that letter collisions aren't apt to occur), the drive letter will (essentially) be static. (Alternatively, USBDLM - USB Drive Letter Manager f...
by therube
Wed Mar 20, 2024 6:32 pm
Forum: Everything 1.5 Alpha
Topic: query first 'n' identical characters in a foldername
Replies: 10
Views: 1191

Re: query first 'n' identical characters in a foldername

I don't think any of them are doing it (with most not returning results).


I was thinking (& not that I'm good with this) of something like, dupe:left($name:,5), but that too is incorrect.
by therube
Wed Mar 20, 2024 6:07 pm
Forum: Support
Topic: parents: with a Folder Path is relative to the basename of the Path
Replies: 4
Views: 1450

parents: with a Folder Path is relative to the basename of the Path

Just noting... parents: with an Indexed Folder Path , acts relative to the basename of the Path so if you set up an Indexed Folder of: C:\TMP\BRU\9000\ a parents:2 would find files/directories relative to the basename of the folder path, so relative to the \9000\ directory, so things like; \9000\DIR...
by therube
Mon Mar 18, 2024 2:55 pm
Forum: Everything 1.5 Alpha
Topic: How to perform this search in ES Cli?
Replies: 4
Views: 756

Re: How to perform this search in ES Cli?

Is that backtick (`) meant to be there?
by therube
Mon Mar 18, 2024 2:39 pm
Forum: Everything 1.5 Alpha
Topic: Suggestion: export/import ALL settings (.ini & .csv)
Replies: 4
Views: 794

Re: Suggestion: export/import ALL settings (.ini & .csv)

What I've been using. Locations, instance name... would need to be adapted. (As I copy the files, I also rename them as I use a different -instance name.) BackUp-HOME.bat: :: BU-HOME.bat - back up Everything 15 .db for use elsewhere :: SjB 03-15-2024 @echo off :: save to DISK (rather then just RAM) ...
by therube
Fri Mar 15, 2024 3:57 pm
Forum: Everything 1.5 Alpha
Topic: With the ES Comand line tool, how do I use '-' as part of the search?
Replies: 6
Views: 818

Re: With the ES Comand line tool, how do I use '-' as part of the search?

Why didn't this one work for you (from a CMD prompt)?
ES -match-path -max-results 5 cat "-" 5 .png
It should, shouldn't it?
by therube
Fri Mar 15, 2024 3:46 pm
Forum: Everything 1.5 Alpha
Topic: Sorting a column does not persist on new search, if distinct:
Replies: 5
Views: 895

Re: Sorting a column does not persist on new search, if distinct:

Currently, distinct: must presort your results. Everything doesn't restore your current sort as it would be too expensive. OK, so I see now, this has always been the case. It is only with my most current use case where I specifically was, "only concerned about Length", that made this more...
by therube
Fri Mar 15, 2024 3:19 pm
Forum: Everything 1.5 Alpha
Topic: Sorting a column does not persist on new search, if distinct:
Replies: 5
Views: 895

Re: Sorting a column does not persist on new search, if distinct:

What is the end goal here? To not have the sort change on a new search. Do you want Everything to hide duplicated names? Yes. Yes, at particular times. As I'm dealing with sets of files, I do not want to see the dup'd files as they are nothing but clutter. When I know what I am going to do with the...
by therube
Fri Mar 15, 2024 2:53 pm
Forum: Support
Topic: Rename parts of file name
Replies: 2
Views: 980

Re: Rename parts of file name

Enable Regular expressions (& Ignore extension - only so you don't have to deal with them) Old: ^BU#(\d{4})(\d{2})(\d{2})(.*?) New: BU#\1-\2-\3 find 4 digits, find 2 digits, find 2 digits, discard anything else that follows stick dashes between the 3 sets of digits (In Everything 1.5alpha, you c...
by therube
Thu Mar 14, 2024 2:43 pm
Forum: Everything 1.5 Alpha
Topic: Sorting a column does not persist on new search, if distinct:
Replies: 5
Views: 895

Sorting a column does not persist on new search, if distinct:

Sorting a column does not persist on new search, if distinct:. if i sort by Size then enter a different Search (same Tab) sort reverts to Name - IT WOULD SEEM TO BE SOME SETTING in my .ini ... - BUT, WHAT ? AH: we're back to DISTINCT: (lets see what was said about distinct:, & distinct: becoming...
by therube
Wed Mar 13, 2024 3:05 pm
Forum: Everything 1.5 Alpha
Topic: Restrict specific search to the top folder level
Replies: 9
Views: 549

Re: Restrict specific search to the top folder level

The date format you mentioned first is different from what you've shown (so the regex: would be wrong)? So these dated "files" are actually files, & not "dated" directories? If you only want files specifically in K:\Bilder\Fotografie\ & no subdirectories, you can use pare...
by therube
Wed Mar 13, 2024 2:50 pm
Forum: Everything 1.5 Alpha
Topic: you need urgentely to add an option o delete duplicate floder to the program
Replies: 3
Views: 380

Re: you need urgentely to add an option o delete duplicate floder to the program

we can already search for them
What is the search used to find duplicate folders?


And, please, I urgently request that we give thanks, heh :-).
by therube
Wed Mar 13, 2024 2:48 pm
Forum: Everything 1.5 Alpha
Topic: Show Search Filter in Title Bar
Replies: 8
Views: 1028

Re: Show Search Filter in Title Bar

In that regard, I've been meaning to post:
Tabs show
<search> - {Filter} [in effect], (or {filter} if search="")
is there a way (pref) to NOT show {filter} [in a Tab]?

(am i sure i do not want it to show ?)
by therube
Wed Mar 13, 2024 2:36 pm
Forum: Support
Topic: Excluding folders from being indexed not working with CLI
Replies: 7
Views: 1725

Re: Excluding folders from being indexed not working with CLI

(Since we're here, I'll just babble... note...) -create-file-list-* slashes are not ambidextrous, always ;-). WORKS: -create-file-list-exclude-folders c:\out\100000 -create-file-list-exclude-folders c:\out\100000\ -create-file-list-exclude-folders c:\out\100000/ -create-file-list-exclude-folders 100...
by therube
Wed Mar 13, 2024 2:27 pm
Forum: Support
Topic: Crashing on a -create-file-list ?
Replies: 2
Views: 927

Re: Crashing on a -create-file-list ?

(Ohey, am I that far behind. [Past] time to update ;-).)
by therube
Tue Mar 12, 2024 3:02 pm
Forum: Support
Topic: Crashing on a -create-file-list ?
Replies: 2
Views: 927

Crashing on a -create-file-list ?

1.5 (oh, how do you like that, 1367) Crashing on a -create-file-list ? C:\out\recylererer>\dev\locate\everything -instance 15 -create-file-list dumy.out9 c:/out/recylerer (Same basic command-line as, https://www.voidtools.com/forum/viewtopic.php?t=14753.) Note that "15" is my regular Every...
by therube
Mon Mar 11, 2024 2:58 pm
Forum: Everything 1.5 Alpha
Topic: Is it possible to exclusively open a window/tab with a setting enabled/disabled?
Replies: 25
Views: 1797

Re: Is it possible to exclusively open a window/tab with a setting enabled/disabled?

Two quick thoughts...

Use a separate -instance for your omit_results work, maybe call it, -instance OMIT.

Maybe ? a setting in Tools | Options | Home -> Search can be set to un-omit -omit_results ?
by therube
Mon Mar 11, 2024 2:44 pm
Forum: Support
Topic: Exclude list works even when it's disabled
Replies: 4
Views: 1156

Re: Exclude list works even when it's disabled

Is D: a removable device?

If so, do you have multiple removable devices that end up being D: when they are plugged in, & have you been switching between them?

If so, wonder if that has a bearing on what you are seeing?
by therube
Fri Mar 08, 2024 3:40 pm
Forum: Everything 1.5 Alpha
Topic: 1370: Cut / Paste bug
Replies: 22
Views: 2296

Re: 1370: Cut / Paste bug

i'm Pasting into a directory (path) i'm Pasting into a Results List window containing /files/ (not directories) of the Path i'm wanting to paste to (happens to be all the files in the Results List are of the same [exact, & only 1 at that] directory - T:/new/ parents:2 & T/NEW/delme (which ha...
by therube
Thu Mar 07, 2024 7:50 pm
Forum: Everything 1.5 Alpha
Topic: everything causing hdd lock-up ?
Replies: 4
Views: 304

Re: everything causing hdd lock-up ?

Maybe you're running in a loop (because of the VM)?

Are you running a non-VM Everything from within the VM?
(As opposed to running a "VM" instance of Everything from within the VM.)
by therube
Thu Mar 07, 2024 7:44 pm
Forum: Everything 1.5 Alpha
Topic: 1370: Cut / Paste bug
Replies: 22
Views: 2296

Re: 1370: Cut / Paste bug

You can Paste into searchbar. You can Paste into results list. So long as the correct area had been set, at some point, an attempted Paste should still work, even if a Cut action "unset" focus. The area, be it searchbar or results list, should still be known, even if focus itself isn't (an...
by therube
Thu Mar 07, 2024 7:40 pm
Forum: Everything 1.5 Alpha
Topic: 1370: Cut / Paste bug
Replies: 22
Views: 2296

Re: 1370: Cut / Paste bug

Issue can be exacerbated simply by doing a CUT.
Cause once a file is CUT (& pasted elsewhere, focus at that point (in the source of the CUT window) is not.
So when you go back to that window (or Tab), & without specifically setting focus (into the Results list), an attempt to Paste, will fail.
by therube
Thu Mar 07, 2024 7:30 pm
Forum: Everything 1.5 Alpha
Topic: everything causing hdd lock-up ?
Replies: 4
Views: 304

Re: everything causing hdd lock-up ?

Shouldn't.

Explain "lock-up"?
by therube
Thu Mar 07, 2024 6:17 pm
Forum: Everything 1.5 Alpha
Topic: 1370: Cut / Paste bug
Replies: 22
Views: 2296

Re: 1370: Cut / Paste bug

I wonder... I wonder if it is not in fact a focus issue? You CUT from 1 tab, Ctrl+TAB to the next, and... and at that point focus is - in lala land - sometimes. And at those times, when you attempt to Paste, because you're not where you think you are, the Paste fails? focus is not in the searchbar n...
by therube
Thu Mar 07, 2024 6:14 pm
Forum: Suggestions
Topic: Add "group by type" option
Replies: 1
Views: 911

Re: Add "group by type" option

You can add a 'Type' column (at least in 1.5a, not sure about 1.4), & then do what you want with that (like sort).
by therube
Thu Mar 07, 2024 3:43 pm
Forum: Everything 1.5 Alpha
Topic: 1370: Cut / Paste bug
Replies: 22
Views: 2296

Re: 1370: Cut / Paste bug

it looks like pasting to more than 1 location is causing the issue Just 1. Select, cut (Ctrl+X) a file in 1 tab, Ctrl+TAB to the next tab, Shift+INS. check if the cut item or paste location has a very long filename Nope. SFN in both cases. As far as the distinct: part is concerned (which appears to...
by therube
Wed Mar 06, 2024 3:38 pm
Forum: Everything 1.5 Alpha
Topic: 1370: Cut / Paste bug
Replies: 22
Views: 2296

Re: 1370: Cut / Paste bug

Here is CUT/PASTE, similar situation - that worked as expected, in 1367: disconnected from service Everything: 1.5.0.1367a (x86) OS: Windows NT 6.1 7601 (x64) Admin: 0 Service: 1 (connected / installed and running) Command line: -instance 15 Binary: C:\DEV\Locate\15.1367\Everything.exe Profile: C:\D...
by therube
Tue Mar 05, 2024 3:41 pm
Forum: Bug report
Topic: windows hardlink delete problem
Replies: 6
Views: 1061

Re: windows hardlink delete problem

I'll note that Everything 1.5 Alpha handles hardlinks differently. (Specifics I don't recall, though they are noted in these pages. And if they handle what you've mentioned, also not sure? Also, if you're indexing Properties [does 1.4 do that?], with 1.5, your index would need a rebuild regardless.)
by therube
Tue Mar 05, 2024 3:32 pm
Forum: Everything 1.5 Alpha
Topic: 1370: Cut / Paste bug
Replies: 22
Views: 2296

Re: 1370: Cut / Paste bug

so... (& you thought we were done ;-)) in 1367, 2 DISTINCT: tabs, a cut from 1 & paste into 2, correctly shows the newly pasted location - in 1, but 2 does not update - until refreshed i hadn't realized that before, because never had the need to access anything from 2, & 1 did correctly ...
by therube
Tue Mar 05, 2024 3:32 pm
Forum: Everything 1.5 Alpha
Topic: 1370: Cut / Paste bug
Replies: 22
Views: 2296

Re: 1370: Cut / Paste bug

1370 on a DISTINCT: or maybe it might be between multiple DISTINCT: windows/tabs, a CUT/PASTE may not appear to CUT/PASTE, may still show as CUT - even after having "PASTED" it elsewhere - which may not show as up, because the DISTINCT: in that other window/tab does not allow it to show - ...
by therube
Tue Mar 05, 2024 3:32 pm
Forum: Everything 1.5 Alpha
Topic: 1370: Cut / Paste bug
Replies: 22
Views: 2296

Re: 1370: Cut / Paste bug

so, let me tell you a story... i woke up at 4:AM, dripping with sweat & the world said, inclusive, INCLUSIVE & i shouted No! i am me, & no one else is me! distinct: DISTINCT:! so, let me tell you a story... the other day my cat got bit (by something) & he was OK, just bleeding a bit ...
by therube
Tue Mar 05, 2024 3:31 pm
Forum: Everything 1.5 Alpha
Topic: 1370: Cut / Paste bug
Replies: 22
Views: 2296

Re: 1370: Cut / Paste bug

CLCL is clipboard caching utility.

Though I've used that used for years (& the program is unchanged since, 2022/12/1).

And that said...
by therube
Mon Mar 04, 2024 4:08 pm
Forum: Everything 1.5 Alpha
Topic: distinct: has become more distinct:
Replies: 5
Views: 791

Re: distinct: has become more distinct:

(just noting...) i am really not liking where Everything has become more "accurate" because as i'm apt to use DISTINCT: (or similar) regularly, & might or might not have it enabled in particular windows/tabs, so when i make a change & jump to a different window/tab & don't see ...
by therube
Mon Mar 04, 2024 4:05 pm
Forum: Everything 1.5 Alpha
Topic: 1367: Size & Date Missing (Part II)
Replies: 17
Views: 1756

Re: 1367: Size & Date Missing (Part II)

A quirky way to update just one folder is to apply and remove the read-only attribute.
the Attribute change hack on a NO-size NO-date file
did work to restore its' size & date (in Everything)
(& without necessitating a Reindex)
by therube
Mon Mar 04, 2024 3:59 pm
Forum: Everything 1.5 Alpha
Topic: Building the index is slow, is there a way to export it afterwards?
Replies: 8
Views: 593

Re: Building the index is slow, is there a way to export it afterwards?

I'm curious, how do you open/view this db?
Simply set up an -instance for it.
(I was only interested in seeing "historical" data, what is or is not there, & not to make any changes.)

GO-HOME-15.BAT:

Code: Select all

cmd /c start .\everything.exe -instance HOME -read-only -no-auto-include