diff --git a/docs/html/Entity.html b/docs/html/Entity.html index a611426..32d5266 100644 --- a/docs/html/Entity.html +++ b/docs/html/Entity.html @@ -84,6 +84,8 @@
mode
- The name of the current modeshortcut
- A shortcut object containing the keybindings and event handler for the entityworkflow
- The list of events that compose the current workflowReturns:
File class that subclasses Entity to represent some directory or file
+File class that subclasses Entity to represent some directory or file to be automated
Signature | +File.createFileChoices(fileListIterator, createText, createSubText) -> choice object list |
+
---|---|
Type | +Method | +
Description | +Creates a list of choice objects each representing the file walked with the provided iterator +Parameters: +
Returns: +
|
Retrieves an icon image for the given file path or returns nil if not found
+Retrieves an icon image for the given file path or returns nil
if not found
Parameters:
path
- The path of a fileSmartFolder class that subclasses File to represent a smart folder to be automated
+ +Signature | +SmartFolder:copy(path) |
+
---|---|
Type | +Method | +
Description | +Copies a file in the smart folder search results to different folder +Parameters: +
Returns: +
|
+
Signature | +SmartFolder:initialize(path, shortcuts) |
+
---|---|
Type | +Method | +
Description | +Initializes a new smart folder entity instance with its search criteria file and custom shortcuts. By default, a cheatsheet and default shortcuts are initialized. +Parameters: +
Each
Returns: +
|
+
Signature | +SmartFolder:move(path) |
+
---|---|
Type | +Method | +
Description | +Moves a selected file in the smart folder to a different folder +Parameters: +
Returns: +
|
+
Signature | +SmartFolder:moveToTrash(path) |
+
---|---|
Type | +Method | +
Description | +Moves a selected file in the smart folder search results to the Trash +Parameters: +
Returns: +
|
+
Signature | +SmartFolder:openFile(path) |
+
---|---|
Type | +Method | +
Description | +Open a file from the smart folder search results +Parameters: +
Returns: +
|
+
Signature | +SmartFolder:openFileWith(path) |
+
---|---|
Type | +Method | +
Description | +Open a file selected from the smart folder search results with a specific application +Parameters: +
Returns: +
|
+
Signature | +SmartFolder:openInfoWindow(path) |
+
---|---|
Type | +Method | +
Description | +Opens a Finder information window for the file selected from the smart folder search results +Parameters: +
Returns: +
|
+
Signature | +SmartFolder:showFileSearchSelectionModal(path, callback) |
+
---|---|
Type | +Method | +
Description | +Shows a selection modal with smart folder search result choices +Parameters: +
Returns: +
|
+
File class that subclasses Entity to represent some directory or file
+File class that subclasses Entity to represent some directory or file to be automated
Expressive modal macOS automation, inspired by vi
+SmartFolder class that subclasses File to represent a smart folder to be automated