Discussion related to "Everything" 1.5.
lifu
Posts: 40 Joined: Tue Jun 15, 2021 11:04 pm
Post
by lifu » Tue Apr 01, 2025 4:41 pm
Add an option to autocorrect common syntax mistakes, which will automatically correct syntax mistakes such as these...
(Note: If the autocorrect thing is too much of an ass-pain to implement, consider making these aliases.)
MODIFIERS
diacritic: → diacritics:
endswith: → endwith:
files: → file:
folders: → folder:
startswith: → startwith:
tonumbers: → tonumber:
wildcard: → wildcards:
diacritic: → diacritics:
MACROS
audios: → audio:
docs: → doc:
exes: → exe:
images: → image:
pics: → pic:
videos: → video:
vids: → vid:
zips: → zip:
FUNCTIONS
attribs: → attrib:
comments: → comment:
contents: → content:
dimension: → dimensions:
extensions: → extension:
exts: → ext:
filelists: → filelist:
filelistfilenames: → filelistfilename:
fn: → name:
pathparts: → pathpart:
Perhaps there could also be a sub-option to change aliases to their non-aliased counterparts?
As an aside, little mistakes like these are a big reason I really want the
option to not save any search that returns 0 results .
NotNull
Posts: 5961 Joined: Wed May 24, 2017 9:22 pm
Post
by NotNull » Tue Apr 01, 2025 8:32 pm
Good idea.
Some of these are already implemented, like file:/files: and folder:/folders:
For a complete list, see the
Search Functions and
Search Modifiers documentation.
Other than that, you can also define your own aliases, using the
/define search command.
Example:
- Type or paste the following in the Everything search bar:
- Press ENTER
The statusbar will temporary show the effect of this command.
Now you can search for pics:
To remobve the pics: alias:
(+ ENTER)
void
Developer
Posts: 19902 Joined: Fri Oct 16, 2009 11:31 pm
Post
by void » Sat May 24, 2025 5:43 am
Everything 1.5.0.1392a adds the following macro aliases:
aud: audio:
audios: audio:
docs: doc:
exes: exe:
image: pic:
images: pic:
img: image:
pic: image:
pics: image:
vid: video:
videos: video:
zips: zip:
Everything 1.5.0.1392a adds the following modifier aliases:
ends-with: end-with:
no-ends-with: no-end-with:
no-starts-with: no-start-with:
starts-with: start-with:
Everything 1.5.0.1392a adds the following function aliases:
attribs: attributes:
comments: comment:
exts: ext:
lifu
Posts: 40 Joined: Tue Jun 15, 2021 11:04 pm
Post
by lifu » Sun May 25, 2025 1:43 am
void wrote: Sat May 24, 2025 5:43 am
Everything 1.5.0.1392a adds the following macro aliases:
aud: audio:
audios: audio:
docs: doc:
exes: exe:
image: pic:
images: pic:
img: image:
pic: image:
pics: image:
vid: video:
videos: video:
zips: zip:
Everything 1.5.0.1392a adds the following modifier aliases:
ends-with: end-with:
no-ends-with: no-end-with:
no-starts-with: no-start-with:
starts-with: start-with:
Everything 1.5.0.1392a adds the following function aliases:
attribs: attributes:
comments: comment:
exts: ext:
Thank you!