Search found 38 matches

by nod5
Thu Apr 18, 2024 7:30 am
Forum: Everything 1.5 Alpha
Topic: Feature request: Define Colors by file type
Replies: 22
Views: 9124

Re: Feature request: Define Colors by file type

Requests for future enhancements to the the color filters feature - In addition to color allow using any emoji symbol, shown as prefix in the first column for matching files. - keyboard shortcuts to add/remove selected file(s) to a color filter - search functions to list files matching a color filte...
by nod5
Mon Apr 08, 2024 9:28 pm
Forum: Everything 1.5 Alpha
Topic: Color labels
Replies: 2
Views: 142

Re: Color labels

I think zuzu_kuc asked about setting a color for individual files, one by one. That seems different from the current color filters which applies a color to all files of a specific type. I also think It would be useful to have a quick way to add/remove a a label to individual files so I'll add some t...
by nod5
Mon Mar 20, 2023 10:15 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?

Raindrops wrote: Mon Mar 06, 2023 5:24 am Can anyone please help with tips?
Why not just start with AutoHotkey and if you ever find something it cannot do then try the others.
by nod5
Fri Mar 03, 2023 6:33 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?

While waiting for built in synonyms it is pretty easy to do this kind of replacement with an AutoHotkey script. #Requires AutoHotkey v2 Synonyms := Map("sewage treatment plant", "STP" , "Constructed wetlands", "CW" , "Horizontal subsurface filter", &...
by nod5
Thu Nov 24, 2022 7:05 pm
Forum: Everything 1.5 Alpha
Topic: date syntax dm:YYMMDD
Replies: 7
Views: 5516

Re: date syntax dm:YYMMDD

Thank you for making Everything awesome! :)
by nod5
Wed Nov 23, 2022 5:54 pm
Forum: Everything 1.5 Alpha
Topic: Advanced Rename
Replies: 50
Views: 18226

Re: Advanced Rename

This feature has already been added . $number0: $number00: $number000: $number0000: $number00000: ... etc. Oh nice thank you for already requesting it and thanks void for implementing! I would mildy prefer $numberN: where N is a number instead of those multiple zeros. For example $number20: is nice...
by nod5
Wed Nov 23, 2022 1:08 pm
Forum: Everything 1.5 Alpha
Topic: Advanced Rename
Replies: 50
Views: 18226

Re: Advanced Rename

Feature requests. 1. Add a padded number syntax similar to the existing $number: but prefix pad with zeros. The syntax might be $padnumber<N>: where N is number of digits to output. For example rename files x.txt and y.txt with pattern %1$padnumber4:.%2 to get x0001.txt and y0002.txt 2. add a shortc...
by nod5
Wed Nov 23, 2022 12:46 pm
Forum: Everything 1.5 Alpha
Topic: date syntax dm:YYMMDD
Replies: 7
Views: 5516

date syntax dm:YYMMDD

Add support for date syntax dm:YYMMDD , that is year-month-day with two digits for each segment. For example the date 2022-11-23 is 221123 in the YYMMDD format. Existing 1.5 date syntax supports YYYYMM[DD[Thh[mm[ss[.sss]]]]] and I don't suggest removing that. Instead add a setting that toggles inter...
by nod5
Wed Sep 08, 2021 8:23 pm
Forum: Everything 1.5 Alpha
Topic: wish for multi file renaming: CLI option to specify files from LSV textfile list
Replies: 5
Views: 6689

Re: wish for multi file renaming: CLI option to specify files from LSV textfile list

@void Thank you

Thanks also therube for making me aware of the wildcard support in v1.5. It wouldn't have helped in a recent case where I ran into CLI path max length trouble, but I'm sure I'll find use for it in some other cases.
by nod5
Tue Sep 07, 2021 9:29 am
Forum: Everything 1.5 Alpha
Topic: wish for multi file renaming: CLI option to specify files from LSV textfile list
Replies: 5
Views: 6689

wish for multi file renaming: CLI option to specify files from LSV textfile list

We can open the multi file renaming window from CLI with filepaths as separate parameters -rename [filename1] [filename2] [filename3] [...] https://www.voidtools.com/support/everything/command_line_options/#multi_file_renaming In the case of many files with long paths this can hit the maximum CLI pa...
by nod5
Thu Jul 29, 2021 7:38 am
Forum: Everything 1.5 Alpha
Topic: ImDisk ramdisk: deleted hardlink files lingers in Everything index
Replies: 11
Views: 10755

Re: ImDisk ramdisk: deleted hardlink files lingers in Everything index

It depends on the filename used in the USN Journal event. It would be useful to know the answer to this: If a user in tests notices that Everything 1.5 does detect hardlink deletion on a particular SSD drive then can the user rely on that being the case also going forward, for that particular drive...
by nod5
Mon Jul 26, 2021 10:22 pm
Forum: Everything 1.5 Alpha
Topic: ImDisk ramdisk: deleted hardlink files lingers in Everything index
Replies: 11
Views: 10755

Re: ImDisk ramdisk: deleted hardlink files lingers in Everything index

(I had it on my list to inquire about just this...) In my tests Everything 1.5 does detect when a hardlink file on a regular SSD NTFS drive is deleted. In that regard, I'll just note that hardlink deletions were not detected on HDD on my end. That's interesting. If the dependency is "If enough...
by nod5
Mon Jul 26, 2021 10:12 pm
Forum: Everything 1.5 Alpha
Topic: sha1sum-sha1: sha256sum-sha256: question
Replies: 7
Views: 8517

Re: sha1sum-sha1: sha256sum-sha256: question

Press F5 to reload sfv, md5sum, sha1sum and sha256sum cache. Ok. Yes after F5 press v1.5 does notice if the .sha256 file in/out of the test folder, though it still seems to not work all the time or with delay, but I can't yet pinpoint the issue more exactly. To be fair I have so far only tested thi...
by nod5
Sat Jul 24, 2021 1:51 pm
Forum: Everything 1.5 Alpha
Topic: active column header bg color different from result bg color
Replies: 2
Views: 7036

active column header bg color different from result bg color

1.5.0.1269a (x64)

I found no option to change the color of the active column header (red arrow). Changing the result bg color for the active column (blue arrow) does not affect the header color. Bug? Intended? Todo?
header.png
header.png (7.52 KiB) Viewed 7036 times
by nod5
Sat Jul 24, 2021 1:38 pm
Forum: Everything 1.5 Alpha
Topic: sha1sum-sha1: sha256sum-sha256: question
Replies: 7
Views: 8517

Re: sha1sum-sha1: sha256sum-sha256: question

Thanks. With the format "<hash><space><space><filename>" for the .sha1 file I can get 1.5 to find the matching file. But I now encountered another issue: if I delete the .sha1 file Everything still shows the match for the search. Example search: C:\checksum\a.txt sha1sum-sha1:a94a8fe5ccb19...
by nod5
Sat Jul 24, 2021 1:08 pm
Forum: Everything 1.5 Alpha
Topic: sha1sum-sha1: sha256sum-sha256: question
Replies: 7
Views: 8517

sha1sum-sha1: sha256sum-sha256: question

1.5.0.1269a (x64) I did not get commands sha1sum-sha1: and sha256sum-sha256: to work. Search for files with the specified checksum file hash. Everything will search for a .sfv, .md5, .sha1 or .sha256 checksum file in the same location as the file being searched. I tried all combinations of these. ch...
by nod5
Sat Jul 24, 2021 12:59 pm
Forum: Everything 1.5 Alpha
Topic: ImDisk ramdisk: deleted hardlink files lingers in Everything index
Replies: 11
Views: 10755

Re: ImDisk ramdisk: deleted hardlink files lingers in Everything index

Thanks for the reply. Force rebuild works but takes a bit of time to finish. Idea: Could Everything have an option to frequently check the existence of the hardlink files it has indexed? In use cases with not very many individual hardlink files (I'm not suggesting this for hardlink folders) this mig...
by nod5
Sat Jul 24, 2021 12:49 pm
Forum: Everything 1.5 Alpha
Topic: Request: make "Right click drag drop onto path column" accept drop in whole cell (not only on path text)
Replies: 2
Views: 3508

Request: make "Right click drag drop onto path column" accept drop in whole cell (not only on path text)

1.5.0.1269a (x64)

Request: make the Right click drag drop onto path column feature accept a drop anywhere in a folder path column cell. Currently the drop only works on the folder path text, which can be very short and therefore harder to target e.g. C:\
by nod5
Sat Jul 24, 2021 12:42 pm
Forum: Everything 1.5 Alpha
Topic: ImDisk ramdisk: deleted hardlink files lingers in Everything index
Replies: 11
Views: 10755

ImDisk ramdisk: deleted hardlink files lingers in Everything index

1.5.0.1269a (x64) Issue: On a NTFS ramdisk created with ImDisk Everything does not detect when a hardlink file is deleted in Explorer. Everything correctly detects when a new hardlink file is created so the issue is only about deleting. The hardlink file was created with mklink like this mklink /H X...
by nod5
Sun Jul 05, 2020 8:01 am
Forum: Suggestions
Topic: Custom views (custom search filters + result appearance and order)
Replies: 2
Views: 5561

Re: Custom views (custom search filters + result appearance and order)

Thanks for considering :) Changing the sort order via the search is in development, so you could include something like the following in your filter's search: sort:size-descending Nice. I suppose all the requested features could be implemented into the search syntax. E.g. Text-color:green , column:N...
by nod5
Sat Jun 20, 2020 3:08 pm
Forum: Suggestions
Topic: column for days since modified
Replies: 1
Views: 3850

