Command-line Options

Discussion related to "Everything" 1.5 Alpha.
Locked
void
Developer
Posts: 15096
Joined: Fri Oct 16, 2009 11:31 pm

Command-line Options

Post by void »

All command-line options available in Everything 1.5.

Syntax
Installation
Searching
Results
Database
Window
File Lists
ETP
General



Syntax

Everything.exe [filename] [-options]
Everything64.exe [filename] [-options]

Middle dashes (-) in command-line options can be omitted.
For example:
-nonewwindow is the same as -no-new-window

Use double quotes to escape spaces and switches.
For example, set the search to: foo bar
Everything64.exe -s "foo bar"

Use ^ to escape \ & | > < ^
For example, set the search to: foo|bar
Everything64.exe -s foo^|bar

Use """ to escape a literal "
For example, set the search to: "foo bar"
Everything64.exe -s """"foo bar""""
(Remember to also escape spaces with double quotes)

Use -- to disable switch parsing
For example, to set the search to -a-filename-starting-with-a-dash.txt
Everything64.exe -- -a-filename-starting-with-a-dash.txt

Use a trailing * after a command line option to treat the rest of the command line as literal.
For example:
Everything64.exe -folders* [{"path":"c:\\first path","subfolders":1},{"path":"c:\\second path","subfolders":1}]



filename

Search for the specified file or folder by filename.
This is the same action as dropping a file on an Everything search window.

For control over how the filename is formatted, please see:
hdrop_filelist
hdrop_folder_format
hdrop_folder_append_path_separator
hdrop_file_format
hdrop_shortcut_target



Installation

command-line options for installing Everything.
These command-line options will return immediately and will not show an Everything search window.
Administrative privileges are requested if required.



-add-plugin <plugin.dll>
-add-plugin-exe <plugin-setup.exe>
-add-plugin-resource-id <id>
Add the specified plugin.
No UI is shown.
Use -add-plugin to specify the destination dll name.
Use -add-plugin-exe to specify the source exe name.
Use -add-plugin-resource-id to specify the resource id of the bzip2 dll inside the specified exe.
Automatically requests administrative privileges if required.

Example:
Everything.exe -add-plugin "http_server64.dll" -add-plugin-exe "c:\downloads\http_server64-setup.exe" -add-plugin-resource-id 107



-app-data
-no-app-data
Store data in %APPDATA%\Everything or in the same location as your Everything.exe.



-choose-volumes
Do not automatically index volumes.
Disables automatically index fixed FAT volumes.
Disables automatically index removable FAT volumes.
Disables automatically remove offline FAT volumes.
Disables automatically index fixed NTFS volumes.
Disables automatically index removable NTFS volumes.
Disables automatically remove offline NTFS volumes.
Disables automatically index fixed ReFS volumes.
Disables automatically index removable ReFS volumes.
Disables automatically remove offline ReFS volumes.
Disables automatically index mapped network drives.
Disables automatically remove offline network drives.

See also -no-auto-include to show a new search window without exiting immediately.
This might be useful for manually specifying which volumes to index when starting a new instance.



-create-usn-journal <volume> <max-size-bytes> <allocation-delta-bytes>
Create the USN journal on the specified volume.
Specify the maximum size and delta size in bytes.
Automatically requests administrative privileges if required.

Recommended values:
Everything.exe -create-usn-journal C: 32768 4096



-delete-usn-journal <volume>
Delete a USN Journal on the specified volume.
Automatically requests administrative privileges if required.

Example:
Everything.exe -delete-usn-journal c:



-delete-plugin <plugin.dll>
Delete the specified plugin.
Automatically requests administrative privileges if required.

Example:
Everything.exe -delete-plugin "http_server64.dll"



-enable-run-as-admin
-disable-run-as-admin
Enable or disable run as administrator.



-enable-index-as-admin
-disable-index-as-admin
Enable or disable index as administrator.



-enable-update-notification
-disable-update-notification
Enable or disable update notification on startup.



-install <path>
Install "Everything" to the specified path.
Copies Everything files to the specified destination and executes any -install-options

See also -install-options



-install-all-users-start-menu-shortcuts
-uninstall-all-users-start-menu-shortcuts
-install-start-menu-shortcuts
-uninstall-start-menu-shortcuts
Add or remove Start menu shortcuts for all users.



-install-all-users-desktop-shortcut
-uninstall-all-users-desktop-shortcut
-install-desktop-shortcut
-uninstall-desktop-shortcut
Add or remove the Desktop shortcut for all users.



-install-all-users-run-on-system-startup
-uninstall-all-users-run-on-system-startup
-install-run-on-system-startup
-uninstall-run-on-system-startup
Start "Everything" on system start for all users.



-install-client-service
-uninstall-client-service
Install or uninstall the "Everything" client as a service.
If installed, the service is automatically started.



-start-client-service
-stop-client-service
Start or stop the Everything client service.



-install-config <filename>
Loads additional settings from the specified ini file.
The specified ini file will override any existing settings and a new Everything.ini is saved to disk.



-install-current-user-start-menu-shortcuts
-uninstall-current-user-start-menu-shortcuts
Add or remove Start menu shortcuts for the current user.



-install-current-user-desktop-shortcut
-uninstall-current-user-desktop-shortcut
Add or remove the Desktop shortcut for the current user.



-install-current-user-run-on-system-startup
-uninstall-current-user-run-on-system-startup
Start "Everything" on system start for the current user.



-install-efu-association
-uninstall-efu-association
Install or uninstall EFU file association.



-install-folder-context-menu
-uninstall-folder-context-menu
Install or uninstall folder context menus for all users.



-install-options <install options>
Pass <install options> to a newly installed "Everything".
Combine with -install.



-install-quick-launch-shortcut
-uninstall-quick-launch-shortcut
Install or uninstall the Quick Launch shortcut for the current user.



-install-service
-uninstall-service
Install or uninstall the "Everything" service.
The "Everything" service is automatically started when installed.

See also -install-service-pipe-name
See also -install-service-security-descriptor



-install-service-pipe-name <pipe-name>
Use the specified name for the "Everything" service pipe name.
Combine with -install-service

Example:
Everything64.exe -install-service -install-service-pipe-name "\\.\PIPE\Everything Service"



-install-service-security-descriptor <security-descriptor>
Specify the pipe security descriptor.
Combine with -install-service

Example:
Everything64.exe -install-service -install-service-security-descriptor "D:(A;OICI;GRGW;;;AU)"



-install-service-port
Ignored.
Kept for backwards compatibility.



-install-url-protocol
-uninstall-url-protocol
Install or uninstall URL Protocol.



-install-language <language-id>
Set the language to the specified language ID.

For example, install the language as English (US):
Everything64.exe -install-language 1033



-save-install-options <flags>
Save the specified user install options to registry.

flags can be zero or more of the following values:
0x00000001 = Install update notification.
0x00000002 = Install Quick Launch shortcut.
0x00000004 = Choose volumes.



-setup-plugin <plugin.dll>
-setup-plugin-exe <plugin-setup.exe>
-setup-plugin-resource-id <id>
-setup-plugin-name <name>
-setup-plugin-description <description>
-setup-plugin-author <author>
-setup-plugin-version <version>
-setup-plugin-link <link>
Setup the specified plugin.
Use -setup-plugin to specify the destination dll name.
Use -setup-plugin-exe to specify the source exe name.
Use -setup-plugin-resource-id to specify the resource id of the bzip2 dll inside the specified exe.
Use -setup-plugin-name to specify the plug-in name.
Use -setup-plugin-description to specify the plug-in description.
Use -setup-plugin-author to specify the plug-in author.
Use -setup-plugin-version to specify the plug-in version.
Use -setup-plugin-link to specify the plug-in link.
Use {{localization-id}} to substitute localized strings.

Example:
Everything.exe -setup-plugin "http_server64.dll" -setup-plugin-exe "c:\downloads\http_server64-setup.exe" -setup-plugin-resource-id 107



-service-pipe-name
Set Everything to connect to the Everything Service with the specified pipe name.

Example:
Everything64.exe -service-pipe-name "\\.\PIPE\Everything Service"
(might be useful when using multiple instances and installing only one service)



-service-port
Ignored.



-setup
Run the Everything installer.

See also -setup-location
See also -silent



-setup-location
Specify the default installation path.
Combine with -setup



-silent
Run the Everything installer in silent mode.
Combine with -setup



-start-service
-stop-service
Start or stop the "Everything" service.



-uninstall [path]
Uninstall "Everything" from the specified path.
The path of Everything64.exe is used if the path is not specified.



-uninstall-user
Remove "Everything" user files.



-unsetup
Run the Everything uninstaller.

See also -unsetup-location
See also -silent



-unsetup-location <path>
Specify the default uninstallation path.
Combine with -unsetup



Searching

command-line options to manipulate the search.



-basename <path>
-name-part <path>
Search for the basename (including extension) of the specified path.

See also -stem



-bookmark <name>
Open a bookmark by the specified name.
If there are bookmarks with the same name, the first bookmark found is opened.



-case
-no-case
Enable or disable case matching.



-diacritics
-no-diacritics
Enable or disable diacritics matching.



-explore <path>
-explore-path <path>
Set the folder sidebar selection to the specified path.
The path can point to a file or folder.
The selection will be set to the parent folder if the path specifies a file.
Use -explore-path to search the parent folder of the specified path.
The item specified with -explore-path is selected in the result list.



-explore-expand
Combine with: -explore or -explore-path
Expand the explored item in the folder sidebar



-explore-sub-folders
-explore-no-sub-folders
-no-explore-sub-folders
Combine with: -explore or -explore-path
Enable or disable searching subfolders in the folder sidebar.



-extension <filename>
Search for files with the same extension from the specified filename.



-filename
Search for the absolute filename from the specified filename.
The filename will be treated as relative to the current working directory if an absolute path is not specified.



-filter <name>
Select the filter from the specified name.



-toggle-filter <name>
Same as -filter.
Select the filter from the specified name.
If the specified filter is already active the filter is set to the Everything filter.



-home
Open the home search.



-ignore-punctuation
-no-ignore-punctuation
Match or ignore punctuation in filenames.



-ignore-white-space
-no-ignore-white-space
Match or ignore white spaces in filenames.



-l
-local
Load the local database.



-match-path
-no-match-path
Enable or disable full path matching.



-p <path>
-path <path>
Search for the specified path.

Example:
Everything64.exe -path "C:\Program Files"



-path-part <filename>
Search for the path part of the specified filename.



-parent <path>
Search for files and folders in the specified path.



-parent-path
Search for the parent part of a path.



-prefix
-no-prefix
Match the start of words.



-regex
-no-regex
Enable Regular expressions.



-s <search>
-search <search>
Set the search box to the specified search text.
The search text is expanded with the Search Preprocessor.

Example:
Everything64.exe -s "foo bar" (Sets the search to foo bar)
Everything64.exe -s """"foo bar"""" (Sets the search to "foo bar")
Everything64.exe -s foo^|bar (Sets the search to foo|bar)
Everything64.exe -s nopath:[basename:"c:\windows\notepad.exe"] (Sets the search to nopath:"Notepad.exe")
Everything64.exe -s #clipboard: (Sets the search to the text on the clipboard)



-s* ...
-search* ...
Set the search box to the specified command-line text.
The remaining command-line is treated as literal search text.

The search text is expanded with the Search Preprocessor.

Example:
Everything64.exe -s* foo bar (Sets the search to foo bar)
Everything64.exe -s* "foo bar" (Sets the search to "foo bar")



-search-command <search-command>
Execute the specified search command.
Use multiple times to specify more than one command.

Example:
Everything64.exe -search-command "/new-tab" -search-command "/expand .exe" -search-command "/select c:\windows\notepad.exe" [/color]



-search-file-list <filename>
Search for a list of filenames from the specified text/plain file.



-stem <filename>
Search for the stem of the specified filename.



-suffix
-no-suffix
Match the end of words.



-whole-word
-ww
-no-whole-word
-no-ww
Enable or disable match whole word.



-uri <[es:]search>
-url <[es:]search>
Set the search from an ES: URL.



Results

command-line options for manipulating the result list.



-bookmarks-sidebar
-no-bookmarks-sidebar
Show or hide the bookmarks sidebar.



-columns <property-list>
-add-column <property-list>
-add-columns <property-list>
-remove-columns <property-list>
Set, add or remove the specified semicolon (;) delimited list of columns by property canonical name.

Example:
Everything64.exe -columns name;path;size;date-modified;length



-details
Show results in detail view.

See also -thumbnails



-filters-sidebar
-no-filters-sidebar
Show or hide the filters sidebar.



-focus-bottom-result
-focus-last-run-result
-focus-most-run-result
-focus-top-result
Focus the bottom, last-run, most-run or top result.



-focus-folders-sidebar
Focus the folders side bar.

See also -folders-sidebar



-focus-results
Focus the result list.



-focus-search-edit
Focus the search box.



-folders-sidebar
-no-folders-sidebar
Show or hide the folders sidebar.



-folders-sidebar-subfolders
-no-folders-sidebar-subfolders
Search for subfolders.



-preview
-no-preview
Show or hide the preview pane.



-select <filename>
Focus and select the specified result.



-sort <name>
Set the sort to the specified property name.

Example:
Everything64.exe -sort Size
Everything64.exe -sort Size -sort-ascending
Everything64.exe -sort "Date Modified"

See also -sort-ascending
See also -sort-descending



-sort-ascending
Sort in ascending order.

See also -sort



-sort-descending
Sort in descending order.

See also -sort



-thumbnails
Show results in thumbnail view.

See also -thumbnails-size
See also -details



-thumbnail-size <size>
Set the thumbnail size to the specified number of pixels.

See also -thumbnails



Database

command-line options for manipulating the database.



-db <filename>
Load and save the database to the specified filename.

See also -read-only



-load-delay <milliseconds>
The delay in milliseconds before loading the database.



-monitor-pause
-monitor-resume
Pause or resume updating the indexes.
While paused, Everything will continue to watch for changes to volumes.
Indexes are updated when you exit Everything.



-monitor-start
-monitor-stop
Start or stop watching for changes to indexes.
Changes to some indexes will be missed when stopped.



-no-auto-include
Do not automatically include volumes.
Note: Press Ctrl + Break to abort the current index. (might be useful for manually setting which volumes to index)



-no-db
Do not save to or load from the "Everything" database file.



-read-only
Loads the database in read-only mode.

See also -db



-reindex
Force a database rebuild.



-rescan <path>
Rescan the FAT, network drive or folder index from the specified path.
The specified path does not have to be the root path, for example, if you are indexing a
network share \\server\share and only wish to rescan \\server\share\subfolder use -rescan \\server\share\subfolder


-rescan-all
Rescan all FAT, network drive or folder indexes.



-update
-save-db
-save-db-now
Request Everything save settings and the database to disk.
The request will occur when Everything is ready.
Use -save-db-now to save the database immediately and return after the database has been saved to disk.



-add-volume <volume-list>
-add-volumes <volume-list>
-add-fat-volume <volume-list>
-add-fat-volumes <volume-list>
-add-ntfs-volume <volume-list>
-add-ntfs-volumes <volume-list>
-add-refs-volume <volume-list>
-add-refs-volumes <volume-list>
-add-remote-volume <volume-list>
-add-remote-volumes <volume-list>
-volumes <volume-list>
-fat-volumes <volume-list>
-ntfs-volumes <volume-list>
-refs-volumes <volume-list>
-remote-volumes <volume-list>
Add or set the indexed volumes.
Adding or setting the indexed volumes will disable automatic inclusion and removal of volumes.
<volume-list> syntax is a semicolon delimited list of volumes:
C:;D:;E:;J:;X;Y:;Z:
or, use [{...}] to specify each volume property with JSON-like syntax:

Code: Select all

[{"path":"c:","volume_name":"\\?\Volume{GUID}"},{"path"="d:","volume_name":"\\?\Volume{GUID}","root":"","type":"ntfs","include":1,"include_only":"windows\system32","monitor":0,"multithreaded":1,"load_recent_changes":0,"buffer_size":65536,"rescan_if_full":1,"update_type":1,"update_interval":6,"update_interval_type":1,"update_day":3,"update_at":1,"fast_update":1}]


-add-folder <list>
-add-folders <list>
-folders <list>
Add to or set the folders indexes.
<list> syntax is a semicolon delimited list of folders.
or, use [{...}] to specify each folder property with JSON-like syntax:

Code: Select all

[{"path":"c:","subfolders":0},{path="d:","subfolders":1,"monitor":0,"multithreaded":1,"buffer_size":65536,"rescan_if_full":1,"update_type":1,"update_interval":6,"update_interval_type":1,"update_day":3,"update_at":1,"fast_update":1}]


-add-filelist <list>
-add-filelists <list>
-filelists <list>
Add to or set the filelists.
<list> syntax is a semicolon delimited list of filelists.
or, use [{...}] to specify each filelist property with JSON-like syntax:

Code: Select all

[{"filename":"c:\file lists\1.efu";"monitor":0};{"filename":"d:\lists\2.efu";"monitor":1;"multithreaded":1}]


-add-network-index <list>
-add-network-indexes <list>
-network-indexes <list>
Add to or set the network indexes.
<list> syntax is a semicolon delimited list of network indexes hosts.
or, use [{...}] to specify each network index property with JSON-like syntax:

Code: Select all

[{"host":"server","monitor":0},{"host":"server2","username":"myusername","password":"mypassword","","monitor":1,"include_only":[{"path":"c:\server_path","mount":"\\server\share_path"}]}]


-add-property <list>
-add-properties <list>
-properties <list>
Add to or set the properties.
<list> syntax is a semicolon delimited list of property names.
or, use [{...}] to specify each network index property with JSON-like syntax:

Code: Select all

[{"name":"Width","include_only_files":"*.jpg","fast_sort":1},{"name":"Length","include_only_folders":"c:\\Media","include_only_files":"*.mp4"}]


-add-exclude-folder <list>
-add-exclude-folders <list>
-exclude-folders <list>
Add to or set the exclude folders.
<list> syntax is a semicolon delimited list of exclude-folder paths or filters.



Window

command-line options for manipulating the search window.



-close
Close the current search window.



-close-all
Close all search windows.



-fullscreen
-no-fullscreen
Show the search window fullscreen or as a normal window.



-invert-layout
-no-invert-layout
Invert reading order.



-maximize
-maximized
-no-maximize
-no-maximized
Maximize or restore the search window.



-minimize
-minimized
-no-minimize
-no-minimized
-unminimize
Minimize or restore the search window.



-minimize-all
-unminimize-all
Minimize or unminimize all search windows.



-new-window
-no-new-window
-n
Create a new search window or reuse an existing window.
Overrides -new-tab



-new-tab
-no-new-tab
Create a new tab or reuse an existing window.



-ontop
-no-ontop
Enable or disable always ontop.



-toggle-window
Hides the current foreground search window or shows the search window.



-x <x>
-y <y>
-width <width>
-height <height>
Set the window position and size in screen coordinates.



File Lists

command-line options for manipulating filelists.



-create-file-list <filename> <path>
Create a file list from the specified path on disk.



-create-file-list-exclude-files <list>
Exclude the semicolon delimited wildcard filter for files.
Combine with -create-file-list.



-create-file-list-exclude-folders <list>
Exclude the semicolon delimited wildcard filter for folders.
Combine with -create-file-list.



-create-file-list-include-only-files <list>
Include only the semicolon delimited wildcard filter for files.
Combine with -create-file-list.



-create-file-list-include-only-folders <list>
Include only the semicolon delimited wildcard filter for folders.
Combine with -create-file-list.



-create-file-list-no-subfolders
Do not traverse subfolders.
Combine with -create-file-list.



-create-file-list-no-folders
Do not include folders.
Combine with -create-file-list.



-create-file-list-no-files
Do not include files.
Combine with -create-file-list.



-edit <filename>
Open a file list with the file list editor.



-filelist <filename>
-f <filename>
Open a file list from the specified filename.



-filelist-editor
Show the file list editor.



ETP

command-line options for connecting to an ETP server.



-admin-server-share-links
Use \\Server\C$ links for ETP connections.



-connect <[username[:password]@]host[:port]>
Connect to an ETP server with the specified username and password (optional), host and port (optional).

Example:
Everything64.exe -connect abc:123@server:2121



-drive-links
Use C: links for ETP connections.



-ftp-links
Use ftp://host/C: links for ETP connections.



-server-share-links
Use \\Server\C: links for ETP connections.



-link-type <type>
Specify the link type when using an ETP connection.

The type can be one of the following values:
0 = C:
1 = \\server\c
2 = \\server\c$
3 = ftp://server/c



General

General command-line options for Everything.



-?
-h
-help
Show this help.



-add-config <filename>
Load a configuration file from the specified filename.
Restarting "Everything" may be required to apply some settings.



-admin
Run "Everything" as an administrator.



-index-as-admin
Run an additional "Everything" process as admin to index NTFS volumes.
The main Everything UI process keeps running as a standard user.



-is-run-as
Prevent relaunching with the runas verb when administrative privileges are required.



-client-svc
"Everything" client service entry.



-command <id>
Run the specified command by UI ID.
Command IDs are also shown in the debug console. (Tools -> Debug -> Console)
Multiple commands can be specified by using a semicolon (;) delimited list of IDs.
Multiple -command <id> options can also be specified.



-config <filename>
The filename of the ini file.



-config-value <key=value>
Overwrite an ini setting value.
For example: -config-value window_x=100
For example: -config-value window_x=100;window_y=100
For example: -config-value window_x=100 -config-value window_y=100



-define <name=value>
Define a preprocessor variable.



-rename <filename1> <filename2> <filename3> <...>
-copy-to <filename1> <filename2> <filename3> <...>
-move-to <filename1> <filename2> <filename3> <...>
Show the multi-file renamer with the specified filenames.
The remaining command-line is treated as a list of filenames.
Wildcards (* and ?) are supported.

If there is already a running multi-file renamer, filenames are sent to the existing instance.
Otherwise, a new multi-file renamer instance is created.

See also -instance
See also -rename-list



-rename-list <filename>
-copy-to-list <filename>
-move-to-list <filename>
Show the multi-file renamer with a list of files from a text/plain file with the specified filenames. (one per line)

See also -instance
See also -rename



-debug
-console
Show the debugging console.



-debug-log
Log debugging information to disk.



-verbose
-no-verbose
Display all debug messages or basic debug messages only.



-exit
-quit
Exit "Everything".

See also -wait



-wait
Wait for the existing Everything process to exit before returning.
Combine with -exit.



-watch-config
Watch the Everything.ini for external changes.
If an external change is made, prompt the user to reload the Everything.ini.
The config watch is cancelled when closing an Everything search window.



-first-instance
Only run if this is the first instance of "Everything".

If Everything is already running this call will be ignored.



-no-first-instance
Only run Everything if Everything is already running.

If Everything is not running this call will be ignored.


-instance <name>
The name of the "Everything" instance.

See also Multiple Instances



-path-instance
Use the Everything.exe location as the instance name.



-version-instance
Run "Everything" in a unique instance for each version.



-restart
Restart Everything.
Returns immediately.



-safe-mode
Start "Everything" with plugins disabled and
icon shell extensions disabled.



-no-policy
Ignores any group policies.
Can only be used when running as administrator.



-startup
Do not show any Everything search windows.
Run Everything in the background.



-svc
"Everything" Service entry.

See also -svc-pipe-name
See also -svc-security-descriptor



-svc-pipe-name <pipe-name>
Create the "Everything" service pipe with the specified name.
Combine with -svc



-svc-security-descriptor <security-descriptor>
Create the "Everything" service pipe with the specified security descriptor.
Combine with -svc



-svc-port
Ignored.



-choose-language
Show the language selection page.



-language <language-id>
Set the language to the specified language ID.
Does not return immediately like -install-language.
void
Developer
Posts: 15096
Joined: Fri Oct 16, 2009 11:31 pm

Re: Command-line Options

Post by void »

void
Developer
Posts: 15096
Joined: Fri Oct 16, 2009 11:31 pm

Re: Command-line Options

Post by void »

void
Developer
Posts: 15096
Joined: Fri Oct 16, 2009 11:31 pm

Re: Command-line Options

Post by void »

Everything 1.5.0.1325a adds support for the following syntax:

-command=argument

For example:

-s=foo
-s*=foo bar
-add-folders="Control Panel\\All Control Panel Items"



Everything 1.5.0.1325a adds the following command line options:

-add-exclude-folders
-exclude-folders
-add-network-indexes
-network-indexes
-add-properties
-properties
void
Developer
Posts: 15096
Joined: Fri Oct 16, 2009 11:31 pm

Re: Command-line Options

Post by void »

Everything 1.5.0.1328a adds support for the following syntax:

/command:argument

For example:

/s:foo
/s*:foo bar
/add-folders:"Control Panel\\All Control Panel Items"
void
Developer
Posts: 15096
Joined: Fri Oct 16, 2009 11:31 pm

Re: Command-line Options

Post by void »

void
Developer
Posts: 15096
Joined: Fri Oct 16, 2009 11:31 pm

Re: Command-line Options

Post by void »

Everything 1.5.0.1334a adds the following command line options:

-explore-expand
void
Developer
Posts: 15096
Joined: Fri Oct 16, 2009 11:31 pm

Re: Command-line Options

Post by void »

Everything 1.5.0.1343a adds the following command line options:

-watch-config
void
Developer
Posts: 15096
Joined: Fri Oct 16, 2009 11:31 pm

Re: Command-line Options

Post by void »

Everything 1.5.0.1347a adds the following command line options:

-delete-plugin
-columns <property-list>
-add-columns <property-list>
-remove-columns <property-list>
-focus-folders-sidebar
-focus-search-edit

-folders-sidebar will now correctly show the folders sidebar in an existing instance.
void
Developer
Posts: 15096
Joined: Fri Oct 16, 2009 11:31 pm

Re: Command-line Options

Post by void »

Everything 1.5.0.1357a adds the following command line options:

-new-tab
void
Developer
Posts: 15096
Joined: Fri Oct 16, 2009 11:31 pm

Re: Command-line Options

Post by void »

Everything 1.5.0.1358a adds the following command line options:

-command <id>
void
Developer
Posts: 15096
Joined: Fri Oct 16, 2009 11:31 pm

Re: Command-line Options

Post by void »

Everything 1.5.0.1359a improves the -command <id> command line option by allowing more than 1 ID to be specified.
void
Developer
Posts: 15096
Joined: Fri Oct 16, 2009 11:31 pm

Re: Command-line Options

Post by void »

Everything 1.5.0.1362a adds the following command line options:

-no-policy
-search-command
Locked