-
Notifications
You must be signed in to change notification settings - Fork 462
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Run a custom scripts on certain event #59
Labels
feature
New feature request
Comments
Closed
hluk
added a commit
that referenced
this issue
Feb 11, 2019
Function onStart is called after server application starts, onExit before it exits. This is part of issue #59. Signed-off-by: Lukas Holecek <hluk@email.cz>
hluk
added a commit
that referenced
this issue
Feb 11, 2019
Function onStart is called after server application starts, onExit before it exits. This is part of issue #59. Signed-off-by: Lukas Holecek <hluk@email.cz>
hluk
added a commit
that referenced
this issue
Feb 11, 2019
Function onStart is called after server application starts, onExit before it exits. This is part of issue #59. Signed-off-by: Lukas Holecek <hluk@email.cz>
hluk
added a commit
that referenced
this issue
Feb 14, 2019
Function onStart is called after server application starts, onExit before it exits. This is part of issue #59. Signed-off-by: Lukas Holecek <hluk@email.cz>
hluk
added a commit
that referenced
this issue
Feb 19, 2019
Function onStart is called after server application starts, onExit before it exits. This is part of issue #59. Signed-off-by: Lukas Holecek <hluk@email.cz>
hluk
added a commit
that referenced
this issue
Dec 13, 2023
Allows to use scripting to handle some events: - items added/removed/changed - tab items loaded - tab selected Fixes #59
Merged
hluk
added a commit
that referenced
this issue
Dec 13, 2023
Allows to use scripting to handle some events: - items added/removed/changed - tab items loaded - tab selected Fixes #59
hluk
added a commit
that referenced
this issue
Dec 13, 2023
Allows to use scripting to handle some events: - items added/removed/changed - tab items loaded - tab selected Fixes #59
hluk
added a commit
that referenced
this issue
Dec 13, 2023
Allows to use scripting to handle some events: - items added/removed/changed - tab items loaded - tab selected Fixes #59
hluk
added a commit
that referenced
this issue
Dec 14, 2023
Allows to use scripting to handle some events: - items added/removed/changed - tab items loaded - tab selected Fixes #59
hluk
added a commit
that referenced
this issue
Dec 14, 2023
Allows to use scripting to handle some events: - items added/removed/changed - tab items loaded - tab selected Fixes #59
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Events to consider:
application start(implemented in 6d78b20),application exit(implemented in 6d78b20),Script should receive type of event and some additional parameters like tab name, item content etc.
Could be added to configuration Commands tab, i.e. instead of running command just on new item in clipboard, it could be possible to run on certain event.
New function(Already implemented.)sleep(interval)
can be useful.Example commands:
Edit: This can be now easily implemented add script functions for each event and using the new script commands to override the functions. Performance will hopefully not suffer too much.
The text was updated successfully, but these errors were encountered: