Search found 98 matches

by kazzybash
Sun Apr 21, 2024 12:33 pm
Forum: Off-topic discussion
Topic: Automating a task
Replies: 9
Views: 976

Re: Automating a task

hi NotNull, sent you a PM. Thanks for your efforts, truly appreciated. regards, kazzy
by kazzybash
Sun Apr 21, 2024 12:27 pm
Forum: Everything 1.5 Alpha
Topic: Color of column
Replies: 9
Views: 507

Re: Color of column

[{"Path":"size","dark_foreground_color":"#ffff00"},"Path":"dm","dark_foreground_color":"#ffff00"}] This is missing the name identifier. To set the Path column text color to Yellow, please try: [{"name":"P...
by kazzybash
Thu Apr 18, 2024 3:46 pm
Forum: Everything 1.5 Alpha
Topic: Color of column
Replies: 9
Views: 507

Re: Color of column

hi David, thanks a lot for implementing and this message! Trying to make it work. Let's take the image on the top of this thread as an example. Name of the column is 'path'. color is yellow (I take this yellow: #ffff00), mode is (or appears to be) dark. That would result in: [{"Path":"...
by kazzybash
Mon Apr 15, 2024 5:06 pm
Forum: Everything 1.5 Alpha
Topic: query first 'n' identical characters in a foldername
Replies: 10
Views: 604

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

hi, the regex works very well, a big thanks once more! A follow up on this thread. The expression below (and above) is giving me: "the first 5 characters must be identical" regex:"^(.{5})" dupe:path;regmatch1 Would the following be possible and if so, how: "the first 5 chara...
by kazzybash
Mon Apr 15, 2024 4:58 pm
Forum: Off-topic discussion
Topic: Any idea what 0-0-----------------------------------------------------------0 is?
Replies: 11
Views: 636

Re: Any idea what 0-0-----------------------------------------------------------0 is?

Looking at my Internet connections, a local and remote address of: 0-0-----------------------------------------------------------0 Has appeared. Any idea what this is please? On one of the connections, instead of a number, CIFS is showing, I've no idea what this is either. Address connection.jpg wh...
by kazzybash
Sun Mar 31, 2024 9:50 am
Forum: Everything 1.5 Alpha
Topic: Color of column
Replies: 9
Views: 507

Re: Color of column

hello David, thanks a lot for your explanation! With regard to your question: to me it would be meaningful to have this option. For instance: I use the 3-date columns (created, modified, accessed) and I would be interested in giving two or three of them their own color. I feel that in general the op...
by kazzybash
Sat Mar 30, 2024 6:35 pm
Forum: Everything 1.5 Alpha
Topic: Color of column
Replies: 9
Views: 507

Color of column

Hi, on the forum I saw this image and I was wondering if it is possible to set the color of a sole column like the yellow colored one in the picture (possibly it was edited afterwards?). If it is possible, then how?
IMG_0162.png
IMG_0162.png (118.05 KiB) Viewed 507 times
Thanks, regards, kazzy
by kazzybash
Sat Mar 30, 2024 6:30 pm
Forum: Everything 1.5 Alpha
Topic: Finding unique files between 2 folders based on hash.
Replies: 17
Views: 690

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

Not sure if I’m helping you with this, but maybe you could try ‘Alldup’ (you can search for duplicates by hash OR byte-by-byte AND/OR name). Regards, kazzy
by kazzybash
Sat Mar 30, 2024 3:14 pm
Forum: Off-topic discussion
Topic: Automating a task
Replies: 9
Views: 976

Re: Automating a task

hi, I tried but cannot get this to work, it clearly is beyond my capabilities :) . But I found a way to get closer to what I achieve by using this line of code the two of you came up with in another topic : regex:"^(.{5})" dupe:path;regmatch1 . I need to complete the task by hand, but this...
by kazzybash
Sat Mar 23, 2024 2:43 pm
Forum: Everything 1.5 Alpha
Topic: Folder shown in Everything cannot be accessed
Replies: 1
Views: 262

Folder shown in Everything cannot be accessed

Hi, not sure if I should be posting this question here (as it may not be an Everything-related phenomenon), but let's see. It can then be kicked in the off topic subforum, obviously. Got a NTFS formatted disk. A folder is shown in Everything that cannot be accessed (File Explorer and/or CMD) or remo...
by kazzybash
Thu Mar 21, 2024 6:14 pm
Forum: Everything 1.5 Alpha
Topic: query first 'n' identical characters in a foldername
Replies: 10
Views: 604

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

Hi NotNull, therube, this one below does it, that is what I was looking for (not the variant with "B.." being skipped, although I do understand where you're coming from). When you want A..12 345678 and A..12 876543 to be considered "equal", but not B..12 345678: "C:\your\sta...
by kazzybash
Wed Mar 20, 2024 10:25 pm
Forum: Everything 1.5 Alpha
Topic: [Suggestion] Do not show Close button on tabs
Replies: 11
Views: 1036

Re: [Suggestion] Do not show Close button on tabs

:lol:

Sorry for addressing you wrongly NotNull!
by kazzybash
Wed Mar 20, 2024 5:01 pm
Forum: Everything 1.5 Alpha
Topic: query first 'n' identical characters in a foldername
Replies: 10
Views: 604

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

hello David, thanks a lot for your kind reply and code. I tried the query, but it did not yet do what I am looking for. This must be due to my explanation probably :) . Please see the foldertree zipped in the attachment, it contains only totally empty folders/subfolders. When I run the query with 't...
by kazzybash
Tue Mar 19, 2024 9:58 pm
Forum: Everything 1.5 Alpha
Topic: [Suggestion] Do not show Close button on tabs
Replies: 11
Views: 1036

Re: [Suggestion] Do not show Close button on tabs

:)


thanks therube for this suggestion (it is an improvement!)

regards, kazzy
by kazzybash
Tue Mar 19, 2024 9:57 pm
Forum: Everything 1.5 Alpha
Topic: Suggestion: bookmarks-list uses subfolders
Replies: 4
Views: 362

Re: Suggestion: bookmarks-list uses subfolders

thanks a lot Horst! implemented
by kazzybash
Tue Mar 19, 2024 9:56 pm
Forum: Everything 1.5 Alpha
Topic: query first 'n' identical characters in a foldername
Replies: 10
Views: 604

query first 'n' identical characters in a foldername

hi all, is there (in a collection of folders within one parent folder) an easy syntax to query:

show all folders of which the first 5 characters in the foldername are identical?

regards, kazzy
by kazzybash
Tue Mar 19, 2024 9:31 pm
Forum: Everything 1.5 Alpha
Topic: Suggestion: export/import ALL settings (.ini & .csv)
Replies: 4
Views: 372

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

Thanks therube! much appreciated
headbang.gif
headbang.gif (575 Bytes) Viewed 299 times
by kazzybash
Sun Mar 17, 2024 7:05 pm
Forum: Everything 1.5 Alpha
Topic: Suggestion: bookmarks-list uses subfolders
Replies: 4
Views: 362

Re: Suggestion: bookmarks-list uses subfolders

hi horst, thanks for the suggestion and I did search the forum a bit longer, but as yet I have not been able to find a topic about this on the forum. Do you, does anybody have a link please? Kind regards, kazzy
by kazzybash
Sun Mar 17, 2024 6:51 pm
Forum: Everything 1.5 Alpha
Topic: Suggestion: export/import ALL settings (.ini & .csv)
Replies: 4
Views: 372

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

hi horst, thanks. Now I see that David has addressed this here. Scripting the production of a single backup-file (7zip) could be an idea for me, will consider that then. Regards, kazzy
by kazzybash
Sun Mar 17, 2024 2:54 pm
Forum: Off-topic discussion
Topic: Automating a task
Replies: 9
Views: 976

Re: Automating a task

hi therube, thanks a lot for your effort in answering my question. I am not certain whether we understand each other. Let me try to clarify my situation. Please have a look at the picture: foldertree.jpg On the column on the left I have a few new folders with new files. The column next to that shows...
by kazzybash
Sun Mar 17, 2024 2:30 pm
Forum: Everything 1.5 Alpha
Topic: Suggestion: export/import ALL settings (.ini & .csv)
Replies: 4
Views: 372

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

hi David, would it be an idea to have an option to export/import ALL Everything-settings in one go? Thereby I mean the .ini, bookmarks & filters? It makes it easier to transfer between different machines. Regards, Kazzy
by kazzybash
Sun Mar 17, 2024 2:25 pm
Forum: Everything 1.5 Alpha
Topic: Suggestion: bookmarks-list uses subfolders
Replies: 4
Views: 362

Suggestion: bookmarks-list uses subfolders

hi David, possibly this has been mentioned before, but using 'subfolders' in the bookmarks list could be helpful when the list is long (and it is here with me :D ). Thanks for reading, regards, kazzy
by kazzybash
Sun Mar 17, 2024 2:22 pm
Forum: Everything 1.5 Alpha
Topic: Fuzzy search for folders
Replies: 4
Views: 405

Re: Fuzzy search for folders

:lol: I see, not for guys like me indeed. Thanks for the lead anyways!
by kazzybash
Fri Mar 08, 2024 7:59 pm
Forum: Everything 1.5 Alpha
Topic: Duplicate search
Replies: 6
Views: 1292

Re: Duplicate search

Is there anyone in Everything land that's aware of any (preferably free) programme that has a fuzzy search to find dupes that aren't exact please? Maybe Alldup is able to do what you are looking for (it has a function for images, but I am not sure if it has a function for other filetypes). regards,...
by kazzybash
Fri Mar 08, 2024 7:40 pm
Forum: Everything 1.5 Alpha
Topic: Fuzzy search for folders
Replies: 4
Views: 405

Re: Fuzzy search for folders

thanks meteorquake for your extensive reply with explanation and script! I am trying to make it useful, but I am a total n00b when it comes to script (never got past ms-dos and I know how to program my microwave). I looked around on the internet, but did not find an answer yet. How would I be able t...
by kazzybash
Fri Mar 08, 2024 4:30 pm
Forum: Everything 1.5 Alpha
Topic: Fuzzy search for folders
Replies: 4
Views: 405

Fuzzy search for folders

hi all, was reading this thread . It deals with duplicates where my question below does not (only when it comes to foldernames). A fuzzy search in Everything would be great (Filelocator Pro, an entirely different - and slower - approach to searching than Everything, has it). I was wondering if it wo...
by kazzybash
Tue Mar 05, 2024 6:57 pm
Forum: Off-topic discussion
Topic: Move only queried files in and with the folder(tree) they are in
Replies: 2
Views: 446

Move only queried files in and with the folder(tree) they are in

Hi folks, is there a way to move files that have come up in a query to another location in their respective folders (and also the foldertree those folders are in)? Put differently: how to move a selection of files that are scattered over folders (that are scattered over a foldertree) leaving the fol...
by kazzybash
Tue Mar 05, 2024 6:30 pm
Forum: General
Topic: Everything command configuration question
Replies: 10
Views: 635

Re: Everything command configuration question

Thanks a lot David, works like a charm!

You ask: ‘Can there be a . in the filename part?’

I am not sure what you are asking, because, say, ‘001.filename.txt’ is perfectly possibl, isn’t it?

Regards, kazzy
by kazzybash
Sat Mar 02, 2024 12:52 pm
Forum: General
Topic: Everything command configuration question
Replies: 10
Views: 635

Re: Everything command configuration question

thanks David! The second one (regex:^_+) does produce exactly the results I am looking for. The first one (regex:^\d+\.) produces wanted mixed with unwanted results. For instance 2.txt (and/or 513236190445411.txt) is coming up, but unwanted. The formatting is important to my query: 000.filename.ext ...
by kazzybash
Fri Mar 01, 2024 6:57 pm
Forum: Everything 1.5 Alpha
Topic: Find Duplicates
Replies: 41
Views: 16455

Re: Find Duplicates

hello void, my header looks the same as yours in the image. Thanks for your reply! Just as in this thread the problem seems to solve itself... nice, but strange! I don't know how Everything works, but maybe the program needs a full computer restart to function properly sometimes. Anyway, I do have t...
by kazzybash
Fri Mar 01, 2024 6:44 pm
Forum: General
Topic: Everything command configuration question
Replies: 10
Views: 635

Re: Everything command configuration question

I do have some additional questions about keywords though. Say I have files named: 001.xyz 002.xyp#d 003.fdls.4s.rrrlp 2132312abler 33334345355w545 ...etc I want the query to in-/exclude files that have names formatted like the first 3 in the example above. With the first 4 (or 3, 5, 6) characters l...
by kazzybash
Fri Mar 01, 2024 5:47 pm
Forum: Off-topic discussion
Topic: Automating a task
Replies: 9
Views: 976

Re: Automating a task

wow, thanks man!! I will go into this coming weekend and report back Nice! regards, Kazzy
by kazzybash
Thu Feb 29, 2024 10:21 pm
Forum: General
Topic: Everything command configuration question
Replies: 10
Views: 635

Re: Everything command configuration question

hi, had a look into it. The problem appears to be absent at the moment, weird... When it returns, I will with it. Thanks!! Kazzy
by kazzybash
Thu Feb 29, 2024 10:19 pm
Forum: Everything 1.5 Alpha
Topic: Find Duplicates
Replies: 41
Views: 16455

Re: Find Duplicates

hi all, just to check if I am not doing something wrong: no filters applied, being 100% that there are name- and size duplicates in my drives, they should come up in Everything when querying by 'dupe:' , right? I don't understand how I do not get results (rightclicking the name column does provide m...
by kazzybash
Sun Feb 25, 2024 11:57 am
Forum: General
Topic: Everything command configuration question
Replies: 10
Views: 635

Re: Everything command configuration question

