Skip to content

Commit d7bfb3f

Browse files
committed
Resize large icons to 64x64
1 parent a5054be commit d7bfb3f

File tree

90 files changed

+2
-3
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

90 files changed

+2
-3
lines changed
2.76 KB
-4 MB
-4 MB
-4.73 KB

commands/apps/iterm/images/iterm.png

-131 Bytes
-86.1 KB
924 Bytes
-8.08 KB
-32.1 KB
-44.3 KB

commands/browsing/images/outline.png

-1.89 KB
-9.44 KB
-17.7 KB
1.65 KB
-995 Bytes

commands/dashboard/images/nextdns.png

2.42 KB
1.39 KB

commands/dashboard/images/twitter.png

1.58 KB
-1.53 KB
1.14 KB
-2.41 KB
-7.37 KB

commands/google-maps/images/google-map.png

100755100644
-236 Bytes
-2.56 KB
-49.8 KB

commands/navigation/images/bear.png

-311 KB

commands/navigation/images/dash.png

100755100644
-5.23 KB
-48.8 KB
-15.1 KB
-279 KB
-7.67 KB
253 Bytes

commands/system/images/new-file.png

-19 KB
-283 Bytes
-16.4 KB
-29.3 KB
-59.8 KB
-564 Bytes
1.17 KB
-11.2 KB
-22.3 KB
184 Bytes
803 Bytes
271 Bytes
535 Bytes
98 Bytes
-2.19 KB
-140 Bytes
-7.53 KB
-7.37 KB
-364 Bytes
-1.89 KB

commands/web-searches/images/npms.png

-3.39 KB
445 Bytes
418 Bytes

commands/web-searches/images/psql.png

-43.9 KB
-19.8 KB
193 Bytes
412 Bytes
-14.3 KB
-12.1 KB

commands/web-searches/search-coinmarketcap.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22

33
# Required parameters:
44
# @raycast.schemaVersion 1
5-
# @raycast.title CoinMarketCap search
5+
# @raycast.title CoinMarketCap Search
66
# @raycast.mode compact
77

88
# Optional parameters:
99
# @raycast.icon 🪙
1010
# @raycast.argument1 { "type": "text", "placeholder": "Placeholder" }
1111

1212
# Documentation:
13-
# @raycast.description Searches coinmarketcap currencies
13+
# @raycast.description Searches coinmarketcap currencies.
1414
# @raycast.author Benedict Neo
1515
# @raycast.authorURL https://github.com/benthecoder
1616

templates/script-command.template.swift

-1
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,4 @@
2121
// @raycast.author Your name
2222
// @raycast.authorURL An URL for one of your social medias
2323

24-
2524
print("Hello from My First Script")

0 commit comments

Comments
 (0)