column for days since modified

The "Date Modified" columns has data with the structure 2020-06-18 20:32 Add an optional much more compact column "DM" which shows only a one or two digit number 0 1 2 ... 99 for the time in days since the file was last modified. Everything older than 99 shows 99 to keep the colu...
by nod5
Sat Jun 20, 2020 2:51 pm
Forum: Suggestions
Topic: Custom views (custom search filters + result appearance and order)
Replies: 2
Views: 5561

Custom views (custom search filters + result appearance and order)

Add a custom views feature The custom search filter feature is already very useful. But I'd like to be able to customize both the results and the view, appearance and order of the results and other features of the window. Each custom view could include any of these: 1 custom search filter parameter...
by nod5
Mon May 27, 2019 9:37 pm
Forum: Suggestions
Topic: Syntax of functions
Replies: 19
Views: 34747

Re: Syntax of functions

Funny. Was just thinking about it and came up with the same idea! :) As long as it ends the autofill when I type ":\" (I use that a lot: :\TEMP to only get the rootfolders TEMP) :) I hope an autosuggest feature could be made compatible with that use case. - Sublime (editor) uses Ctrl-P to...
by nod5
Mon May 27, 2019 5:51 pm
Forum: Suggestions
Topic: Syntax of functions
Replies: 19
Views: 34747

Re: Syntax of functions

I understand the frustration with having to type function: I'll be reviewing auto complete in Everything 1.5, and also adding support for customizing the main UI so you can have a size bar, date modified bar etc.. Maybe starting a search term with > could show a list of functions.. Allowing the use...
by nod5
Sat May 25, 2019 1:47 pm
Forum: Suggestions
Topic: Filter "light"
Replies: 2
Views: 9223

Re: Filter "light"

Adding a similar request here: in the Edit Filter window add a checkbox to disable a filter. Disabled filters should not be visible in the Search menu and should not react if the user types the macro. This makes it easier to manage many filters and test new filter variants without having to use dele...
by nod5
Sat May 25, 2019 1:20 pm
Forum: Support
Topic: Filter functions
Replies: 13
Views: 40554

Re: Filter functions

I'm sure this is extremely powerful and even "simple", but sadly it's not accessible to the "ordinary people" who never write a line of code and are used to intuitive UIs with cells to be filled in. :oops: Maybe this helps. How to create and use you own filter functions First we...
by nod5
Fri Feb 22, 2019 5:59 pm
Forum: Suggestions
Topic: custom command: go to first file/folder in results
Replies: 3
Views: 6530

Re: custom command: go to first file/folder in results

For now, you could add a shortcut to your filter(s) Thanks for that suggestion. It prompted me to make a script that cycles between file filter, folder filter and no filter. ;AutoHotkey helper keyboard shortcut for Everything for quick filter changes ;2019-02-22 ;Press control+alt+down to cycle thr...
by nod5
Thu Feb 21, 2019 9:31 pm
Forum: Suggestions
Topic: custom command: go to first file/folder in results
Replies: 3
Views: 6530

custom command: go to first file/folder in results

Feature suggestion: Add a custom command, and customizable keyboard shortcut, to go to (select and scroll to) the first file/folder in the results list. The shortcut could be a toggle: if the current selection is a folder then then jump to select the first file. And vice versa. With first file/folde...
by nod5
Sun Jan 28, 2018 6:46 pm
Forum: General
Topic: ES 1.1 Command Line Tool for Everything 1.4.1
Replies: 99
Views: 496079

Re: ES 1.1.0.1 Alpha Command Line Tool for Everything 1.4.1

