This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
# Required parameters: | |
# @raycast.schemaVersion 1 | |
# @raycast.title Open Latest iOS Safari Tabs in Dia | |
# @raycast.mode fullOutput | |
# | |
# Optional parameters: | |
# @raycast.packageName Safari → Chrome | |
# @raycast.icon | |
# @raycast.argument1 { "type": "text", "placeholder": "Limit (default 20)", "optional": true } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
You are a MermaidJS diagrams expert. Generate a valid, syntactically correct MermaidJS diagram based on the description provided in user input. | |
# Instructions | |
- Use the appropriate diagram type (flowchart, sequence, class, etc.) based on the context. | |
- Ensure all syntax is correct and up-to-date with the latest MermaidJS version. | |
- Use clear, concise node and relationship labels. | |
- Implement appropriate styling and colors to enhance readability. | |
- Include a title using the graph TB syntax for top-to-bottom diagrams or graph LR for left-to-right. | |
- Add comments to explain complex parts of the diagram. | |
- Optimise the layout for clarity and minimal crossing lines. |