Skip to content

Commit 808adee

Browse files
Merge pull request raycast#460 from sindresorhus/plash2
Add “Random Website” command for Plash app
2 parents fcdccb6 + e6b3ac0 commit 808adee

File tree

5 files changed

+21
-1
lines changed

5 files changed

+21
-1
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
#!/bin/bash
2+
3+
# Note: Plash v2.3.0 required
4+
# Install via Mac App Store: https://apps.apple.com/app/id1494023538
5+
6+
# Required parameters:
7+
# @raycast.schemaVersion 1
8+
# @raycast.title Switch to Random Website
9+
# @raycast.mode silent
10+
11+
# Optional parameters:
12+
# @raycast.icon ./images/plash.png
13+
# @raycast.packageName Plash
14+
15+
# Documentation:
16+
# @raycast.author Plash
17+
# @raycast.authorURL https://github.com/sindresorhus/Plash
18+
# @raycast.description Switch to a random website from the list of websites in Plash.
19+
20+
open --background plash:random

commands/apps/plash/plash-reload.sh renamed to commands/apps/plash/plash-reload-website.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
# Required parameters:
77
# @raycast.schemaVersion 1
8-
# @raycast.title Reload
8+
# @raycast.title Reload Website
99
# @raycast.mode silent
1010

1111
# Optional parameters:

0 commit comments

Comments
 (0)