Configurable UI Shortcuts & Automated Triggers for Processes/Workflows #3110
jezweb
started this conversation in
Feature Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
1. Problem Statement:
run /path/to/sop for file1 file2
), currently requires manually typing the full command and parameters. This can be repetitive, error-prone, and lacks discoverability for available standardized actions.2. Proposed Solution:
Part A: Configurable UI Shortcuts
.ruru/shortcuts.toml
or similar).run /path/to/sop
,git commit -m "{message}"
,mv {source} {destination}
).{files_to_commit}
,{commit_message}
,{source_path}
).Part B: Standardized Automated Triggers
.ruru/triggers.toml
).0 0 * * *
for daily at midnight).on_commit
,on_file_change:*.py
,on_workspace_open
.context_usage > 80%
,uncommitted_files > 5
,terminal_output_matches:"Error:"
.3. Benefits:
4. Example Use Cases:
This breakdown clarifies the two main components (manual UI shortcuts and automated triggers) and provides a more structured explanation for a feature request.
Beta Was this translation helpful? Give feedback.
All reactions