Hello all, hello void, this did work, but after a while when using this seach command I do get all files that do have the keywords in their name (and yes I do still use the ‘!’). Weird no? I trying to figure out what goes wrong. Is the number of possible keywords in one command maybe limited (say to...
by kazzybash
Thu Feb 22, 2024 10:02 am
Forum: Off-topic discussion
Topic: Automating a task
Replies: 9
Views: 976

Automating a task

hi all, got this archive of excels, neatly ordered. New excels come in regularly, offered in archives. I download those, unpack and then move the newly created folder with contents ('new set') to the archive ('old set'), by hand. I would like to automate this. Thing is that the foldernames in 'new s...
by kazzybash
Thu Feb 22, 2024 9:45 am
Forum: General
Topic: Everything command configuration question
Replies: 10
Views: 635

Re: Everything command configuration question

thanks a bunch, will try this out with pleasure! regards kazzy
by kazzybash
Thu Feb 22, 2024 9:23 am
Forum: Off-topic discussion
Topic: move folder in folder of same name SOLVED
Replies: 4
Views: 287

Re: move folder in folder of same name

thanks void!!
by kazzybash
Thu Feb 22, 2024 9:16 am
Forum: Off-topic discussion
Topic: move folder in folder of same name SOLVED
Replies: 4
Views: 287

Re: move folder in folder of same name

:idea: This works, phenomenal... I haven't figured out how to make lasagna with Everything, but I a think it will be able to do even that. Just one last step in this thread... I only want to move nested folders with the same name when the parentfolder does not have any other files or folders in it. ...
by kazzybash
Thu Feb 22, 2024 9:01 am
Forum: General
Topic: Everything command configuration question
Replies: 10
Views: 635

Everything command configuration question

hi there, could anyone tell please me how the following can be achieved by Everything: -for the contents of a folder give my keyword in the searchbar (this I am able to do :P ) -in case keyword is present in filenames those will show in the results -now, I am NOT interested in processing the files t...
by kazzybash
Thu Feb 22, 2024 8:46 am
Forum: Off-topic discussion
Topic: move folder in folder of same name SOLVED
Replies: 4
Views: 287

move folder in folder of same name SOLVED

hi, on my laptop I have quite a number of folders that each only contain a folder with the exact same name as the folder they are in. The deepest folder contains files I want. Is there software to move those deepest folders up one level and/or does anyone know how to script this? Thanks for reading!...
by kazzybash
Sat Dec 30, 2023 3:37 pm
Forum: Suggestions
Topic: Add 'level up the tree' command and/or 'Favorite Folders'
Replies: 1
Views: 867

Add 'level up the tree' command and/or 'Favorite Folders'

Hi, probably this has been asked here before, but would it be an idea to have a command added to the Everything context menu (please see attachment) under 'Expand' to go one level or several levels up in the tree? For example in my image it would bring me to the level of 'C:\' or one level higher to...
by kazzybash
Wed May 24, 2023 9:07 am
Forum: General
Topic: Really Useful Set of Bookmark Searches 2.3 for Everything 1.5A
Replies: 72
Views: 363060

Re: Really Useful Set of Bookmark Searches 2.1 for Everything

ChrisGreaves wrote: Tue Apr 11, 2023 6:43 pm I generally delete these files after my nightly backup to an external USB drive.
Cheers, Chris
Thanks Chris! regards, Kazzy
by kazzybash
Wed May 24, 2023 9:06 am
Forum: Everything 1.5 Alpha
Topic: Double click results: behaviour
Replies: 1
Views: 358

Double click results: behaviour

hi, on my pc I got two instances of Everything 1.5 Alpha: one fixed (set to be like the 'normal' instance of Everything (not being 1.5 Alpha I mean) and one portable. I do not run them simultaneously. If one instance runs the other is not running and vice versa. The behaviour of double click in the ...
by kazzybash
Mon Dec 12, 2022 2:30 pm
Forum: Everything 1.5 Alpha
Topic: Installing updates to Everything 1.5 Alpha
Replies: 4
Views: 972

Re: Installing updates to Everything 1.5 Alpha

There you go… thanks Horst! I didn’t even know this was at all possible. :D Regards, kazzy
by kazzybash
Mon Dec 12, 2022 2:13 pm
Forum: Everything 1.5 Alpha
Topic: Installing updates to Everything 1.5 Alpha
Replies: 4
Views: 972

Re: Installing updates to Everything 1.5 Alpha

Thanks a lot David.
Just as a matter of interest: how does this work, then, if anything would change in the Everything-service?
regards, Kazzy
by kazzybash
Mon Dec 12, 2022 2:12 pm
Forum: Everything 1.5 Alpha
Topic: Everything 1.5a 1.5.0.1330a does not (always) reflect changes
Replies: 6
Views: 1218

Re: Everything 1.5a 1.5.0.1330a does not (always) reflect changes

Hi David, -The service not being installed correctly, or not running will definitely cause Everything to not see changes. The question is now: Why was the service not installed correctly or running? If this happens again, could you please: Check if the Everything Service is running (Start -> Service...
by kazzybash
Mon Dec 12, 2022 9:09 am
Forum: Everything 1.5 Alpha
Topic: Installing updates to Everything 1.5 Alpha
Replies: 4
Views: 972

Installing updates to Everything 1.5 Alpha

hi, whenever a new version is released I do install. I got 'no alpha instance' in place. Normally I download and run the installer. For my understanding: could I also download the 'standalone' , extract the Everything64.exe from the zip, replacing the Everything.exe (renaming it in the process, of c...