Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
## files generated by popular Visual Studio add-ons.
##
## Get latest from https://github.com/github/gitignore/blob/main/VisualStudio.gitignore

remakatag.sh
# User-specific files
*.rsuser
*.suo
Expand Down Expand Up @@ -394,5 +394,12 @@ FodyWeavers.xsd
*.msm
*.msp

# Project-specific artifacts
artifacts/
downloaded-artifacts/
release-artifacts/
*.zip.sha256
SpeedTest-*.zip

# JetBrains Rider
*.sln.iml
Binary file removed SpeedTest-1.0.5-ARM64.zip
Binary file not shown.
1 change: 0 additions & 1 deletion SpeedTest-1.0.5-ARM64.zip.sha256

This file was deleted.

Binary file removed SpeedTest-1.0.5-x64.zip
Binary file not shown.
1 change: 0 additions & 1 deletion SpeedTest-1.0.5-x64.zip.sha256

This file was deleted.

File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
22 changes: 11 additions & 11 deletions README.md → docs/README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# 🚀 PowerToys Run: SpeedTest Plugin

<div align="center">
<img src="SpeedTest/data/demo-speedtest.gif" alt="SpeedTest Plugin Demo" width="800">
<img src="SpeedTest/data/gif presentation.gif" alt="Presentation GIF" width="800">
<img src="../SpeedTest/data/demo-speedtest.gif" alt="SpeedTest Plugin Demo" width="800">
<img src="../SpeedTest/data/gif presentation.gif" alt="Presentation GIF" width="800">
<p align="center">
<img src="SpeedTest/data/logo.png" alt="SpeedTest Icon" width="128" height="128">
<img src="../SpeedTest/data/logo.png" alt="SpeedTest Icon" width="128" height="128">
</p>
<h1>⚡ SpeedTest for PowerToys Run ⚡</h1>
<h3>Run internet speed tests directly from PowerToys Run</h3>
Expand Down Expand Up @@ -160,9 +160,9 @@

## 🎬 Demo
<div align="center">
<img src="SpeedTest/data/demo1.png" width="350" alt="Demo 1">
<img src="SpeedTest/data/demo2.png" width="350" alt="Demo 2">
<img src="SpeedTest/data/demo3.png" width="350" alt="Demo 3">
<img src="../SpeedTest/data/demo1.png" width="350" alt="Demo 1">
<img src="../SpeedTest/data/demo2.png" width="350" alt="Demo 2">
<img src="../SpeedTest/data/demo3.png" width="350" alt="Demo 3">
</div>

## ⚡ Installation
Expand Down Expand Up @@ -199,7 +199,7 @@
- Click the result URL to view/share your result online

## 📁 Data Folder
The [`SpeedTest/data`](SpeedTest/data/) folder contains:
The [`SpeedTest/data`](../SpeedTest/data/) folder contains:
- Demo GIFs and screenshots for documentation
- Plugin and theme icons (`logo.png`, `speedtest.dark.png`, `speedtest.light.png`)

Expand All @@ -225,7 +225,7 @@ SpeedTest/
```

## 🤝 Contributing
Contributions are welcome! Please read our [Contributing Guide](CONTRIBUTE.md) before submitting a pull request.
Contributions are welcome! Please read our [Contributing Guide](CONTRIBUTING.md) before submitting a pull request.

### Contributors
- [ruslanlap](https://github.com/ruslanlap) - Project creator and maintainer
Expand Down Expand Up @@ -319,15 +319,15 @@ Currently, the plugin UI is in English. Localization support is planned for futu
## 📸 Screenshots
<div align="center">
<figure>
<img src="SpeedTest/data/demo1.png" width="350" alt="Demo: Running Speed Test">
<img src="../SpeedTest/data/demo1.png" width="350" alt="Demo: Running Speed Test">
<figcaption>Running Speed Test</figcaption>
</figure>
<figure>
<img src="SpeedTest/data/demo2.png" width="350" alt="Demo: Results Window">
<img src="../SpeedTest/data/demo2.png" width="350" alt="Demo: Results Window">
<figcaption>Results Window</figcaption>
</figure>
<figure>
<img src="SpeedTest/data/demo3.png" width="350" alt="Demo: Copy/Share Results">
<img src="../SpeedTest/data/demo3.png" width="350" alt="Demo: Copy/Share Results">
<figcaption>Copy/Share Results</figcaption>
</figure>
</div>
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions src/Community.PowerToys.Run.Plugin.Templates.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
</PackageReleaseNotes>
<PackageId>Community.PowerToys.Run.Plugin.Templates</PackageId>
<PackageProjectUrl>https://github.com/hlaueriksson/Community.PowerToys.Run.Plugin.Templates</PackageProjectUrl>
<PackageIcon>icon.png</PackageIcon>
<PackageIcon>../assets/icon.png</PackageIcon>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageTags>plugin;plugins;powertoys;microsoft-powertoys;powertoys-run;powertoys-run-plugin</PackageTags>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
Expand All @@ -28,7 +28,7 @@
</PropertyGroup>

<ItemGroup>
<None Include="..\icon.png" Pack="true" PackagePath="\" />
<None Include="..\assets\icon.png" Pack="true" PackagePath="\" />
<None Include="..\README.md" Pack="true" PackagePath="\" />
</ItemGroup>

Expand Down
Loading