Skip to content

Commit 5975ff4

Browse files
Chiroyce1pernielsentikaerraycastbot
authored
Add geoping extension (#18957)
* Add geoping extension - changes - add screenshot * implement requested changes * Update CHANGELOG.md * Update package.json * Update package.json * Update ping.tsx * Update CHANGELOG.md and optimise images --------- Co-authored-by: Per Nielsen Tikær <[email protected]> Co-authored-by: raycastbot <[email protected]>
1 parent 41b0c31 commit 5975ff4

13 files changed

+4502
-0
lines changed

extensions/geoping/.eslintrc.json

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"root": true,
3+
"extends": ["@raycast"]
4+
}

extensions/geoping/.gitignore

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
2+
3+
# dependencies
4+
/node_modules
5+
6+
# Raycast specific files
7+
raycast-env.d.ts
8+
.raycast-swift-build
9+
.swiftpm
10+
compiled_raycast_swift
11+
12+
# misc
13+
.DS_Store

extensions/geoping/.prettierrc

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"printWidth": 120,
3+
"singleQuote": false
4+
}

extensions/geoping/CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Geoping Changelog
2+
3+
## [Initial Version] - 2025-05-07

extensions/geoping/README.md

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Geoping
2+
3+
Ping servers around the globe using [Tailscale's Derp Network](https://tailscale.com/kb/1232/derp-servers) to compare latency and availability.
328 KB
Loading
2.26 MB
Loading

0 commit comments

Comments
 (0)