Skip to content

Commit 02081ef

Browse files
committed
Fixed naming
1 parent 461b9cb commit 02081ef

File tree

7 files changed

+5
-5
lines changed

7 files changed

+5
-5
lines changed
File renamed without changes.

documentation/OUTPUTMODES.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -4,27 +4,27 @@ Here, you can browse the range of ways that Raycast lets you view your data, whe
44

55
In `fullOutput` the entire output is presented on a separate view, similar to a terminal window. This is handy when your script generates output to consume.
66

7-
![fullOutput mode](/images/screenshots/fullOutputMode.png)
7+
![fullOutput mode](/images/screenshots/fulloutput-mode.png)
88

99
In `compact` mode the last line of the standard output is shown in the toast
1010

11-
![compact mode](/images/screenshots/compactMode.png)
11+
![compact mode](/images/screenshots/compact-mode.png)
1212

1313
In `silent` mode the last line (if exists) will be shown in overlaying HUD toast after Raycast window is closed.
1414

15-
![silent mode](/images/screenshots/silentMode.png)
15+
![silent mode](/images/screenshots/silent-mode.png)
1616

1717
In `inline` mode, the first line of output will be directly shown in the command item and automatically refresh according to the specified `refreshTime`. Tip: Set your dashboard items as favourites via the action menu in Raycast
1818

19-
![inline mode](/images/screenshots/inlineMode.png)
19+
![inline mode](/images/screenshots/inline-mode.png)
2020

2121
🚨 Hint: use `cmd k` to access extra functionality such as adding to favourites or reordering the root search preferences.
2222

2323
# ANSII Supported Colours 🎨
2424

2525
We support colours for `inline` and `fullOutput` mode scripts for you to customise generated output by changing its background and foreground colour.
2626

27-
![colours inline mode](/images/screenshots/inlineColours.png)
27+
![colours inline mode](/images/screenshots/inline-colours.png)
2828

2929
Escape code is in linux format: `0x1B`
3030

0 commit comments

Comments
 (0)