Skip to main content

Actions

Right-click the Listary tray icon and go to Options -> Features -> Actions

What are Actions?

Listary provides shortcuts for actions that you might want to take (similar to the Windows context menu) without the need to open Windows File Explorer, such as:

  • Opening the folder where the file is located
  • Copy / Cut / Delete
  • Copy path to clipboard
  • Edit with VS Code
  • (All options in the Windows context menu)

Additionally, you can customize actions, using the command line to utilize the file/folder in other apps, such as:

  • Edit with VS Code: Open the file/folder in VS Code.

Parameters supported by Listary:

  • "{action_path}": The path of the file/folder
  • "{action_path:parent}": The parent folder of "{action_path}"

How to use Actions?

Select (Highlight) a search result and open the action menu with CTRL+O or or mouse right-click.

Customize your Actions

Click ➕ to add, and ➖ to delete actions. To modify, select the item and the related setting will appear below. You can also use ⬆️ ⬇️ to adjust the order of actions.

NameRequiredDescriptionExample
HotkeyNoKey combination to quickly activate this action.Ctrl+L
Ctrl+Alt+H
ScopeNoThe scope of the hotkey.
  • Any app: Has the broadest scope and can be triggered anywhere within the computer's operating system.
  • File Explorer: Can only be triggered within Windows File Explorer or desktop.
  • Listary: Can only be triggered in Listary.
KeywordNoThe keyword to activate this action. (Not required)\
TitleYesThe name or description of this action. It will display in the actions menu.Edit with VS Code
PathYesThe path of the program that this action calls. If the system has already been set up with the correct environment, you can directly input the program's name.notepad.exe
D:\Listary\Listary.exe
ParameterNoParameters that are used when executing this action. (Refer to the docs of the third-party software to understand which parameters can be used)

Parameters supported by Listary:
  • "{action_path}": The path of the file/folder
  • "{action_path:parent}": The parent folder of "{action_path}"
"{action_path}"
--cd="{action_path}"
Working directoryNoThe working directory of this action
(If left blank, the default is the current directory.)
C:\Windows\System32
D:\Listary
Check box: Silent-Run this action in the background.
Check box: Run as admin-Run this action as an administrator.
caution

When running with administrative privileges, be mindful of the action's security due to elevated permissions. Upon action activation, based on the User Account Control (UAC) level, the system might display a dialogue box, causing brief screen dimming, blackouts, or flickering. If you wish to adjust your UAC settings, please refer to Microsoft Help.