Now I think it is caused by all the extra info that isn't (by default) in the database, like attributes. Index those and you will get results much quicker. Possible. I'll test that later. Though I guess that would lead to Everything itself indexing the disks slower. I hope the Everything dev, void,...
by nod5
Sat Jan 27, 2018 12:28 pm
Forum: General
Topic: ES 1.1 Command Line Tool for Everything 1.4.1
Replies: 99
Views: 496079

Re: ES 1.1.0.1 Alpha Command Line Tool for Everything 1.4.1

therube & notnull: thank you for also testing. Everything GUI is working from RAM, is not exporting all the detail that ES is. ES is exporting detail that is not in RAM, not in .db, has to go to disk to gather those details. Plausible. There is another , important difference between the outputs:...
by nod5
Wed Jan 24, 2018 11:07 pm
Forum: General
Topic: ES 1.1 Command Line Tool for Everything 1.4.1
Replies: 99
Views: 496079

Re: ES 1.1.0.1 Alpha Command Line Tool for Everything 1.4.1

Speed comparison for three ways to export a disk index as an .efu file - The tests were done on a SSD with ~650K files and folders - Using ES 1.1.0.8 and Everything 1.4.1.877 (x64) in Windows 10 Test 1. ES command line es.exe -export-efu C:\es_test.efu C:\ Result: ~35 seconds 90MB output file (Same...
by nod5
Mon Nov 21, 2016 1:32 pm
Forum: General
Topic: ES 1.1 Command Line Tool for Everything 1.4.1
Replies: 99
Views: 496079

Re: ES 1.1.0.1 Alpha Command Line Tool for Everything 1.4.1

The new ES is great! Dramatic speed improvement when saving whole drive .efu files from command line compared to old method using everything.exe command line. I made a small helper script for saving individual datestamped .efu files for multiple drives in one go, see end of first post here http://ww...
by nod5
Fri Oct 14, 2016 1:08 pm
Forum: Suggestions
Topic: command line version of "file > export" to .efu
Replies: 4
Views: 6089

command line version of "file > export" to .efu

I request a command line option to do what "file > export" does in the GUI. The command line has a "-create-filelist" command but that is a very slow in comparison. When I do "file > export" on a SSD drive with search string "C:\" the save is immediate. When I...
by nod5
Thu Sep 01, 2016 8:45 pm
Forum: Suggestions
Topic: Add Explorer like folder browsing in .efu index -- proof of concept: Everything Efu Explorer
Replies: 13
Views: 22245

Re: Add Explorer like folder browsing in .efu index -- proof of concept: Everything Efu Explorer

Hi, I'm glad to hear that. And yeah some of my hotkey choices weren't so good. I guess the best approach is to mimic Explorer where possible. Alt+Up or Backspace for parent folder. Enter to navigate into a folder. Alt+left/right for back/forward. Plus one more to start/exit folder browsing mode. Alt...
by nod5
Thu Sep 01, 2016 11:32 am
Forum: General
Topic: Everything as a Cataloguer
Replies: 9
Views: 17359

Re: Everything as a Cataloguer

A heads up for anyone monitoring this thread for changes. I made a small tool with hotkeys for browsing efu files in Everything
viewtopic.php?f=4&t=5635&p=15436#p15436 I hope the Everything developer makes that functionality native.
by nod5
Thu Sep 01, 2016 11:28 am
Forum: Suggestions
Topic: Add Explorer like folder browsing in .efu index -- proof of concept: Everything Efu Explorer
Replies: 13
Views: 22245

Re: Add Explorer like folder browsing in .efu index -- proof of concept: Everything Efu Explorer

No love for this? I should add that the tool is merely a few extra hotkeys that make use of the "parent:" command and other built in Everything commands. These are its features: Press Enter or Alt+Enter or Alt+Right on a .efu file in Everything = start efu browse mode In efu browse mode: A...
by nod5
Fri Aug 19, 2016 9:25 pm
Forum: Suggestions
Topic: Add Explorer like folder browsing in .efu index -- proof of concept: Everything Efu Explorer
Replies: 13
Views: 22245

Add Explorer like folder browsing in .efu index -- proof of concept: Everything Efu Explorer

Everything is great but, like some others in the forum have already requested, a mode to browse folders like in Explorer could be useful. Especially when indexing discs or drives to .efu file lists. With such a folder explorer mode Everything could replace some standalone disc cataloging tools. Soun...