Search found 185 matches
- Wed May 02, 2018 2:46 pm
- Forum: Support
- Topic: How to open items directly in the list?
- Replies: 11
- Views: 3362
Re: How to open items directly in the list?
The Everything.ini you posted is the one that resides in the directory that Everything.exe is in. As NotNull said, there is another Everything.ini in %APPDATA%\Everything\Everything.ini . Just use Everything to search for Everything.ini to find it. Take a look at that one. It has about 700 lines in ...
- Thu Apr 12, 2018 5:58 pm
- Forum: Support
- Topic: Please help: Open++ context menu and Everything
- Replies: 24
- Views: 21822
Re: Please help: Open++ context menu and Everything
Also 7-zip (file compression program) and Norton anti-virus are missing in some context menus through Everything (.gz files, for example). Maybe what these programs have in common is that they use dynamic context menus (with a .dll file) instead of fixed entries in the registry.
- Fri Mar 30, 2018 7:01 pm
- Forum: Support
- Topic: Running two instances of Everything on different databases?
- Replies: 2
- Views: 1657
- Sat Jan 20, 2018 6:06 pm
- Forum: Suggestions
- Topic: Windows settings, and searching inside word/pdf files
- Replies: 2
- Views: 2336
Re: Windows settings, and searching inside word/pdf files
Everything does not index content, but it can search for it. It is slow if you have many files, but quite reasonable if you can limit the size of the search:
Code: Select all
Somefiles docx content:lookforme
- Mon Jan 08, 2018 7:04 pm
- Forum: Support
- Topic: Can’t launch found files
- Replies: 8
- Views: 2995
Re: Can’t launch found files
Can you access them from Windows explorer?
- Thu Jan 04, 2018 3:50 am
- Forum: Support
- Topic: Using Void to manage my music collection
- Replies: 6
- Views: 2503
Re: Using Void to manage my music collection
The short answer is no. There is no good way of telling what changed the date of a directory entry. Even if you figured out some way to correlate the changes and this date change, it would be unstable - other things might change the date in the future. It is just not the way to do it. Everything is ...
- Tue Dec 05, 2017 2:11 pm
- Forum: Suggestions
- Topic: Spell Check
- Replies: 2
- Views: 1978
Re: Spell Check
Yes they sometimes do. For example, if I fat-fingered part of a file name , say "financial" it will not show up when I search for all of my "financial" files. Everything has many features I do not use, but are useful to others.
- Tue Dec 05, 2017 2:30 am
- Forum: Suggestions
- Topic: Spell Check
- Replies: 2
- Views: 1978
Spell Check
How about adding a file name spellcheck option to Everything. I can not find any programs with this capacity built in.
- Tue Nov 07, 2017 3:57 am
- Forum: Support
- Topic: PDF preview hangs Everything
- Replies: 2
- Views: 1520
Re: PDF preview hangs Everything
Fails in 877 too, except it does not change search to match case. FWIW, the registry on my Windows 7 machine for .pdf has had many changes to it, with different version of Acrobat & Adobe reader being installed and uninstalled, so it might be different then the code expects. Debug log has been sent....
- Mon Nov 06, 2017 11:05 pm
- Forum: Support
- Topic: PDF preview hangs Everything
- Replies: 2
- Views: 1520
PDF preview hangs Everything
Hi Void -
Tried to preview pdf files with 1.4.1.885. Everything hangs (not a cpu loop); After canceling & restarting, Search options have been changed from Match Path to Match Case ! Have a debug file, if you want it.
Tried to preview pdf files with 1.4.1.885. Everything hangs (not a cpu loop); After canceling & restarting, Search options have been changed from Match Path to Match Case ! Have a debug file, if you want it.
- Sun Oct 01, 2017 10:34 pm
- Forum: Development, plugins and third party software
- Topic: multiple search field Everything-like search solution?
- Replies: 3
- Views: 12820
Re: multiple search field Everything-like search solution?
If your five fields are adjacent to each other and are single words / numbers (or multiples joined by "_") you might be able to use regex to do your searching. Something like: regex:"field1\s*field2\s*field3" so regex"red\s*house\s*\123" will find files named red house 123 and red house 123 if you w...
- Tue Sep 19, 2017 11:46 pm
- Forum: Support
- Topic: Open to System Tray
- Replies: 1
- Views: 1202
Re: Open to System Tray
-startup switch
Everything.exe -startup
Everything.exe -startup
- Wed Aug 16, 2017 3:39 am
- Forum: Support
- Topic: Kill process when client not open?
- Replies: 2
- Views: 1454
Re: Kill process when client not open?
Tools>Options>General>UI uncheck Run in Background
There is overhead in writing out the database each time Everything ends, extra writes to the SDD, overhead in starting the process, etc.
Unless you are a very infrequent user or your system is constrained it might just be better to leave it running.
There is overhead in writing out the database each time Everything ends, extra writes to the SDD, overhead in starting the process, etc.
Unless you are a very infrequent user or your system is constrained it might just be better to leave it running.
- Sun Aug 13, 2017 3:10 am
- Forum: Suggestions
- Topic: Exclude Results
- Replies: 8
- Views: 4768
Re: Exclude Results
Nice idea.
There was a music file management program that I used to use that had a right-click "exclude from current view" option. I used it a lot.
There was a music file management program that I used to use that had a right-click "exclude from current view" option. I used it a lot.
- Thu Aug 10, 2017 3:13 pm
- Forum: Support
- Topic: Searching part of File & Folder
- Replies: 4
- Views: 1752
Re: Searching part of File & Folder
Not the one in Tools=>Options. Select Search from the tool bar and check Match Path.
- Thu Aug 03, 2017 2:20 pm
- Forum: Support
- Topic: Annoying UAC message after latest WU
- Replies: 10
- Views: 3420
Re: Annoying UAC message after latest WU
I'm surprised no resourceful programmer has written a reliable and versatile script-based wizard to do that for any program. It could just ask for the executable's full name and path and a required shortcut name and place the resultant shorcut on the desktop by default, or optionally elsewhre. Whil...
- Wed Aug 02, 2017 2:57 am
- Forum: Support
- Topic: Can Everything show the size of used place and / or the space of a drive?
- Replies: 4
- Views: 2267
Re: Can Everything show the size of used place and / or the space of a drive?
- Not every file is actually stored on your X: drive. The $MFT reserves space for some file attributes that have variable sizes (like the filename itself or the security settings). That means that most of the time there is some extra space (typically 400-800 bytes). If it is a very small file that ...
- Tue Aug 01, 2017 4:11 am
- Forum: Support
- Topic: Help with what should be an easy filter
- Replies: 8
- Views: 3696
Re: Help with what should be an easy filter
The filter I have been using for a while ispaulhurm wrote:
Doing the search and adding "!LNK" at the end seems to work. (Without the quote marks)
I
Code: Select all
!e:\*.lnk
Code: Select all
!.lnk
- Mon Jul 31, 2017 3:46 pm
- Forum: Support
- Topic: sort-by-date always snaps back to sort-by-name
- Replies: 7
- Views: 5830
Re: sort-by-date always snaps back to sort-by-name
void wrote: A lot of things could be improved with these types of messages, but they might be annoying to some..
How about "enable" "cancel" "do not show this prompt again" with an associated ini preference for each type of prompt.
- Sat Jul 29, 2017 4:20 am
- Forum: Support
- Topic: Common search stops working - reinstall fixes
- Replies: 10
- Views: 3452
Re: Common search stops working - reinstall fixes
Recall that I have recently done a reinstall so install defaults are in place. Paul Not necessarily. That is why I asked about deleting the .ini files. Everything will try to preserve .ini file contents on an install. If there is some setting there that is causing the problem, just reinstalling the...
- Wed Jul 26, 2017 3:55 am
- Forum: Support
- Topic: Common search stops working - reinstall fixes
- Replies: 10
- Views: 3452
Re: Common search stops working - reinstall fixes
Under Indexes=>NTFS for each disk, do you have Include in database, Enable USN Journal & Monitor Changes checked?
When you reinstalled Everything, did you delete all copies of Everything.ini first ?
When you reinstalled Everything, did you delete all copies of Everything.ini first ?
- Wed Jul 19, 2017 3:14 am
- Forum: Bug report
- Topic: Tiny DM: Bug
- Replies: 1
- Views: 2724
Tiny DM: Bug
Tiny DM: Bug (1.4.1.877)
dm:***** where ***** is a any invalid date or random letters is evaluated as DM:2000. This is not true for da:,dr: or dc:
dm:***** where ***** is a any invalid date or random letters is evaluated as DM:2000. This is not true for da:,dr: or dc:
- Wed Apr 05, 2017 1:31 am
- Forum: Support
- Topic: Find folders only in root of disk drives, and exclude subfolders?
- Replies: 9
- Views: 9953
Re: Find folders only in root of disk drives, and exclude subfolders?
Try
Code: Select all
<parent:c:|parent:d:> folder: FOO
- Sun Apr 02, 2017 9:34 pm
- Forum: Bug report
- Topic: Everything displays deleted files
- Replies: 2
- Views: 3536
Re: Everything displays deleted files
Void- A Debug_Log of restoring "TestNote.note". Afterwards, Everything showed it in both its real folder and in $Recycle.bin. It took a force reload to clean up the $recycle.bin display. I never noticed before that Windows creates two files for each deleted file in the recycle bin. 2017-04-02 17:23:...
- Thu Mar 09, 2017 2:16 am
- Forum: Bug report
- Topic: recentchange doesn't work after loading a db
- Replies: 4
- Views: 3871
Re: recentchange doesn't work after loading a db
How about:
you might want to index date modified
Code: Select all
dm:last2days
- Wed Mar 08, 2017 1:25 am
- Forum: Bug report
- Topic: recentchange doesn't work after loading a db
- Replies: 4
- Views: 3871
Re: recentchange doesn't work after loading a db
Try having BG exit between steps 4 and 5. I believe the database on disk is only written when Everything exits. The is also a file permission conflict if BG is writing the database when FG has it open for read
- Sun Jan 22, 2017 10:30 pm
- Forum: Development, plugins and third party software
- Topic: CSV Viewer/Editor - Searching CSV like Everything Search
- Replies: 23
- Views: 94349
Re: CSV Viewer/Editor - Searching CSV like Everything Search
Just a single .csv file?
Try Notepad++ (even better with the Search+ plugin), any spreadsheet program (EXCEL, LibreOffice, etc), or just plain Notepad or Wordpad
Try Notepad++ (even better with the Search+ plugin), any spreadsheet program (EXCEL, LibreOffice, etc), or just plain Notepad or Wordpad
- Sun Jan 22, 2017 5:51 pm
- Forum: Support
- Topic: Opening screen?
- Replies: 2
- Views: 1854
Re: Opening screen?
Code: Select all
Tools>Options>General>Results>Hide results when search is empty
- Fri Jan 20, 2017 2:51 am
- Forum: Suggestions
- Topic: ReallyReallyEmpty:
- Replies: 4
- Views: 4543
Re: ReallyReallyEmpty:
Wonderful! That will save me a lot of time. Yet another feature of Everything - properties across multiple files/folders on multiple drives.void wrote:Please double check by selecting all the results and opening the property page (Alt + Enter).
Check the file count is 0.
- Sun Jan 15, 2017 6:33 pm
- Forum: Support
- Topic: Shortcut to search in current folder
- Replies: 33
- Views: 84747
Re: Shortcut to search current folder
If you create a .cmd or .bat file with the line
in it (adjusted appropriatly for your installation of Everything), and figure out how to trigger it with a hot key, it will open Everything in the current directory.
Code: Select all
c:\Everything\Everything.exe -path %CD%
in it (adjusted appropriatly for your installation of Everything), and figure out how to trigger it with a hot key, it will open Everything in the current directory.
- Tue Jan 10, 2017 3:18 pm
- Forum: Suggestions
- Topic: ReallyReallyEmpty:
- Replies: 4
- Views: 4543
ReallyReallyEmpty:
When using the Empty: function, the folders found might not really be empty, depending on filters, excludes, hard links and recent updates. So before I delete or move a folder found with Empty:, I open it to be sure it is really empty. This obviously can take a long time for many folders. Would you ...
- Tue Dec 27, 2016 5:00 pm
- Forum: Support
- Topic: Regex help
- Replies: 7
- Views: 3578
Re: Regex help
how about
Code: Select all
-(149|15\d|160)\d\d
- Fri Nov 25, 2016 7:50 pm
- Forum: Support
- Topic: Exclude feature does not work
- Replies: 2
- Views: 2900
Re: Exclude feature does not work
Have you tried going to Tools>Options>Indexes>NTFS and unchecking "Include in Database" for the device drive letter?
- Thu Nov 17, 2016 2:43 am
- Forum: Support
- Topic: / search commands
- Replies: 14
- Views: 15724
Re: / search commands
Nits: To use search commands, enter in one of the following commands in the search box: When you do the help for this It might be better as ".........enter in one of the following in the search box and then press ENTER", since enter is not usually used on the Everything command line. Any About:.... ...
- Mon Nov 14, 2016 3:32 pm
- Forum: Support
- Topic: / search commands
- Replies: 14
- Views: 15724
Re: / search commands
If I understand correctly /ini_option <value> ini_option can be any ini key name. is persistent (it updates the ini file) How about adding "/ini_option ? " to display the current value of ini_option How about putting the ini file in the same order as the ini page, with occasional comments in the fil...
- Fri Nov 11, 2016 4:16 am
- Forum: General
- Topic: ES 1.1 Command Line Tool for Everything 1.4.1
- Replies: 62
- Views: 368195
Re: ES 1.1.0.1 Alpha Command Line Tool for Everything 1.4.1
You need double quotes for names with spaces - filename1 input parameters work because there are no spaces in its names
- Tue Nov 01, 2016 11:50 pm
- Forum: General
- Topic: Suggestion for the post - Everything 1.4.1 Beta Nightly Builds
- Replies: 20
- Views: 21704
Re: Suggestion for the post - Everything 1.4.1 Beta Nightly Builds
How about just using the Send command to put a shortcut on the desktop:
http://www.basiccomputerinformation.ca/ ... -shortcut/
http://www.basiccomputerinformation.ca/ ... -shortcut/
- Tue Nov 01, 2016 12:09 am
- Forum: General
- Topic: Suggestion for the post - Everything 1.4.1 Beta Nightly Builds
- Replies: 20
- Views: 21704
Re: Suggestion for the post - Everything 1.4.1 Beta Nightly Builds
That would assume that the only location for everything.exe is C:\everything.
That is not the case. The shortcut would depend on the location chosen by the user and thus could not be packaged in the .zip.
That is not the case. The shortcut would depend on the location chosen by the user and thus could not be packaged in the .zip.
Re: shell:
Thank you for the reference. Now I have it working.
Re: shell:
Does not seem to work at all Everything Version 1.4.1.781b (x64) Windows NT 6.1 Processors 4 IsAdmin 0 AppData 1 Service 1 ........ new results search 'shell:games' filter '' sort 2 SET SORT 2 no search history hwn found 0 folders, size 0, db search time taken: 0.000026 seconds found 0 files, size 0...
- Mon Sep 26, 2016 1:02 am
- Forum: General
- Topic: Limiting search to within a folder
- Replies: 20
- Views: 30445
Re: Limiting search to within a folder
with the match path search option on:Ramses2 wrote: In a same folder how can I show a list of sub folders that only contain mp3 files but not the individual files themself?
foldername child:.mp3
or without match path :
\foldername child:.mp3
- Fri Sep 02, 2016 2:30 pm
- Forum: Suggestions
- Topic: Installing Everything Service Preferentially
- Replies: 1
- Views: 2971
Installing Everything Service Preferentially
The window that Everything displays asking the user to choose "Run as Admin", "Install Everything Service", or "Do Not index NTFS" has "Run as Admin" first & pre-selected. Might it be better to put the "Install Everything Service" first (pre-selected and perhaps "recommended"), since that appears to...
- Tue Aug 30, 2016 6:00 pm
- Forum: Support
- Topic: file: including path
- Replies: 10
- Views: 6223
Re: file: including path
Tried both 1.4.0.713b & 1.4.1.727b. Same results either way.therube wrote:What version of Everything?
You might be running into, http://www.voidtools.com/forum/viewtopi ... 418#p15418.
- Tue Aug 30, 2016 1:26 pm
- Forum: Support
- Topic: file: including path
- Replies: 10
- Views: 6223
Re: file: including path
Another example, which may make this easier to understand, the search: \downloads foo.mkv is two search terms, \downloads AND foo.mkv , only \downloads will match paths (because it contains a \), whereas foo.mkv will not match paths. Just to understand the search syntax better: \downloads (or path:...
Re: voidpad
32-bit version looks to be working. (Running sandboxed, Win7 x64) looks to store its settings in HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\voidPad. Tried 32 bit version, it does save its settings, context menu does not work here either. No Void.... key in registry for 64-bit version. Same issue with ...
Re: voidpad
Nice. I like small and very fast, even with large files.
But I am having trouble with the options. Tab & Font work but Context Menu does not. Also, is there any to save these settings between executions of the program? (windows 7 64bit) or do they have to be reset each time?
But I am having trouble with the options. Tab & Font work but Context Menu does not. Also, is there any to save these settings between executions of the program? (windows 7 64bit) or do they have to be reset each time?
- Mon Aug 08, 2016 1:37 am
- Forum: Support
- Topic: Everything Service Help
- Replies: 29
- Views: 237730
Re: Everything Service Help
Gooly - You say that you have made sure that the "Run as administrator" is unchecked in both the Everything's options and in the shortcut's compatibility tab - have you checked the properties of the module itself - everything.exe - to see if "Run as administrator" is unchecked, as well as all compat...
- Sun Jul 31, 2016 1:08 am
- Forum: Support
- Topic: Default to Date Modified?
- Replies: 7
- Views: 5307
Re: Default to Date Modified?
Install Everything 1.4.0.713b Beta and then try it.
- Sun Mar 27, 2016 3:25 am
- Forum: Support
- Topic: Everything shows me files that no longer exist
- Replies: 15
- Views: 10556
Re: Everything shows me files that no longer exist
froggie, But to satisfy my curiosity, why did those files "hid" from me? Are they files that haven't been completely processed when I deleted them? Corrupt files? They aren't even hidden files. Basic explaination: Say there are two userids - U1 and U2. Windows gives U1 different security credential...
- Mon Mar 21, 2016 12:46 am
- Forum: Support
- Topic: Everything shows me files that no longer exist
- Replies: 15
- Views: 10556
Re: Everything shows me files that no longer exist
froggie, will try what you suggested. But I already identified the three different Recycle Bins on C:/ for three Users. So Everything is telling the truth - these files exist on the disk. If your want to clean them up, first try to delete them from Everything (may not work depending on security rig...