1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-23 07:55:32 +02:00

es: add page (#15631)

* Add tldr page for Everything CLI (es)

* Fix markdown issues for es command

* Fix trailing whitespace and formatting issues for es.md
This commit is contained in:
rishabhkrm 2025-02-06 21:55:37 +05:30 committed by GitHub
parent 745d8aebd1
commit 837bb925c3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

37
pages/windows/es.md Normal file
View file

@ -0,0 +1,37 @@
# es
> Command-line interface for Everything, a fast file and folder search tool for Windows.
> Requires Everything to be installed and running in the background.
> More information: <https://www.voidtools.com/support/everything/command_line_interface/>.
- Search for a file or folder by name:
`es {{search_term}}`
- Search using a regular expression:
`es -r {{regex_pattern}}`
- Match whole words:
`es -w {{search_term}}`
- Limit the number of results shown:
`es -n {{10}} {{search_term}}`
- Search within a specific folder:
`es -path {{folder_path}} {{search_term}}`
- List folders only:
`es /ad`
- List files only:
`es /a-d`
- Sort results (e.g., by name):
`es -sort {{name-ascending}}`